wok rev 1491

Update BUILD_DEPENDS for bogofilter ecore gimp graphviz hydra libgnomeprintui mesa mjpegtools poppler psycopg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 12:58:12 2008 +0000 (2008-10-05)
parents 41b5625ef0ab
children e13aa4c04576
files bogofilter/receipt ecore/receipt gimp/receipt graphviz/receipt hydra/receipt libgnomeprintui/receipt mesa/receipt mjpegtools/receipt poppler/receipt psycopg/receipt
line diff
     1.1 --- a/bogofilter/receipt	Sun Oct 05 12:01:39 2008 +0000
     1.2 +++ b/bogofilter/receipt	Sun Oct 05 12:58:12 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Mail filter that classifies mail as spam or ham."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="sqlite"
     1.7 +BUILD_DEPENDS="sqlite-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://bogofilter.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -17,8 +18,8 @@
    1.12  	./configure --with-database=sqlite3 \
    1.13  	--prefix=/usr --sysconfdir=/etc/bogofilter \
    1.14  	--infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21  
     2.1 --- a/ecore/receipt	Sun Oct 05 12:01:39 2008 +0000
     2.2 +++ b/ecore/receipt	Sun Oct 05 12:58:12 2008 +0000
     2.3 @@ -6,6 +6,7 @@
     2.4  SHORT_DESC="E17 core libs."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  DEPENDS="eet evas"
     2.7 +BUILD_DEPENDS="xorg-dev eet-dev evas-dev"
     2.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.9  WEB_SITE="http://www.enlightenment.org/"
    2.10  WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    2.11 @@ -15,8 +16,8 @@
    2.12  {
    2.13  	cd $src
    2.14  	./configure --enable-ecore-config --prefix=/usr --infodir=/usr/share/info \
    2.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    2.16 -	make
    2.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.18 +	make &&
    2.19  	make DESTDIR=$PWD/_pkg install
    2.20  }
    2.21  
     3.1 --- a/gimp/receipt	Sun Oct 05 12:01:39 2008 +0000
     3.2 +++ b/gimp/receipt	Sun Oct 05 12:58:12 2008 +0000
     3.3 @@ -6,6 +6,7 @@
     3.4  SHORT_DESC="Gnu Image Manipulation Program or GIMP!"
     3.5  MAINTAINER="pankso@slitaz.org"
     3.6  DEPENDS="gtk+ libart_lgpl"
     3.7 +BUILD_DEPENDS="gettext perl-xml-parser gtk+-dev libart_lgpl"
     3.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     3.9  WEB_SITE="http://www.gimp.org/"
    3.10  WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.4/$TARBALL"
    3.11 @@ -20,8 +21,8 @@
    3.12  		--with-html-dir=/usr/share/doc \
    3.13  		--disable-print \
    3.14  		--disable-python \
    3.15 -		$CONFIGURE_ARGS
    3.16 -	make
    3.17 +		$CONFIGURE_ARGS &&
    3.18 +	make &&
    3.19  	make DESTDIR=$PWD/_pkg install
    3.20  }
    3.21  
     4.1 --- a/graphviz/receipt	Sun Oct 05 12:01:39 2008 +0000
     4.2 +++ b/graphviz/receipt	Sun Oct 05 12:58:12 2008 +0000
     4.3 @@ -5,6 +5,8 @@
     4.4  CATEGORY="x-window"
     4.5  SHORT_DESC="Automatic graph drawing."
     4.6  MAINTAINER="pascal.bellard@slitaz.org"
     4.7 +DEPENDS="xorg zlib png jepg"
     4.8 +BUILD_DEPENDS="xorg expat-dev zlib-dev pkg-config gtk+-dev png-dev jpeg-dev"
     4.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.10  WEB_SITE="http://www.graphviz.org/"
    4.11  WGET_URL="${WEB_SITE}pub/$PACKAGE/ARCHIVE/$TARBALL"
    4.12 @@ -14,8 +16,8 @@
    4.13  {
    4.14  	cd $src
    4.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    4.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    4.17 -	make
    4.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    4.19 +	make &&
    4.20  	make DESTDIR=$PWD/_pkg install
    4.21  }
    4.22  
     5.1 --- a/hydra/receipt	Sun Oct 05 12:01:39 2008 +0000
     5.2 +++ b/hydra/receipt	Sun Oct 05 12:58:12 2008 +0000
     5.3 @@ -5,7 +5,8 @@
     5.4  CATEGORY="system-tools"
     5.5  SHORT_DESC="THC password cracker for FTP, HTTP, HTTPS, SMB, etc."
     5.6  MAINTAINER="pankso@slitaz.org"
     5.7 -DEPENDS="gtk+"
     5.8 +DEPENDS="gtk+ openssl"
     5.9 +BUILD_DEPENDS="openssl-dev libpostgresqlclient"
    5.10  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
    5.11  WEB_SITE="http://freeworld.thc.org/thc-hydra"
    5.12  WGET_URL="http://freeworld.thc.org/releases/$TARBALL"
    5.13 @@ -20,6 +21,7 @@
    5.14  		$CONFIGURE_ARGS
    5.15  	sed -i s/'cp -v'/'cp'/ hydra-gtk/make_xhydra.sh
    5.16  	make
    5.17 +	[ -f hydra ]
    5.18  }
    5.19  
    5.20  # Rules to gen a SliTaz package suitable for Tazpkg.
     6.1 --- a/libgnomeprintui/receipt	Sun Oct 05 12:01:39 2008 +0000
     6.2 +++ b/libgnomeprintui/receipt	Sun Oct 05 12:58:12 2008 +0000
     6.3 @@ -6,6 +6,7 @@
     6.4  SHORT_DESC="GNOME print user interface library"
     6.5  MAINTAINER="pankso@slitaz.org"
     6.6  DEPENDS="gtk+ libgnomeprint libgnomecanvas"
     6.7 +BUILD_DEPENDS="perl-xml-parser pkg-config gtk+ gnome-icon-theme libgnomecanvas libgnomeprint"
     6.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     6.9  WEB_SITE="http://www.gnome.org/"
    6.10  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/2.18/$TARBALL"
    6.11 @@ -19,8 +20,8 @@
    6.12  		--infodir=/usr/share/info \
    6.13  		--mandir=/usr/share/man \
    6.14  		--with-html-dir=/usr/share/doc \
    6.15 -		$CONFIGURE_ARGS
    6.16 -	make
    6.17 +		$CONFIGURE_ARGS &&
    6.18 +	make &&
    6.19  	make DESTDIR=$PWD/_pkg install
    6.20  }
    6.21  
     7.1 --- a/mesa/receipt	Sun Oct 05 12:01:39 2008 +0000
     7.2 +++ b/mesa/receipt	Sun Oct 05 12:58:12 2008 +0000
     7.3 @@ -6,6 +6,7 @@
     7.4  SHORT_DESC="3D Graphics Library."
     7.5  MAINTAINER="pascal.bellard@slitaz.org"
     7.6  DEPENDS="xorg"
     7.7 +BUILD_DEPENDS="xorg-dev xorg-xextproto"
     7.8  SOURCE="Mesa"
     7.9  TARBALL="${SOURCE}Lib-$VERSION.tar.bz2"
    7.10  WEB_SITE="http://www.mesa3d.org/"
    7.11 @@ -16,7 +17,8 @@
    7.12  { 
    7.13  	ln -s $src $PACKAGE-$VERSION
    7.14  	cd $src
    7.15 -	make linux-x86
    7.16 +	make realclean
    7.17 +	make linux-x86 &&
    7.18  	make DESTDIR=$PWD/_pkg install
    7.19  }
    7.20  
     8.1 --- a/mjpegtools/receipt	Sun Oct 05 12:01:39 2008 +0000
     8.2 +++ b/mjpegtools/receipt	Sun Oct 05 12:58:12 2008 +0000
     8.3 @@ -6,7 +6,7 @@
     8.4  SHORT_DESC="MPEG manipulation tools."
     8.5  MAINTAINER="pankso@slitaz.org"
     8.6  DEPENDS="libdv"
     8.7 -BUILD_DEPENDS="libdv-dev"
     8.8 +BUILD_DEPENDS="libdv-dev libdv"
     8.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    8.10  WEB_SITE="http://mjpeg.sourceforge.net/"
    8.11  WGET_URL="$SF_MIRROR/mjpeg/$TARBALL"
    8.12 @@ -18,8 +18,8 @@
    8.13  	./configure \
    8.14  		--prefix=/usr \
    8.15  		--mandir=/usr/share/man \
    8.16 -		$CONFIGURE_ARGS
    8.17 -	make
    8.18 +		$CONFIGURE_ARGS &&
    8.19 +	make &&
    8.20  	make DESTDIR=$PWD/_pkg install
    8.21  }
    8.22  
     9.1 --- a/poppler/receipt	Sun Oct 05 12:01:39 2008 +0000
     9.2 +++ b/poppler/receipt	Sun Oct 05 12:58:12 2008 +0000
     9.3 @@ -5,6 +5,7 @@
     9.4  CATEGORY="office"
     9.5  SHORT_DESC="Poppler is a PDF rendering library."
     9.6  MAINTAINER="pankso@slitaz.org"
     9.7 +BUILD_DEPENDS="pkg-config jpeg"
     9.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     9.9  WEB_SITE="http://poppler.freedesktop.org/"
    9.10  WGET_URL="http://poppler.freedesktop.org/$TARBALL"
    9.11 @@ -17,8 +18,8 @@
    9.12  		--prefix=/usr \
    9.13  		--infodir=/usr/share/info \
    9.14  		--mandir=/usr/share/man \
    9.15 -		$CONFIGURE_ARGS
    9.16 -	make
    9.17 +		$CONFIGURE_ARGS &&
    9.18 +	make &&
    9.19  	make DESTDIR=$PWD/_pkg install
    9.20  }
    9.21  
    10.1 --- a/psycopg/receipt	Sun Oct 05 12:01:39 2008 +0000
    10.2 +++ b/psycopg/receipt	Sun Oct 05 12:58:12 2008 +0000
    10.3 @@ -9,18 +9,18 @@
    10.4  WEB_SITE="http://initd.org/"
    10.5  WGET_URL="${WEB_SITE}pub/software/$PACKAGE/$TARBALL"
    10.6  DEPENDS="python egenix-mx-base"
    10.7 -BUILD_DEPENDS="python python-dev egenix-mx-base"
    10.8 +BUILD_DEPENDS="python python-dev egenix-mx-base postgresql-dev"
    10.9  
   10.10  # Rules to configure and make the package.
   10.11  compile_rules()
   10.12  {
   10.13  	cd $src
   10.14  	python=python$(python --version 2>&1 | awk '{ print substr($2,0,3) }')
   10.15 +	mkdir -p _pkg/usr/lib/$python/site-packages
   10.16  	./configure --prefix=/usr --infodir=/usr/share/info \
   10.17  	--with-mxdatetime-includes=/usr/lib/$python/site-packages/mx/DateTime/mxDateTime \
   10.18 -	--mandir=/usr/share/man $CONFIGURE_ARGS
   10.19 -	make
   10.20 -	mkdir -p _pkg/usr/lib/$python/site-packages
   10.21 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   10.22 +	make &&
   10.23  	install -m 555 ./psycopgmodule.so _pkg/usr/lib/$python/site-packages
   10.24  }
   10.25