wok-4.x diff tmux/receipt @ rev 10146
Add actionpack.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 17:59:39 2011 +0000 (2011-05-20) |
parents | 925d45357256 |
children | f663181b1cf6 |
line diff
1.1 --- a/tmux/receipt Sat Mar 05 11:39:33 2011 +0100 1.2 +++ b/tmux/receipt Fri May 20 17:59:39 2011 +0000 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Terminal multiplexer." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="ncursesw libevent" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://tmux.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 1.12 +DEPENDS="ncursesw libevent" 1.13 +BUILD_DEPENDS="ncursesw-dev libevent-dev" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -18,8 +20,8 @@ 1.19 ./configure && 1.20 make PREFIX=/usr && 1.21 make PREFIX=/usr install && 1.22 - install -dm755 "$DESTDIR/usr/share/tmux/" && 1.23 - install -m644 examples/* "$DESTDIR/usr/share/tmux/" 1.24 + install -d m755 "$DESTDIR/usr/share/tmux/" && 1.25 + install -m 644 examples/* "$DESTDIR/usr/share/tmux/" 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.