2011-02-11 19:28:41 +00:00
|
|
|
# Template file for 'tmux'
|
|
|
|
pkgname=tmux
|
2013-03-27 11:41:26 +00:00
|
|
|
version=1.8
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-07-18 21:16:07 +00:00
|
|
|
make_build_args="PREFIX=/usr"
|
|
|
|
make_install_args="PREFIX=/usr"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="ncurses-devel libevent-devel"
|
2011-02-11 19:28:41 +00:00
|
|
|
short_desc="Terminal Multiplexer"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-18 21:16:07 +00:00
|
|
|
homepage="http://tmux.sourceforge.net"
|
|
|
|
license="MIT"
|
2012-10-13 16:15:13 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/tmux/tmux-$version.tar.gz"
|
2013-03-27 11:41:26 +00:00
|
|
|
checksum=f265401ca890f8223e09149fcea5abcd6dfe75d597ab106e172b01e9d0c9cd44
|
|
|
|
long_desc="
|
|
|
|
tmux is a terminal multiplexer: it enables a number of terminals to be
|
|
|
|
created, accessed, and controlled from a single screen. tmux may be
|
|
|
|
detached from a screen and continue running in the background, then later
|
|
|
|
reattached."
|