tmux: update to 1.5

This commit is contained in:
Juergen Daubert 2011-07-10 12:40:56 +02:00
parent 7d256e068c
commit 03e10504f3
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1 @@
0bfc7dd9a5bab192406167589c716a21 tmux-1.4.tar.gz
3d4b683572af34e83bc8b183a8285263 tmux-1.5.tar.gz

View File

@ -4,14 +4,13 @@
# Depends on: ncurses libevent
name=tmux
version=1.4
version=1.5
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure
./configure --prefix=/usr --mandir=/usr/man
make
install -D -m 0755 tmux $PKG/usr/bin/tmux
install -D -m 0644 tmux.1 $PKG/usr/man/man1/tmux.1
make DESTDIR=$PKG install
}