# HG changeset patch # User Pascal Bellard # Date 1222980726 0 # Node ID f686472ad1af0fecc053d0169c90c6fa9c643ee7 # Parent e64f8e87ea6dc2fb0b0c92c5a50ec2795a9c519f aircrack-ng fuse libpcap libpng osmo: update BUILD_DEPENDS diff -r e64f8e87ea6d -r f686472ad1af aircrack-ng/receipt --- a/aircrack-ng/receipt Thu Oct 02 16:39:02 2008 +0000 +++ b/aircrack-ng/receipt Thu Oct 02 20:52:06 2008 +0000 @@ -9,14 +9,13 @@ WEB_SITE="http://www.aircrack-ng.org/" WGET_URL="http://download.aircrack-ng.org/$TARBALL" DEPENDS="iw" +BUILD_DEPENDS="openssl-dev" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + make && make DESTDIR=$PWD/_pkg install } diff -r e64f8e87ea6d -r f686472ad1af fuse/receipt --- a/fuse/receipt Thu Oct 02 16:39:02 2008 +0000 +++ b/fuse/receipt Thu Oct 02 20:52:06 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Fuse Filsystem in user space." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="linux-source" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://fuse.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -14,8 +15,8 @@ { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --with-kernel=/usr/src/linux --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r e64f8e87ea6d -r f686472ad1af libpcap/receipt --- a/libpcap/receipt Thu Oct 02 16:39:02 2008 +0000 +++ b/libpcap/receipt Thu Oct 02 20:52:06 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="library for tcpdump" MAINTAINER="sdaigl@lacitec.on.ca" +BUILD_DEPENDS="flex" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="www.tcpdump.org" WGET_URL="http://www.tcpdump.org/release/$TARBALL"; @@ -14,8 +15,8 @@ { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r e64f8e87ea6d -r f686472ad1af libpng/receipt --- a/libpng/receipt Thu Oct 02 16:39:02 2008 +0000 +++ b/libpng/receipt Thu Oct 02 20:52:06 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="PNG images library." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" +BUILD_DEPENDS="pkg-config" WEB_SITE="http://libpng.org/pub/png/libpng.html" WGET_URL="$SF_MIRROR/libpng/$TARBALL" @@ -17,8 +18,8 @@ --enable-shared \ --prefix=/usr \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r e64f8e87ea6d -r f686472ad1af osmo/receipt --- a/osmo/receipt Thu Oct 02 16:39:02 2008 +0000 +++ b/osmo/receipt Thu Oct 02 20:52:06 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="A handy personal organizer using GTK+." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ libxml2" +BUILD_DEPENDS="gtk+ libxml2-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://clay.ll.pl/osmo/" WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL" @@ -16,9 +17,9 @@ cd $src ./configure \ --prefix=/usr \ - $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install && # UTF-8 fr.po = pango segfault if the system is not unicode. rm -rf _pkg/usr/share/locale/fr }