# HG changeset patch # User Pascal Bellard # Date 1223211492 0 # Node ID 4c400bd0913513b6d815320a2e82a0c1257a745a # Parent 41b5625ef0ab5970685907ffbbc92e82b0d01e95 Update BUILD_DEPENDS for bogofilter ecore gimp graphviz hydra libgnomeprintui mesa mjpegtools poppler psycopg diff -r 41b5625ef0ab -r 4c400bd09135 bogofilter/receipt --- a/bogofilter/receipt Sun Oct 05 12:01:39 2008 +0000 +++ b/bogofilter/receipt Sun Oct 05 12:58:12 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Mail filter that classifies mail as spam or ham." MAINTAINER="pankso@slitaz.org" DEPENDS="sqlite" +BUILD_DEPENDS="sqlite-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://bogofilter.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -17,8 +18,8 @@ ./configure --with-database=sqlite3 \ --prefix=/usr --sysconfdir=/etc/bogofilter \ --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 41b5625ef0ab -r 4c400bd09135 ecore/receipt --- a/ecore/receipt Sun Oct 05 12:01:39 2008 +0000 +++ b/ecore/receipt Sun Oct 05 12:58:12 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="E17 core libs." MAINTAINER="pankso@slitaz.org" DEPENDS="eet evas" +BUILD_DEPENDS="xorg-dev eet-dev evas-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" @@ -15,8 +16,8 @@ { cd $src ./configure --enable-ecore-config --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 41b5625ef0ab -r 4c400bd09135 gimp/receipt --- a/gimp/receipt Sun Oct 05 12:01:39 2008 +0000 +++ b/gimp/receipt Sun Oct 05 12:58:12 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Gnu Image Manipulation Program or GIMP!" MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ libart_lgpl" +BUILD_DEPENDS="gettext perl-xml-parser gtk+-dev libart_lgpl" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gimp.org/" WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.4/$TARBALL" @@ -20,8 +21,8 @@ --with-html-dir=/usr/share/doc \ --disable-print \ --disable-python \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 41b5625ef0ab -r 4c400bd09135 graphviz/receipt --- a/graphviz/receipt Sun Oct 05 12:01:39 2008 +0000 +++ b/graphviz/receipt Sun Oct 05 12:58:12 2008 +0000 @@ -5,6 +5,8 @@ CATEGORY="x-window" SHORT_DESC="Automatic graph drawing." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="xorg zlib png jepg" +BUILD_DEPENDS="xorg expat-dev zlib-dev pkg-config gtk+-dev png-dev jpeg-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.graphviz.org/" WGET_URL="${WEB_SITE}pub/$PACKAGE/ARCHIVE/$TARBALL" @@ -14,8 +16,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 41b5625ef0ab -r 4c400bd09135 hydra/receipt --- a/hydra/receipt Sun Oct 05 12:01:39 2008 +0000 +++ b/hydra/receipt Sun Oct 05 12:58:12 2008 +0000 @@ -5,7 +5,8 @@ CATEGORY="system-tools" SHORT_DESC="THC password cracker for FTP, HTTP, HTTPS, SMB, etc." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+" +DEPENDS="gtk+ openssl" +BUILD_DEPENDS="openssl-dev libpostgresqlclient" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WEB_SITE="http://freeworld.thc.org/thc-hydra" WGET_URL="http://freeworld.thc.org/releases/$TARBALL" @@ -20,6 +21,7 @@ $CONFIGURE_ARGS sed -i s/'cp -v'/'cp'/ hydra-gtk/make_xhydra.sh make + [ -f hydra ] } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 41b5625ef0ab -r 4c400bd09135 libgnomeprintui/receipt --- a/libgnomeprintui/receipt Sun Oct 05 12:01:39 2008 +0000 +++ b/libgnomeprintui/receipt Sun Oct 05 12:58:12 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="GNOME print user interface library" MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ libgnomeprint libgnomecanvas" +BUILD_DEPENDS="perl-xml-parser pkg-config gtk+ gnome-icon-theme libgnomecanvas libgnomeprint" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/2.18/$TARBALL" @@ -19,8 +20,8 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 41b5625ef0ab -r 4c400bd09135 mesa/receipt --- a/mesa/receipt Sun Oct 05 12:01:39 2008 +0000 +++ b/mesa/receipt Sun Oct 05 12:58:12 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="3D Graphics Library." MAINTAINER="pascal.bellard@slitaz.org" DEPENDS="xorg" +BUILD_DEPENDS="xorg-dev xorg-xextproto" SOURCE="Mesa" TARBALL="${SOURCE}Lib-$VERSION.tar.bz2" WEB_SITE="http://www.mesa3d.org/" @@ -16,7 +17,8 @@ { ln -s $src $PACKAGE-$VERSION cd $src - make linux-x86 + make realclean + make linux-x86 && make DESTDIR=$PWD/_pkg install } diff -r 41b5625ef0ab -r 4c400bd09135 mjpegtools/receipt --- a/mjpegtools/receipt Sun Oct 05 12:01:39 2008 +0000 +++ b/mjpegtools/receipt Sun Oct 05 12:58:12 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="MPEG manipulation tools." MAINTAINER="pankso@slitaz.org" DEPENDS="libdv" -BUILD_DEPENDS="libdv-dev" +BUILD_DEPENDS="libdv-dev libdv" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mjpeg.sourceforge.net/" WGET_URL="$SF_MIRROR/mjpeg/$TARBALL" @@ -18,8 +18,8 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 41b5625ef0ab -r 4c400bd09135 poppler/receipt --- a/poppler/receipt Sun Oct 05 12:01:39 2008 +0000 +++ b/poppler/receipt Sun Oct 05 12:58:12 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="Poppler is a PDF rendering library." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="pkg-config jpeg" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://poppler.freedesktop.org/" WGET_URL="http://poppler.freedesktop.org/$TARBALL" @@ -17,8 +18,8 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 41b5625ef0ab -r 4c400bd09135 psycopg/receipt --- a/psycopg/receipt Sun Oct 05 12:01:39 2008 +0000 +++ b/psycopg/receipt Sun Oct 05 12:58:12 2008 +0000 @@ -9,18 +9,18 @@ WEB_SITE="http://initd.org/" WGET_URL="${WEB_SITE}pub/software/$PACKAGE/$TARBALL" DEPENDS="python egenix-mx-base" -BUILD_DEPENDS="python python-dev egenix-mx-base" +BUILD_DEPENDS="python python-dev egenix-mx-base postgresql-dev" # Rules to configure and make the package. compile_rules() { cd $src python=python$(python --version 2>&1 | awk '{ print substr($2,0,3) }') + mkdir -p _pkg/usr/lib/$python/site-packages ./configure --prefix=/usr --infodir=/usr/share/info \ --with-mxdatetime-includes=/usr/lib/$python/site-packages/mx/DateTime/mxDateTime \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make - mkdir -p _pkg/usr/lib/$python/site-packages + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && install -m 555 ./psycopgmodule.so _pkg/usr/lib/$python/site-packages }