Skip to content

Commit

Permalink
tmux 1.5
Browse files Browse the repository at this point in the history
A laundry list of updates, including a revamped build system.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
jacknagel authored and adamv committed Jul 12, 2011
1 parent fab1a14 commit 1ffde14
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Library/Formula/tmux.rb
@@ -1,20 +1,18 @@
require 'formula'

class Tmux < Formula
url 'http://sourceforge.net/projects/tmux/files/tmux/tmux-1.4/tmux-1.4.tar.gz'
md5 '0bfc7dd9a5bab192406167589c716a21'
url 'http://sourceforge.net/projects/tmux/files/tmux/tmux-1.5/tmux-1.5.tar.gz'
md5 '3d4b683572af34e83bc8b183a8285263'
homepage 'http://tmux.sourceforge.net'

depends_on 'libevent'

def install
ENV['PREFIX'] = prefix
system "./configure"

# Put man pages in the right place
inreplace "GNUmakefile", "man/man1", "share/man/man1"

ENV.append "LDFLAGS", '-lresolv'
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--sysconfdir=#{etc}"
system "make install"

# Install bash completion scripts for use with bash-completion
(prefix+'etc/bash_completion.d').install "examples/bash_completion_tmux.sh" => 'tmux'
end
Expand Down

0 comments on commit 1ffde14

Please sign in to comment.