void-packages/srcpkgs/tmux/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

24 lines
846 B
Plaintext

# Template file for 'tmux'
pkgname=tmux
version=1.5
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=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
a single screen. tmux may be detached from a screen and continue running in
the background, then later reattached."
Add_dependency run glibc
Add_dependency run ncurses-libs
Add_dependency run libevent
Add_dependency build ncurses-devel
Add_dependency build libevent-devel