wok-6.x rev 1441
Update BUILD_DEPENDS for eet lxappearance and ncmpc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 02 16:24:12 2008 +0000 (2008-10-02) |
parents | 084e570de711 |
children | e64f8e87ea6d |
files | eet/receipt lxappearance/receipt ncmpc/receipt |
line diff
1.1 --- a/eet/receipt Thu Oct 02 13:42:06 2008 +0000 1.2 +++ b/eet/receipt Thu Oct 02 16:24:12 2008 +0000 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="E17 libs." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="" 1.8 +DEPENDS="zlib" 1.9 +BUILD_DEPENDS="zlib-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.enlightenment.org/" 1.12 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.13 @@ -18,8 +19,8 @@ 1.14 --prefix=/usr \ 1.15 --infodir=/usr/share/info \ 1.16 --mandir=/usr/share/man \ 1.17 - $CONFIGURE_ARGS 1.18 - make 1.19 + $CONFIGURE_ARGS && 1.20 + make && 1.21 make DESTDIR=$PWD/_pkg install 1.22 } 1.23
2.1 --- a/lxappearance/receipt Thu Oct 02 13:42:06 2008 +0000 2.2 +++ b/lxappearance/receipt Thu Oct 02 16:24:12 2008 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Desktop setting configuration utility from LXDE." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 DEPENDS="gtk+" 2.7 -BUILD_DEPENDS="gtk+-dev gettext" 2.8 +BUILD_DEPENDS="pkg-config gtk+-dev gettext xorg-xproto" 2.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.10 WEB_SITE="http://lxde.sourceforge.net/" 2.11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 2.12 @@ -17,11 +17,11 @@ 2.13 cd $src 2.14 ./configure \ 2.15 --prefix=/usr \ 2.16 - $CONFIGURE_ARGS 2.17 - make 2.18 + $CONFIGURE_ARGS && 2.19 + make && 2.20 make DESTDIR=$PWD/_pkg install 2.21 # Avoid install error (chmod) 2.22 - echo "Please continue..." 2.23 + # echo "Please continue..." 2.24 } 2.25 2.26 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/ncmpc/receipt Thu Oct 02 13:42:06 2008 +0000 3.2 +++ b/ncmpc/receipt Thu Oct 02 16:24:12 2008 +0000 3.3 @@ -6,6 +6,7 @@ 3.4 SHORT_DESC="A ncurses MPD client." 3.5 MAINTAINER="paul@slitaz.org" 3.6 DEPENDS="mpd" 3.7 +BUILD_DEPENDS="pkg-config" 3.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.9 WEB_SITE="http://hem.bredband.net/kaw/ncmpc/index.html" 3.10 WGET_URL="http://hem.bredband.net/kaw/ncmpc/files/$TARBALL" 3.11 @@ -18,8 +19,8 @@ 3.12 --enable-search-screen \ 3.13 --enable-clock-screen \ 3.14 --prefix=/usr --infodir=/usr/share/info \ 3.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 3.16 - make 3.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 3.18 + make && 3.19 make DESTDIR=$PWD/_pkg install 3.20 } 3.21