wok rev 1443
aircrack-ng fuse libpcap libpng osmo: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 02 20:52:06 2008 +0000 (2008-10-02) |
parents | e64f8e87ea6d |
children | 6a5b3d561536 |
files | aircrack-ng/receipt fuse/receipt libpcap/receipt libpng/receipt osmo/receipt |
line diff
1.1 --- a/aircrack-ng/receipt Thu Oct 02 16:39:02 2008 +0000 1.2 +++ b/aircrack-ng/receipt Thu Oct 02 20:52:06 2008 +0000 1.3 @@ -9,14 +9,13 @@ 1.4 WEB_SITE="http://www.aircrack-ng.org/" 1.5 WGET_URL="http://download.aircrack-ng.org/$TARBALL" 1.6 DEPENDS="iw" 1.7 +BUILD_DEPENDS="openssl-dev" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 cd $src 1.13 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.14 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.15 - make 1.16 + make && 1.17 make DESTDIR=$PWD/_pkg install 1.18 } 1.19
2.1 --- a/fuse/receipt Thu Oct 02 16:39:02 2008 +0000 2.2 +++ b/fuse/receipt Thu Oct 02 20:52:06 2008 +0000 2.3 @@ -5,6 +5,7 @@ 2.4 CATEGORY="system-tools" 2.5 SHORT_DESC="Fuse Filsystem in user space." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 +BUILD_DEPENDS="linux-source" 2.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.9 WEB_SITE="http://fuse.sourceforge.net/" 2.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.11 @@ -14,8 +15,8 @@ 2.12 { 2.13 cd $src 2.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 2.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 2.16 - make 2.17 + --with-kernel=/usr/src/linux --mandir=/usr/share/man $CONFIGURE_ARGS && 2.18 + make && 2.19 make DESTDIR=$PWD/_pkg install 2.20 } 2.21
3.1 --- a/libpcap/receipt Thu Oct 02 16:39:02 2008 +0000 3.2 +++ b/libpcap/receipt Thu Oct 02 20:52:06 2008 +0000 3.3 @@ -5,6 +5,7 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="library for tcpdump" 3.6 MAINTAINER="sdaigl@lacitec.on.ca" 3.7 +BUILD_DEPENDS="flex" 3.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.9 WEB_SITE="www.tcpdump.org" 3.10 WGET_URL="http://www.tcpdump.org/release/$TARBALL"; 3.11 @@ -14,8 +15,8 @@ 3.12 { 3.13 cd $src 3.14 ./configure --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
4.1 --- a/libpng/receipt Thu Oct 02 16:39:02 2008 +0000 4.2 +++ b/libpng/receipt Thu Oct 02 20:52:06 2008 +0000 4.3 @@ -6,6 +6,7 @@ 4.4 SHORT_DESC="PNG images library." 4.5 MAINTAINER="pankso@slitaz.org" 4.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.7 +BUILD_DEPENDS="pkg-config" 4.8 WEB_SITE="http://libpng.org/pub/png/libpng.html" 4.9 WGET_URL="$SF_MIRROR/libpng/$TARBALL" 4.10 4.11 @@ -17,8 +18,8 @@ 4.12 --enable-shared \ 4.13 --prefix=/usr \ 4.14 --mandir=/usr/share/man \ 4.15 - $CONFIGURE_ARGS 4.16 - make 4.17 + $CONFIGURE_ARGS && 4.18 + make && 4.19 make DESTDIR=$PWD/_pkg install 4.20 } 4.21
5.1 --- a/osmo/receipt Thu Oct 02 16:39:02 2008 +0000 5.2 +++ b/osmo/receipt Thu Oct 02 20:52:06 2008 +0000 5.3 @@ -6,6 +6,7 @@ 5.4 SHORT_DESC="A handy personal organizer using GTK+." 5.5 MAINTAINER="pankso@slitaz.org" 5.6 DEPENDS="gtk+ libxml2" 5.7 +BUILD_DEPENDS="gtk+ libxml2-dev" 5.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.9 WEB_SITE="http://clay.ll.pl/osmo/" 5.10 WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL" 5.11 @@ -16,9 +17,9 @@ 5.12 cd $src 5.13 ./configure \ 5.14 --prefix=/usr \ 5.15 - $CONFIGURE_ARGS 5.16 - make 5.17 - make DESTDIR=$PWD/_pkg install 5.18 + $CONFIGURE_ARGS && 5.19 + make && 5.20 + make DESTDIR=$PWD/_pkg install && 5.21 # UTF-8 fr.po = pango segfault if the system is not unicode. 5.22 rm -rf _pkg/usr/share/locale/fr 5.23 }