20 lines
761 B
Text
20 lines
761 B
Text
# Template file for 'tmux'
|
|
pkgname=tmux
|
|
version=1.6
|
|
distfiles="${SOURCEFORGE_SITE}/tmux/tmux-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
make_build_args="PREFIX=/usr"
|
|
make_install_args="PREFIX=/usr"
|
|
short_desc="Terminal Multiplexer"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://tmux.sourceforge.net"
|
|
license="MIT"
|
|
checksum=faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6
|
|
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
|
|
a single screen. tmux may be detached from a screen and continue running in
|
|
the background, then later reattached."
|
|
|
|
Add_dependency build ncurses-devel
|
|
Add_dependency build libevent-devel
|