wok rev 1511

Update some BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 23:16:15 2008 +0000 (2008-10-05)
parents d55c18ef84e6
children fd13f7f143da
files asunder/receipt cairomm/receipt clearlooks/receipt cmake/receipt dialog/receipt doxygen/receipt enchant/receipt etherboot/receipt flex/receipt fltk/receipt fuse/receipt gamin/receipt gitmail/receipt gmp/receipt gperiodic/receipt gpgme/receipt gpxe/receipt gqview/receipt grisbi/receipt hardinfo/receipt libgcrypt/receipt libxml2-python/receipt lzma/receipt mercurial/receipt mhwaveedit/receipt mpfr/receipt mtpaint/receipt ncmpc/receipt ndiswrapper/receipt newt/receipt ninvaders/receipt numpy/receipt osmo/receipt perl-xml-simple/receipt pil/receipt poppler/receipt portaudio/receipt pyparsing/receipt qt-x11-opensource-src/receipt reportlab/receipt rhapsody/receipt setuptools/receipt sqlobject/receipt squid/receipt startup-notification/receipt unshield/receipt xarchive/receipt xine-lib/receipt
line diff
     1.1 --- a/asunder/receipt	Sun Oct 05 19:15:18 2008 +0000
     1.2 +++ b/asunder/receipt	Sun Oct 05 23:16:15 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="GTK light CD ripper."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ libcddb cdparanoia-III"
     1.7 -BUILD_DEPENDS="pkg-config alsa-lib-dev libcddb-dev"
     1.8 +BUILD_DEPENDS="pkg-config alsa-lib-dev libcddb-dev libcddb glib-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://littlesvr.ca/asunder/"
    1.11  WGET_URL="http://littlesvr.ca/asunder/releases/$TARBALL"
     2.1 --- a/cairomm/receipt	Sun Oct 05 19:15:18 2008 +0000
     2.2 +++ b/cairomm/receipt	Sun Oct 05 23:16:15 2008 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="2D graphics library (mm)."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  DEPENDS="pixman"
     2.7 -BUILD_DEPENDS="pixman-dev"
     2.8 +BUILD_DEPENDS="pixman-dev cairo"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.10  WEB_SITE="http://www.cairographics.org/"
    2.11  WGET_URL="http://cairographics.org/releases/$TARBALL"
    2.12 @@ -19,8 +19,8 @@
    2.13      	--prefix=/usr \
    2.14      	--mandir=/usr/share/man \
    2.15      	--with-html-dir=/usr/share/doc \
    2.16 -    	$CONFIGURE_ARGS
    2.17 -    make
    2.18 +    	$CONFIGURE_ARGS &&
    2.19 +    make &&
    2.20      make DESTDIR=$PWD/_pkg install
    2.21  }
    2.22  
     3.1 --- a/clearlooks/receipt	Sun Oct 05 19:15:18 2008 +0000
     3.2 +++ b/clearlooks/receipt	Sun Oct 05 23:16:15 2008 +0000
     3.3 @@ -6,7 +6,8 @@
     3.4  SHORT_DESC="Clearlooks GTK+ theme."
     3.5  MAINTAINER="pankso@slitaz.org"
     3.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     3.7 -BUILD_DEPENDS="pkg-config file"
     3.8 +DEPENDS="gtk+"
     3.9 +BUILD_DEPENDS="pkg-config file gtk+"
    3.10  WEB_SITE="http://clearlooks.sourceforge.net/"
    3.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    3.12  
     4.1 --- a/cmake/receipt	Sun Oct 05 19:15:18 2008 +0000
     4.2 +++ b/cmake/receipt	Sun Oct 05 23:16:15 2008 +0000
     4.3 @@ -5,6 +5,7 @@
     4.4  CATEGORY="development"
     4.5  SHORT_DESC="Cross-platform Make."
     4.6  MAINTAINER="pankso@slitaz.org"
     4.7 +BUILD_DEPENDS="ncurses-dev"
     4.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     4.9  WEB_SITE="http://www.cmake.org/"
    4.10  WGET_URL="http://www.cmake.org/files/v2.6/$TARBALL"
    4.11 @@ -17,8 +18,8 @@
    4.12  		--prefix=/usr \
    4.13  		--docdir=/share/doc/$PACKAGE \
    4.14  		--mandir=/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/dialog/receipt	Sun Oct 05 19:15:18 2008 +0000
     5.2 +++ b/dialog/receipt	Sun Oct 05 23:16:15 2008 +0000
     5.3 @@ -6,6 +6,7 @@
     5.4  SHORT_DESC="Script-interpreter which provides a set of curses widgets."
     5.5  MAINTAINER="pankso@slitaz.org"
     5.6  DEPENDS="ncurses"
     5.7 +BUILD_DEPENDS="ncurses-dev"
     5.8  TARBALL="$PACKAGE-$VERSION.tgz"
     5.9  WEB_SITE="http://invisible-island.net/$PACKAGE/"
    5.10  WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL"
     6.1 --- a/doxygen/receipt	Sun Oct 05 19:15:18 2008 +0000
     6.2 +++ b/doxygen/receipt	Sun Oct 05 23:16:15 2008 +0000
     6.3 @@ -6,6 +6,7 @@
     6.4  SHORT_DESC="Source code documentation generator tool."
     6.5  MAINTAINER="pascal.bellard@slitaz.org"
     6.6  TARBALL="$PACKAGE-$VERSION.src.tar.gz"
     6.7 +BUILD_DEPENDS="perl graphviz"
     6.8  WEB_SITE="http://www.stack.nl/~dimitri/doxygen/"
     6.9  WGET_URL="ftp://ftp.stack.nl/pub/users/dimitri/$TARBALL"
    6.10  #http://ftp.stack.nl/pub/users/dimitri/doxygen-1.5.7.1.src.tar.gz"
     7.1 --- a/enchant/receipt	Sun Oct 05 19:15:18 2008 +0000
     7.2 +++ b/enchant/receipt	Sun Oct 05 23:16:15 2008 +0000
     7.3 @@ -5,7 +5,7 @@
     7.4  CATEGORY="x-window"
     7.5  SHORT_DESC="Enchant spell checking library."
     7.6  MAINTAINER="pankso@slitaz.org"
     7.7 -BUILD_DEPENDS="pkg-config"
     7.8 +BUILD_DEPENDS="pkg-config glib"
     7.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.10  WEB_SITE="http://www.abisource.com/projects/enchant/"
    7.11  WGET_URL="http://www.abisource.com/downloads/enchant/$VERSION/$TARBALL"
     8.1 --- a/etherboot/receipt	Sun Oct 05 19:15:18 2008 +0000
     8.2 +++ b/etherboot/receipt	Sun Oct 05 23:16:15 2008 +0000
     8.3 @@ -5,6 +5,7 @@
     8.4  CATEGORY="system-tools"
     8.5  SHORT_DESC="Ethernet bootloader for PXE and NBI images."
     8.6  MAINTAINER="pascal.bellard@slitaz.org"
     8.7 +BUILD_DEPENDS="perl"
     8.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     8.9  WEB_SITE="http://www.etherboot.org/"
    8.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     9.1 --- a/flex/receipt	Sun Oct 05 19:15:18 2008 +0000
     9.2 +++ b/flex/receipt	Sun Oct 05 23:16:15 2008 +0000
     9.3 @@ -6,6 +6,7 @@
     9.4  SHORT_DESC="Flex is a fast lexical analyser generator."
     9.5  MAINTAINER="pankso@slitaz.org"
     9.6  DEPENDS=""
     9.7 +BUILD_DEPENDS="m4"
     9.8  WANTED=""
     9.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    9.10  WEB_SITE="http://flex.sourceforge.net/"
    9.11 @@ -16,8 +17,8 @@
    9.12  {
    9.13  	cd $src
    9.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    9.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    9.16 -	make
    9.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    9.18 +	make &&
    9.19  	make DESTDIR=$PWD/_pkg install
    9.20  }
    9.21  
    10.1 --- a/fltk/receipt	Sun Oct 05 19:15:18 2008 +0000
    10.2 +++ b/fltk/receipt	Sun Oct 05 23:16:15 2008 +0000
    10.3 @@ -5,6 +5,7 @@
    10.4  CATEGORY="system-tools"
    10.5  SHORT_DESC="Fast Light Tool Kit (provide fluid)."
    10.6  MAINTAINER="pankso@slitaz.org"
    10.7 +BUILD_DEPENDS="xorg-dev"
    10.8  TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
    10.9  WEB_SITE="http://www.fltk.org/"
   10.10  WGET_URL="http://ftp.easysw.com/pub/fltk/$VERSION/$TARBALL"
    11.1 --- a/fuse/receipt	Sun Oct 05 19:15:18 2008 +0000
    11.2 +++ b/fuse/receipt	Sun Oct 05 23:16:15 2008 +0000
    11.3 @@ -5,7 +5,6 @@
    11.4  CATEGORY="system-tools"
    11.5  SHORT_DESC="Fuse Filsystem in user space."
    11.6  MAINTAINER="pankso@slitaz.org"
    11.7 -BUILD_DEPENDS="linux-source"
    11.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    11.9  WEB_SITE="http://fuse.sourceforge.net/"
   11.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   11.11 @@ -14,8 +13,12 @@
   11.12  compile_rules()
   11.13  {
   11.14  	cd $src
   11.15 +	if [ ! -d $WOK/linux/taz ]; then
   11.16 +		tazwok cook linux
   11.17 +	fi
   11.18  	./configure --prefix=/usr --infodir=/usr/share/info \
   11.19 -	--with-kernel=/usr/src/linux --mandir=/usr/share/man $CONFIGURE_ARGS &&
   11.20 +	--with-kernel=$(ls -d $WOK/linux/linux-*/) --mandir=/usr/share/man \
   11.21 +	$CONFIGURE_ARGS &&
   11.22  	make &&
   11.23  	make DESTDIR=$PWD/_pkg install
   11.24  }
    12.1 --- a/gamin/receipt	Sun Oct 05 19:15:18 2008 +0000
    12.2 +++ b/gamin/receipt	Sun Oct 05 23:16:15 2008 +0000
    12.3 @@ -5,7 +5,7 @@
    12.4  CATEGORY="system-tools"
    12.5  SHORT_DESC="File and directory monitoring system."
    12.6  MAINTAINER="pankso@slitaz.org"
    12.7 -BUILD_DEPENDS="pkg-config"
    12.8 +BUILD_DEPENDS="pkg-config glib"
    12.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   12.10  WEB_SITE="http://www.gnome.org/~veillard/gamin/"
   12.11  WGET_URL="http://www.gnome.org/~veillard/gamin/sources/$TARBALL"
    13.1 --- a/gitmail/receipt	Sun Oct 05 19:15:18 2008 +0000
    13.2 +++ b/gitmail/receipt	Sun Oct 05 23:16:15 2008 +0000
    13.3 @@ -7,6 +7,7 @@
    13.4  MAINTAINER="pankso@slitaz.org"
    13.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    13.6  DEPENDS="gtk+"
    13.7 +BUILD_DEPENDS="pkg-config gtk+"
    13.8  WEB_SITE="http://gitmail.sourceforge.net/"
    13.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   13.10  
   13.11 @@ -14,8 +15,8 @@
   13.12  compile_rules()
   13.13  {
   13.14  	cd GhostInTheMail-$VERSION
   13.15 -	./configure --prefix=/usr $CONFIGURE_ARGS
   13.16 -	make
   13.17 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
   13.18 +	make &&
   13.19  	make DESTDIR=$PWD/_pkg \
   13.20  	gitmaildocdir=/usr/share/doc/GhostInTheMail \
   13.21  	install
    14.1 --- a/gmp/receipt	Sun Oct 05 19:15:18 2008 +0000
    14.2 +++ b/gmp/receipt	Sun Oct 05 23:16:15 2008 +0000
    14.3 @@ -6,7 +6,7 @@
    14.4  SHORT_DESC="GNU Multiple Precision Arithmetic Library."
    14.5  MAINTAINER="pankso@slitaz.org"
    14.6  DEPENDS="make"
    14.7 -BUILD_DEPENDS="glibc-dev make"
    14.8 +BUILD_DEPENDS="glibc-dev make m4"
    14.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   14.10  WEB_SITE="http://gmplib.org/"
   14.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
   14.12 @@ -18,8 +18,8 @@
   14.13  	./configure \
   14.14  		--prefix=/usr \
   14.15  		--infodir=/usr/share/info \
   14.16 -		$CONFIGURE_ARGS
   14.17 -	make
   14.18 +		$CONFIGURE_ARGS &&
   14.19 +	make &&
   14.20  	make DESTDIR=$PWD/_pkg install
   14.21  }
   14.22  
    15.1 --- a/gperiodic/receipt	Sun Oct 05 19:15:18 2008 +0000
    15.2 +++ b/gperiodic/receipt	Sun Oct 05 23:16:15 2008 +0000
    15.3 @@ -6,6 +6,7 @@
    15.4  SHORT_DESC="A periodic table element"
    15.5  MAINTAINER="erjo@slitaz.org"
    15.6  DEPENDS="gtk+"
    15.7 +BUILD_DEPENDS="gtk+-dev"
    15.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    15.9  WEB_SITE="http://www.frantz.fi/software/gperiodic.php"
   15.10  WGET_URL="http://www.frantz.fi/software/$TARBALL"
    16.1 --- a/gpgme/receipt	Sun Oct 05 19:15:18 2008 +0000
    16.2 +++ b/gpgme/receipt	Sun Oct 05 23:16:15 2008 +0000
    16.3 @@ -8,7 +8,7 @@
    16.4  SHORT_DESC="C language library that allows to add support for cryptography to a program."
    16.5  MAINTAINER="erjo@slitaz.org"
    16.6  DEPENDS="libgpg-error"
    16.7 -BUILD_DEPENDS="libgpg-error-dev"
    16.8 +BUILD_DEPENDS="libgpg-error-dev libgpg-error"
    16.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   16.10  WEB_SITE="http://www.gnupg.org/gpgme.html"
   16.11  WGET_URL="ftp://ftp.gnupg.org/gcrypt/gpgme/$TARBALL"
    17.1 --- a/gpxe/receipt	Sun Oct 05 19:15:18 2008 +0000
    17.2 +++ b/gpxe/receipt	Sun Oct 05 23:16:15 2008 +0000
    17.3 @@ -14,8 +14,10 @@
    17.4  {
    17.5  	cd $src/src
    17.6  	for i in prefix.u default_boot.u cmdline.u; do
    17.7 +		[ -f done.$i ] && continue
    17.8  		echo "Apply $i..."
    17.9  		patch -p2 < ../../stuff/$i || return 1
   17.10 +		touch done.$i
   17.11  	done
   17.12  	make bin/gpxe.lkrn bin/undionly.kpxe
   17.13  }
    18.1 --- a/gqview/receipt	Sun Oct 05 19:15:18 2008 +0000
    18.2 +++ b/gqview/receipt	Sun Oct 05 23:16:15 2008 +0000
    18.3 @@ -6,6 +6,7 @@
    18.4  SHORT_DESC="Images viewer and manager using GTK+."
    18.5  MAINTAINER="pankso@slitaz.org"
    18.6  DEPENDS="gtk+"
    18.7 +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev"
    18.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    18.9  WEB_SITE="http://gqview.sourceforge.net/"
   18.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   18.11 @@ -15,8 +16,8 @@
   18.12  {
   18.13  	cd $src
   18.14  	./configure --prefix=/usr --mandir=/usr/share/man \
   18.15 -	$CONFIGURE_ARGS
   18.16 -	make
   18.17 +	$CONFIGURE_ARGS &&
   18.18 +	make &&
   18.19  	make DESTDIR=$PWD/_pkg install
   18.20  }
   18.21  
    19.1 --- a/grisbi/receipt	Sun Oct 05 19:15:18 2008 +0000
    19.2 +++ b/grisbi/receipt	Sun Oct 05 23:16:15 2008 +0000
    19.3 @@ -6,7 +6,7 @@
    19.4  SHORT_DESC="Personnal bank manager"
    19.5  MAINTAINER="erjo@slitaz.org"
    19.6  DEPENDS="gtk+"
    19.7 -BUILD_DEPENDS="pkg-config glib gtk+ libxml2"
    19.8 +BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev"
    19.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   19.10  WEB_SITE="http://www.grisbi.org/index.fr.html"
   19.11  WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL"
    20.1 --- a/hardinfo/receipt	Sun Oct 05 19:15:18 2008 +0000
    20.2 +++ b/hardinfo/receipt	Sun Oct 05 23:16:15 2008 +0000
    20.3 @@ -6,6 +6,7 @@
    20.4  SHORT_DESC="A tool to get hardware informations and perform benchmarks."
    20.5  MAINTAINER="pankso@slitaz.org"
    20.6  DEPENDS="gtk+ pciutils"
    20.7 +BUILD_DEPENDS="gtk+ gtk+-dev"
    20.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    20.9  WEB_SITE="http://hardinfo.berlios.de/"
   20.10  WGET_URL="http://download.berlios.de/hardinfo/$TARBALL"
    21.1 --- a/libgcrypt/receipt	Sun Oct 05 19:15:18 2008 +0000
    21.2 +++ b/libgcrypt/receipt	Sun Oct 05 23:16:15 2008 +0000
    21.3 @@ -6,7 +6,7 @@
    21.4  SHORT_DESC="Cryptographic library based on GnuPG"
    21.5  MAINTAINER="erjo@slitaz.org"
    21.6  DEPENDS="libgpg-error"
    21.7 -BUILD_DEPENDS="libgpg-error-dev"
    21.8 +BUILD_DEPENDS="libgpg-error-dev libgpg-error"
    21.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   21.10  WEB_SITE="http://www.gnupg.org/"
   21.11  WGET_URL="ftp://ftp.gnupg.org/gcrypt/libgcrypt/$TARBALL"
   21.12 @@ -16,8 +16,8 @@
   21.13  {
   21.14  	cd $src
   21.15  	./configure --prefix=/usr --infodir=/usr/share/info \
   21.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
   21.17 -	make
   21.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   21.19 +	make &&
   21.20  	make DESTDIR=$PWD/_pkg install
   21.21  }
   21.22  
    22.1 --- a/libxml2-python/receipt	Sun Oct 05 19:15:18 2008 +0000
    22.2 +++ b/libxml2-python/receipt	Sun Oct 05 23:16:15 2008 +0000
    22.3 @@ -9,13 +9,13 @@
    22.4  WEB_SITE="http://xmlsoft.org/"
    22.5  WGET_URL="ftp://xmlsoft.org/libxml2/python/$TARBALL"
    22.6  DEPENDS="python libxml2"
    22.7 -BUILD_DEPENDS="python"
    22.8 +BUILD_DEPENDS="python python-dev libxml2-dev"
    22.9  
   22.10  # Rules to configure and make the package.
   22.11  compile_rules()
   22.12  {
   22.13  	cd $src
   22.14 -	python setup.py build
   22.15 +	python setup.py build &&
   22.16  	python setup.py install --root=$PWD/_pkg
   22.17  }
   22.18  
    23.1 --- a/lzma/receipt	Sun Oct 05 19:15:18 2008 +0000
    23.2 +++ b/lzma/receipt	Sun Oct 05 23:16:15 2008 +0000
    23.3 @@ -8,7 +8,8 @@
    23.4  TARBALL="lzma$(echo $VERSION | sed 's/\.//').tar.bz2"
    23.5  WEB_SITE="http://sourceforge.net/projects/sevenzip/"
    23.6  WGET_URL="$SF_MIRROR/sevenzip/$TARBALL"
    23.7 -DEPENDS="lzlib"
    23.8 +DEPENDS="lzlib gzip"
    23.9 +BUILD_DEPENDS="gzip-dev"
   23.10  
   23.11  # Rules to configure and make the package.
   23.12  compile_rules()
   23.13 @@ -27,7 +28,7 @@
   23.14  		touch done.lzlib.u
   23.15  	fi
   23.16  	cd CPP/7zip/Compress/LZMA_Alone
   23.17 -	make -f makefile.gcc lzma
   23.18 +	make -f makefile.gcc lzma &&
   23.19  	make -f makefile.gcc liblz.so.1.0.0
   23.20  }
   23.21  
    24.1 --- a/mercurial/receipt	Sun Oct 05 19:15:18 2008 +0000
    24.2 +++ b/mercurial/receipt	Sun Oct 05 23:16:15 2008 +0000
    24.3 @@ -6,6 +6,7 @@
    24.4  SHORT_DESC="Revision tools system."
    24.5  MAINTAINER="pankso@slitaz.org"
    24.6  DEPENDS="python patch openssl"
    24.7 +BUILD_DEPENDS="python-dev patch openssl-dev"
    24.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    24.9  WEB_SITE="http://www.selenic.com/mercurial/wiki/"
   24.10  WGET_URL="http://www.selenic.com/mercurial/release/$TARBALL"
    25.1 --- a/mhwaveedit/receipt	Sun Oct 05 19:15:18 2008 +0000
    25.2 +++ b/mhwaveedit/receipt	Sun Oct 05 23:16:15 2008 +0000
    25.3 @@ -6,7 +6,7 @@
    25.4  SHORT_DESC="Lightweight sound files editor, recorder and player."
    25.5  MAINTAINER="pankso@slitaz.org"
    25.6  DEPENDS="alsa-lib libxml2"
    25.7 -BUILD_DEPENDS="alsa-lib-dev libxml2-dev"
    25.8 +BUILD_DEPENDS="alsa-lib-dev libxml2-dev gtk+-dev"
    25.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   25.10  WEB_SITE="https://gna.org/projects/mhwaveedit/"
   25.11  WGET_URL="http://download.gna.org/mhwaveedit/$TARBALL"
   25.12 @@ -18,8 +18,8 @@
   25.13  	chmod +x install-sh
   25.14  	./configure \
   25.15  		--prefix=/usr \
   25.16 -		$CONFIGURE_ARGS
   25.17 -	make
   25.18 +		$CONFIGURE_ARGS &&
   25.19 +	make &&
   25.20  	make DESTDIR=$PWD/_pkg install
   25.21  }
   25.22  
    26.1 --- a/mpfr/receipt	Sun Oct 05 19:15:18 2008 +0000
    26.2 +++ b/mpfr/receipt	Sun Oct 05 23:16:15 2008 +0000
    26.3 @@ -6,7 +6,7 @@
    26.4  SHORT_DESC="C library for multiple-precision floating-point computations."
    26.5  MAINTAINER="pankso@slitaz.org"
    26.6  DEPENDS="make"
    26.7 -BUILD_DEPENDS="glibc-dev make"
    26.8 +BUILD_DEPENDS="glibc-dev make gmp-dev"
    26.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   26.10  WEB_SITE="http://www.mpfr.org/"
   26.11  WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL"
    27.1 --- a/mtpaint/receipt	Sun Oct 05 19:15:18 2008 +0000
    27.2 +++ b/mtpaint/receipt	Sun Oct 05 23:16:15 2008 +0000
    27.3 @@ -6,7 +6,7 @@
    27.4  SHORT_DESC="Light paint programm and image manipulation."
    27.5  MAINTAINER="pankso@slitaz.org"
    27.6  DEPENDS="gtk+"
    27.7 -BUILD_DEPENDS="gtk+ pkg-config xorg-xproto"
    27.8 +BUILD_DEPENDS="gtk+ gtk+-dev pkg-config xorg-xproto"
    27.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   27.10  WEB_SITE="http://mtpaint.sourceforge.net/"
   27.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    28.1 --- a/ncmpc/receipt	Sun Oct 05 19:15:18 2008 +0000
    28.2 +++ b/ncmpc/receipt	Sun Oct 05 23:16:15 2008 +0000
    28.3 @@ -6,7 +6,7 @@
    28.4  SHORT_DESC="A ncurses MPD client."
    28.5  MAINTAINER="paul@slitaz.org"
    28.6  DEPENDS="mpd"
    28.7 -BUILD_DEPENDS="pkg-config"
    28.8 +BUILD_DEPENDS="pkg-config gtk+-dev"
    28.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   28.10  WEB_SITE="http://hem.bredband.net/kaw/ncmpc/index.html"
   28.11  WGET_URL="http://hem.bredband.net/kaw/ncmpc/files/$TARBALL"
    29.1 --- a/ndiswrapper/receipt	Sun Oct 05 19:15:18 2008 +0000
    29.2 +++ b/ndiswrapper/receipt	Sun Oct 05 23:16:15 2008 +0000
    29.3 @@ -6,6 +6,7 @@
    29.4  SHORT_DESC="Add Windows network drivers support to Linux kernel."
    29.5  MAINTAINER="erjo@slitaz.org"
    29.6  DEPENDS="perl"
    29.7 +BUILD_DEPENDS="perl"
    29.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    29.9  WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
   29.10  WGET_URL="http://dfn.dl.sourceforge.net/sourceforge/ndiswrapper/$TARBALL
    30.1 --- a/newt/receipt	Sun Oct 05 19:15:18 2008 +0000
    30.2 +++ b/newt/receipt	Sun Oct 05 23:16:15 2008 +0000
    30.3 @@ -6,7 +6,7 @@
    30.4  SHORT_DESC="Not Erik's Windowing Toolkit"
    30.5  MAINTAINER="erjo@slitaz.org"
    30.6  DEPENDS="slang"
    30.7 -BUILD_DEPENDS="slang-dev tcl popt-dev"
    30.8 +BUILD_DEPENDS="slang-dev tcl popt-dev python-dev"
    30.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   30.10  WEB_SITE="http://packages.debian.org/etch/libnewt0.52"
   30.11  WGET_URL="http://mirror.pimentvert.com/sources/newt/$TARBALL"
   30.12 @@ -20,8 +20,8 @@
   30.13  	chown -R root.root $src
   30.14  
   30.15  	./configure --prefix=/usr --infodir=/usr/share/info \
   30.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
   30.17 -	make
   30.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   30.19 +	make &&
   30.20  	make instroot=$PWD/_pkg install
   30.21  }
   30.22  
    31.1 --- a/ninvaders/receipt	Sun Oct 05 19:15:18 2008 +0000
    31.2 +++ b/ninvaders/receipt	Sun Oct 05 23:16:15 2008 +0000
    31.3 @@ -6,6 +6,7 @@
    31.4  SHORT_DESC="Space Invaders clone."
    31.5  MAINTAINER="pankso@slitaz.org"
    31.6  DEPENDS="ncurses"
    31.7 +BUILD_DEPENDS="ncurses-dev"
    31.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    31.9  WEB_SITE="http://ninvaders.sourceforge.net/"
   31.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   31.11 @@ -14,7 +15,7 @@
   31.12  compile_rules()
   31.13  {
   31.14  	cd $src
   31.15 -	make
   31.16 +	make &&
   31.17  	strip nInvaders
   31.18  }
   31.19  
    32.1 --- a/numpy/receipt	Sun Oct 05 19:15:18 2008 +0000
    32.2 +++ b/numpy/receipt	Sun Oct 05 23:16:15 2008 +0000
    32.3 @@ -9,13 +9,13 @@
    32.4  WEB_SITE="http://numpy.scipy.org/"
    32.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    32.6  DEPENDS="python"
    32.7 -BUILD_DEPENDS="python"
    32.8 +BUILD_DEPENDS="python python-dev"
    32.9  
   32.10  # Rules to configure and make the package.
   32.11  compile_rules()
   32.12  {
   32.13  	cd $src
   32.14 -	python setup.py build
   32.15 +	python setup.py build &&
   32.16  	python setup.py install --root=$PWD/_pkg
   32.17  }
   32.18  
    33.1 --- a/osmo/receipt	Sun Oct 05 19:15:18 2008 +0000
    33.2 +++ b/osmo/receipt	Sun Oct 05 23:16:15 2008 +0000
    33.3 @@ -6,7 +6,7 @@
    33.4  SHORT_DESC="A handy personal organizer using GTK+."
    33.5  MAINTAINER="pankso@slitaz.org"
    33.6  DEPENDS="gtk+ libxml2"
    33.7 -BUILD_DEPENDS="gtk+ libxml2-dev"
    33.8 +BUILD_DEPENDS="gtk+ gtk+-dev libxml2-dev"
    33.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   33.10  WEB_SITE="http://clay.ll.pl/osmo/"
   33.11  WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL"
    34.1 --- a/perl-xml-simple/receipt	Sun Oct 05 19:15:18 2008 +0000
    34.2 +++ b/perl-xml-simple/receipt	Sun Oct 05 23:16:15 2008 +0000
    34.3 @@ -6,6 +6,7 @@
    34.4  SHORT_DESC="XML::Simple module is used to read and write XML."
    34.5  MAINTAINER="pankso@slitaz.org"
    34.6  DEPENDS="perl"
    34.7 +BUILD_DEPENDS="perl"
    34.8  SOURCE="XML-Simple"
    34.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   34.10  WEB_SITE="http://cpan.org/"
   34.11 @@ -15,8 +16,8 @@
   34.12  compile_rules()
   34.13  {
   34.14  	cd $src
   34.15 -	perl Makefile.PL
   34.16 -	make
   34.17 +	perl Makefile.PL &&
   34.18 +	make &&
   34.19  	make DESTDIR=$PWD/_pkg install
   34.20  }
   34.21  
    35.1 --- a/pil/receipt	Sun Oct 05 19:15:18 2008 +0000
    35.2 +++ b/pil/receipt	Sun Oct 05 23:16:15 2008 +0000
    35.3 @@ -9,13 +9,14 @@
    35.4  TARBALL="$SOURCE-$VERSION.tar.gz"
    35.5  WEB_SITE="http://www.pythonware.com/products/pil/"
    35.6  WGET_URL="http://effbot.org/downloads/$TARBALL"
    35.7 -DEPENDS="jpeg zlib freetype"
    35.8 +DEPENDS="python jpeg zlib freetype"
    35.9 +DUILD_DEPENDS="python python-dev jpeg-dev zlib-dev"
   35.10  
   35.11  # Rules to configure and make the package.
   35.12  compile_rules()
   35.13  {
   35.14  	cd $src
   35.15 -	python setup.py build
   35.16 +	python setup.py build &&
   35.17  	python setup.py install --root=$PWD/_pkg
   35.18  }
   35.19  
    36.1 --- a/poppler/receipt	Sun Oct 05 19:15:18 2008 +0000
    36.2 +++ b/poppler/receipt	Sun Oct 05 23:16:15 2008 +0000
    36.3 @@ -5,7 +5,7 @@
    36.4  CATEGORY="office"
    36.5  SHORT_DESC="Poppler is a PDF rendering library."
    36.6  MAINTAINER="pankso@slitaz.org"
    36.7 -BUILD_DEPENDS="pkg-config jpeg"
    36.8 +BUILD_DEPENDS="pkg-config jpeg fontconfig"
    36.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   36.10  WEB_SITE="http://poppler.freedesktop.org/"
   36.11  WGET_URL="http://poppler.freedesktop.org/$TARBALL"
    37.1 --- a/portaudio/receipt	Sun Oct 05 19:15:18 2008 +0000
    37.2 +++ b/portaudio/receipt	Sun Oct 05 23:16:15 2008 +0000
    37.3 @@ -6,6 +6,7 @@
    37.4  SHORT_DESC="A portable cross-platform audio API"
    37.5  MAINTAINER="erjo@slitaz.org"
    37.6  DEPENDS=""
    37.7 +BUILD_DEPENDS="alsa-lib-dev"
    37.8  SOURCE="pa_stable"
    37.9  EXTRAVERSION="_20071207"
   37.10  TARBALL="${SOURCE}_${VERSION}${EXTRAVERSION}.tar.gz"
    38.1 --- a/pyparsing/receipt	Sun Oct 05 19:15:18 2008 +0000
    38.2 +++ b/pyparsing/receipt	Sun Oct 05 23:16:15 2008 +0000
    38.3 @@ -9,13 +9,13 @@
    38.4  WEB_SITE="http://pyparsing.wikispaces.com/"
    38.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    38.6  DEPENDS="python"
    38.7 -BUILD_DEPENDS="python"
    38.8 +BUILD_DEPENDS="python python-dev"
    38.9  
   38.10  # Rules to configure and make the package.
   38.11  compile_rules()
   38.12  {
   38.13  	cd $src
   38.14 -	python setup.py build
   38.15 +	python setup.py build &&
   38.16  	python setup.py install --root=$PWD/_pkg
   38.17  }
   38.18  
    39.1 --- a/qt-x11-opensource-src/receipt	Sun Oct 05 19:15:18 2008 +0000
    39.2 +++ b/qt-x11-opensource-src/receipt	Sun Oct 05 23:16:15 2008 +0000
    39.3 @@ -15,10 +15,15 @@
    39.4  {
    39.5  	cd $src
    39.6  	mkdir -p _pkg/usr/
    39.7 -	./configure --prefix=$PWD/_pkg/usr 
    39.8 -	$CONFIGURE_ARGS
    39.9 -	make
   39.10 +	yes yes | ./configure --prefix=$PWD/_pkg/usr &&
   39.11 +	make &&
   39.12  	make  install
   39.13  }
   39.14  
   39.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
   39.16 +genpkg_rules()
   39.17 +{
   39.18 +	# dummy tree to avoid 'tazwok cmp --cook' building loop
   39.19 +	mkdir $fs/etc
   39.20 +}
   39.21  
    40.1 --- a/reportlab/receipt	Sun Oct 05 19:15:18 2008 +0000
    40.2 +++ b/reportlab/receipt	Sun Oct 05 23:16:15 2008 +0000
    40.3 @@ -10,14 +10,14 @@
    40.4  WEB_SITE="http://www.reportlab.org/"
    40.5  WGET_URL="${WEB_SITE}ftp/$TARBALL"
    40.6  DEPENDS="python"
    40.7 -BUILD_DEPENDS="python"
    40.8 +BUILD_DEPENDS="python python-dev"
    40.9  
   40.10  # Rules to configure and make the package.
   40.11  compile_rules()
   40.12  {
   40.13  	ln -s ${PACKAGE}_$VERSION/$PACKAGE $src
   40.14  	cd $src
   40.15 -	python setup.py build
   40.16 +	python setup.py build &&
   40.17  	python setup.py install --root=$PWD/_pkg
   40.18  }
   40.19  
    41.1 --- a/rhapsody/receipt	Sun Oct 05 19:15:18 2008 +0000
    41.2 +++ b/rhapsody/receipt	Sun Oct 05 23:16:15 2008 +0000
    41.3 @@ -5,6 +5,8 @@
    41.4  CATEGORY="network"
    41.5  SHORT_DESC="Text mode and easy to use IRC client."
    41.6  MAINTAINER="pankso@slitaz.org"
    41.7 +DEPENDS="ncurses"
    41.8 +BUILD_DEPENDS="ncurses-dev"
    41.9  TARBALL="rhapsody_0.28b.tgz"
   41.10  WEB_SITE="http://rhapsody.sourceforge.net/"
   41.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   41.12 @@ -13,9 +15,9 @@
   41.13  compile_rules()
   41.14  {
   41.15  	cd $src
   41.16 -	./configure -i /usr/bin -d /usr/share/doc/rhapsody
   41.17 -	make clean
   41.18 -	make
   41.19 +	./configure -i /usr/bin -d /usr/share/doc/rhapsody &&
   41.20 +	make clean &&
   41.21 +	make &&
   41.22  	strip -v rhapsody
   41.23  }
   41.24  
    42.1 --- a/setuptools/receipt	Sun Oct 05 19:15:18 2008 +0000
    42.2 +++ b/setuptools/receipt	Sun Oct 05 23:16:15 2008 +0000
    42.3 @@ -9,13 +9,13 @@
    42.4  WEB_SITE="http://pypi.python.org/pypi/setuptools"
    42.5  WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL"
    42.6  DEPENDS="python"
    42.7 -BUILD_DEPENDS="python"
    42.8 +BUILD_DEPENDS="python python-dev"
    42.9  
   42.10  # Rules to configure and make the package.
   42.11  compile_rules()
   42.12  {
   42.13  	cd $src
   42.14 -	python setup.py build
   42.15 +	python setup.py build &&
   42.16  	python setup.py install --root=$PWD/_pkg
   42.17  }
   42.18  
    43.1 --- a/sqlobject/receipt	Sun Oct 05 19:15:18 2008 +0000
    43.2 +++ b/sqlobject/receipt	Sun Oct 05 23:16:15 2008 +0000
    43.3 @@ -10,13 +10,13 @@
    43.4  WEB_SITE="http://sqlobject.org/"
    43.5  WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
    43.6  DEPENDS="python"
    43.7 -BUILD_DEPENDS="python"
    43.8 +BUILD_DEPENDS="python python-dev"
    43.9  
   43.10  # Rules to configure and make the package.
   43.11  compile_rules()
   43.12  {
   43.13  	cd $src
   43.14 -	python setup.py build
   43.15 +	python setup.py build &&
   43.16  	python setup.py install --root=$PWD/_pkg
   43.17  }
   43.18  
    44.1 --- a/squid/receipt	Sun Oct 05 19:15:18 2008 +0000
    44.2 +++ b/squid/receipt	Sun Oct 05 23:16:15 2008 +0000
    44.3 @@ -10,6 +10,7 @@
    44.4  WGET_URL="${WEB_SITE}Versions/v3/3.0/$TARBALL"
    44.5  CONFIG_FILES="/etc/squid"
    44.6  #DEPENDS="iptables"
    44.7 +BUILD_DEPENDS="perl"
    44.8  
    44.9  # Rules to configure and make the package.
   44.10  compile_rules()
   44.11 @@ -17,8 +18,8 @@
   44.12  	cd $src
   44.13  	./configure --prefix=/usr --infodir=/usr/share/info \
   44.14  	--sysconfdir=/etc/squid --localstatedir=/var \
   44.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
   44.16 -	make
   44.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   44.18 +	make &&
   44.19  	make DESTDIR=$PWD/_pkg install
   44.20  }
   44.21  
    45.1 --- a/startup-notification/receipt	Sun Oct 05 19:15:18 2008 +0000
    45.2 +++ b/startup-notification/receipt	Sun Oct 05 23:16:15 2008 +0000
    45.3 @@ -5,7 +5,8 @@
    45.4  CATEGORY="x-window"
    45.5  SHORT_DESC="Startup notification protocol"
    45.6  MAINTAINER="erjo@slitaz.org"
    45.7 -DEPENDS=""
    45.8 +DEPENDS="xorg"
    45.9 +BUILD_DEPENDS="xorg-dev"
   45.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   45.11  WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
   45.12  WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
   45.13 @@ -14,9 +15,8 @@
   45.14  compile_rules()
   45.15  {
   45.16  	cd $src
   45.17 -	./configure -C --prefix=/usr $CONFIGURE_ARGS
   45.18 -
   45.19 -	make
   45.20 +	./configure -C --prefix=/usr $CONFIGURE_ARGS &&
   45.21 +	make &&
   45.22  	make DESTDIR=$PWD/_pkg install
   45.23  }
   45.24  
    46.1 --- a/unshield/receipt	Sun Oct 05 19:15:18 2008 +0000
    46.2 +++ b/unshield/receipt	Sun Oct 05 23:16:15 2008 +0000
    46.3 @@ -5,6 +5,8 @@
    46.4  CATEGORY="utilities"
    46.5  SHORT_DESC="Extract files from InstallShield CAB archive."
    46.6  MAINTAINER="erjo@slitaz.org"
    46.7 +DEPENDS="zlib"
    46.8 +BUILD_DEPENDS="zlib-dev"
    46.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   46.10  WEB_SITE="http://kent.dl.sourceforge.net/sourceforge/synce/"
   46.11  WGET_URL="http://kent.dl.sourceforge.net/sourceforge/synce/$TARBALL"
   46.12 @@ -14,8 +16,8 @@
   46.13  {
   46.14  	cd $src
   46.15  	./configure --prefix=/usr --infodir=/usr/share/info \
   46.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
   46.17 -	make
   46.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   46.19 +	make &&
   46.20  	make DESTDIR=$PWD/_pkg install
   46.21  }
   46.22  
    47.1 --- a/xarchive/receipt	Sun Oct 05 19:15:18 2008 +0000
    47.2 +++ b/xarchive/receipt	Sun Oct 05 23:16:15 2008 +0000
    47.3 @@ -6,6 +6,8 @@
    47.4  SHORT_DESC="A GTK+ front-end for command line archiving tools."
    47.5  MAINTAINER="erjo@slitaz.org"
    47.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    47.7 +DEPENDS="gtk+"
    47.8 +BUILD_DEPENDS="pkg-config gtk+"
    47.9  WEB_SITE="http://xarchive.sourceforge.net/"
   47.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   47.11  
    48.1 --- a/xine-lib/receipt	Sun Oct 05 19:15:18 2008 +0000
    48.2 +++ b/xine-lib/receipt	Sun Oct 05 23:16:15 2008 +0000
    48.3 @@ -5,7 +5,8 @@
    48.4  CATEGORY="multimedia"
    48.5  SHORT_DESC="Xine video library."
    48.6  MAINTAINER="pankso@slitaz.org"
    48.7 -DEPENDS="xorg"
    48.8 +DEPENDS="xorg zlib"
    48.9 +BUILD_DEPENDS="zlib"
   48.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   48.11  WEB_SITE="http://www.xinehq.de/"
   48.12  WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL"
   48.13 @@ -18,8 +19,8 @@
   48.14  		--prefix=/usr \
   48.15  		--infodir=/usr/share/info \
   48.16  		--mandir=/usr/share/man \
   48.17 -		$CONFIGURE_ARGS
   48.18 -	make
   48.19 +		$CONFIGURE_ARGS &&
   48.20 +	make &&
   48.21  	make DESTDIR=$PWD/_pkg install
   48.22  }
   48.23