tmux: update to 1.5.

This commit is contained in:
Juan RP 2011-07-18 23:16:07 +02:00
parent a8e19634ec
commit 0c94a67f88

View file

@ -1,12 +1,15 @@
# Template file for 'tmux'
pkgname=tmux
version=1.4
revision=1
version=1.5
distfiles="${SOURCEFORGE_SITE}/tmux/tmux-$version.tar.gz"
build_style=custom-install
build_style=gnu_configure
make_build_args="PREFIX=/usr"
make_install_args="PREFIX=/usr"
short_desc="Terminal Multiplexer"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c7e005f32e256b8ece214b71c51947f4081af8c5f0400083e4adaac2c258bbc7
homepage="http://tmux.sourceforge.net"
license="MIT"
checksum=eb8215b57c05b765d2446d9acb2bc5edcdb3eb4ea31af89ee127a27e90056306
long_desc="
tmux is a terminal multiplexer: it enables a number of terminals (or windows),
each running a separate program, to be created, accessed, and controlled from
@ -18,16 +21,3 @@ Add_dependency run ncurses-libs
Add_dependency run libevent
Add_dependency build ncurses-devel
Add_dependency build libevent-devel
do_build()
{
./configure && make ${makejobs} PREFIX=/usr
}
do_install()
{
make PREFIX=/usr DESTDIR=${DESTDIR} install
install -d ${DESTDIR}/usr/share/man
mv ${DESTDIR}/usr/man/man1 ${DESTDIR}/usr/share/man
rmdir ${DESTDIR}/usr/man
}