# HG changeset patch # User Eric Joseph-Alexandre # Date 1305667088 -7200 # Node ID 09986731806c6bd593cf5d9a36cc041e75506eda # Parent 8823ab97b618b84005f5324bfe2458741cce8c1f tmux: fix bdeps & typos diff -r 8823ab97b618 -r 09986731806c tmux/receipt --- a/tmux/receipt Tue May 17 23:14:08 2011 +0200 +++ b/tmux/receipt Tue May 17 23:18:08 2011 +0200 @@ -5,11 +5,13 @@ CATEGORY="utilities" SHORT_DESC="Terminal multiplexer." MAINTAINER="paul@slitaz.org" -DEPENDS="ncursesw libevent" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tmux.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="ncursesw libevent" +BUILD_DEPENDS="ncursesw-dev libevent-dev" + # Rules to configure and make the package. compile_rules() { @@ -18,8 +20,8 @@ ./configure && make PREFIX=/usr && make PREFIX=/usr install && - install -dm755 "$DESTDIR/usr/share/tmux/" && - install -m644 examples/* "$DESTDIR/usr/share/tmux/" + install -d m755 "$DESTDIR/usr/share/tmux/" && + install -m 644 examples/* "$DESTDIR/usr/share/tmux/" } # Rules to gen a SliTaz package suitable for Tazpkg.