From 36bb09a5c661e5c5d6b34b9706aa58ae29fb4e66 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 19 Feb 2013 23:18:15 +0100 Subject: [PATCH] tmux: cross build support. --- srcpkgs/tmux/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/tmux/template b/srcpkgs/tmux/template index 63fcecc65fe..b7f19ae0ab7 100644 --- a/srcpkgs/tmux/template +++ b/srcpkgs/tmux/template @@ -1,19 +1,15 @@ # Template file for 'tmux' pkgname=tmux version=1.7 -revision=1 +revision=2 build_style=gnu-configure make_build_args="PREFIX=/usr" make_install_args="PREFIX=/usr" makedepends="ncurses-devel libevent-devel" +crossmakedepends="${makedepends}" short_desc="Terminal Multiplexer" maintainer="Juan RP " homepage="http://tmux.sourceforge.net" license="MIT" distfiles="${SOURCEFORGE_SITE}/tmux/tmux-$version.tar.gz" checksum=68346bda11cf7d86591e663b94b98576332ac88c2890df26acb080f4440f9e7b -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."