wok-4.x rev 9924
tmux: fix bdeps & typos
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 17 23:18:08 2011 +0200 (2011-05-17) |
parents | 8823ab97b618 |
children | ed226acb2345 |
files | tmux/receipt |
line diff
1.1 --- a/tmux/receipt Tue May 17 23:14:08 2011 +0200 1.2 +++ b/tmux/receipt Tue May 17 23:18:08 2011 +0200 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.