# HG changeset patch # User Pascal Bellard # Date 1223248575 0 # Node ID 3d99ecce2d4b5579ac303d256ec19990f54ac815 # Parent d55c18ef84e657bfa04565c65665db81dc9ff8f7 Update some BUILD_DEPENDS diff -r d55c18ef84e6 -r 3d99ecce2d4b asunder/receipt --- a/asunder/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/asunder/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="GTK light CD ripper." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ libcddb cdparanoia-III" -BUILD_DEPENDS="pkg-config alsa-lib-dev libcddb-dev" +BUILD_DEPENDS="pkg-config alsa-lib-dev libcddb-dev libcddb glib-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://littlesvr.ca/asunder/" WGET_URL="http://littlesvr.ca/asunder/releases/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b cairomm/receipt --- a/cairomm/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/cairomm/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="2D graphics library (mm)." MAINTAINER="pankso@slitaz.org" DEPENDS="pixman" -BUILD_DEPENDS="pixman-dev" +BUILD_DEPENDS="pixman-dev cairo" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cairographics.org/" WGET_URL="http://cairographics.org/releases/$TARBALL" @@ -19,8 +19,8 @@ --prefix=/usr \ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d55c18ef84e6 -r 3d99ecce2d4b clearlooks/receipt --- a/clearlooks/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/clearlooks/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,8 @@ SHORT_DESC="Clearlooks GTK+ theme." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -BUILD_DEPENDS="pkg-config file" +DEPENDS="gtk+" +BUILD_DEPENDS="pkg-config file gtk+" WEB_SITE="http://clearlooks.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b cmake/receipt --- a/cmake/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/cmake/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Cross-platform Make." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="ncurses-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cmake.org/" WGET_URL="http://www.cmake.org/files/v2.6/$TARBALL" @@ -17,8 +18,8 @@ --prefix=/usr \ --docdir=/share/doc/$PACKAGE \ --mandir=/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d55c18ef84e6 -r 3d99ecce2d4b dialog/receipt --- a/dialog/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/dialog/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Script-interpreter which provides a set of curses widgets." MAINTAINER="pankso@slitaz.org" DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://invisible-island.net/$PACKAGE/" WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b doxygen/receipt --- a/doxygen/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/doxygen/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Source code documentation generator tool." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.src.tar.gz" +BUILD_DEPENDS="perl graphviz" WEB_SITE="http://www.stack.nl/~dimitri/doxygen/" WGET_URL="ftp://ftp.stack.nl/pub/users/dimitri/$TARBALL" #http://ftp.stack.nl/pub/users/dimitri/doxygen-1.5.7.1.src.tar.gz" diff -r d55c18ef84e6 -r 3d99ecce2d4b enchant/receipt --- a/enchant/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/enchant/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Enchant spell checking library." MAINTAINER="pankso@slitaz.org" -BUILD_DEPENDS="pkg-config" +BUILD_DEPENDS="pkg-config glib" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.abisource.com/projects/enchant/" WGET_URL="http://www.abisource.com/downloads/enchant/$VERSION/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b etherboot/receipt --- a/etherboot/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/etherboot/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Ethernet bootloader for PXE and NBI images." MAINTAINER="pascal.bellard@slitaz.org" +BUILD_DEPENDS="perl" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.etherboot.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b flex/receipt --- a/flex/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/flex/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Flex is a fast lexical analyser generator." MAINTAINER="pankso@slitaz.org" DEPENDS="" +BUILD_DEPENDS="m4" WANTED="" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://flex.sourceforge.net/" @@ -16,8 +17,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 d55c18ef84e6 -r 3d99ecce2d4b fltk/receipt --- a/fltk/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/fltk/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Fast Light Tool Kit (provide fluid)." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="xorg-dev" TARBALL="$PACKAGE-$VERSION-source.tar.bz2" WEB_SITE="http://www.fltk.org/" WGET_URL="http://ftp.easysw.com/pub/fltk/$VERSION/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b fuse/receipt --- a/fuse/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/fuse/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -5,7 +5,6 @@ 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 +13,12 @@ compile_rules() { cd $src + if [ ! -d $WOK/linux/taz ]; then + tazwok cook linux + fi ./configure --prefix=/usr --infodir=/usr/share/info \ - --with-kernel=/usr/src/linux --mandir=/usr/share/man $CONFIGURE_ARGS && + --with-kernel=$(ls -d $WOK/linux/linux-*/) --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } diff -r d55c18ef84e6 -r 3d99ecce2d4b gamin/receipt --- a/gamin/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/gamin/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="File and directory monitoring system." MAINTAINER="pankso@slitaz.org" -BUILD_DEPENDS="pkg-config" +BUILD_DEPENDS="pkg-config glib" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnome.org/~veillard/gamin/" WGET_URL="http://www.gnome.org/~veillard/gamin/sources/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b gitmail/receipt --- a/gitmail/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/gitmail/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -7,6 +7,7 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" DEPENDS="gtk+" +BUILD_DEPENDS="pkg-config gtk+" WEB_SITE="http://gitmail.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -14,8 +15,8 @@ compile_rules() { cd GhostInTheMail-$VERSION - ./configure --prefix=/usr $CONFIGURE_ARGS - make + ./configure --prefix=/usr $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg \ gitmaildocdir=/usr/share/doc/GhostInTheMail \ install diff -r d55c18ef84e6 -r 3d99ecce2d4b gmp/receipt --- a/gmp/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/gmp/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="GNU Multiple Precision Arithmetic Library." MAINTAINER="pankso@slitaz.org" DEPENDS="make" -BUILD_DEPENDS="glibc-dev make" +BUILD_DEPENDS="glibc-dev make m4" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gmplib.org/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -18,8 +18,8 @@ ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d55c18ef84e6 -r 3d99ecce2d4b gperiodic/receipt --- a/gperiodic/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/gperiodic/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="A periodic table element" MAINTAINER="erjo@slitaz.org" DEPENDS="gtk+" +BUILD_DEPENDS="gtk+-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.frantz.fi/software/gperiodic.php" WGET_URL="http://www.frantz.fi/software/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b gpgme/receipt --- a/gpgme/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/gpgme/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -8,7 +8,7 @@ SHORT_DESC="C language library that allows to add support for cryptography to a program." MAINTAINER="erjo@slitaz.org" DEPENDS="libgpg-error" -BUILD_DEPENDS="libgpg-error-dev" +BUILD_DEPENDS="libgpg-error-dev libgpg-error" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnupg.org/gpgme.html" WGET_URL="ftp://ftp.gnupg.org/gcrypt/gpgme/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b gpxe/receipt --- a/gpxe/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/gpxe/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -14,8 +14,10 @@ { cd $src/src for i in prefix.u default_boot.u cmdline.u; do + [ -f done.$i ] && continue echo "Apply $i..." patch -p2 < ../../stuff/$i || return 1 + touch done.$i done make bin/gpxe.lkrn bin/undionly.kpxe } diff -r d55c18ef84e6 -r 3d99ecce2d4b gqview/receipt --- a/gqview/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/gqview/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Images viewer and manager using GTK+." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+" +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gqview.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -15,8 +16,8 @@ { cd $src ./configure --prefix=/usr --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d55c18ef84e6 -r 3d99ecce2d4b grisbi/receipt --- a/grisbi/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/grisbi/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Personnal bank manager" MAINTAINER="erjo@slitaz.org" DEPENDS="gtk+" -BUILD_DEPENDS="pkg-config glib gtk+ libxml2" +BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.grisbi.org/index.fr.html" WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b hardinfo/receipt --- a/hardinfo/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/hardinfo/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="A tool to get hardware informations and perform benchmarks." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ pciutils" +BUILD_DEPENDS="gtk+ gtk+-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://hardinfo.berlios.de/" WGET_URL="http://download.berlios.de/hardinfo/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b libgcrypt/receipt --- a/libgcrypt/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/libgcrypt/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Cryptographic library based on GnuPG" MAINTAINER="erjo@slitaz.org" DEPENDS="libgpg-error" -BUILD_DEPENDS="libgpg-error-dev" +BUILD_DEPENDS="libgpg-error-dev libgpg-error" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnupg.org/" WGET_URL="ftp://ftp.gnupg.org/gcrypt/libgcrypt/$TARBALL" @@ -16,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 d55c18ef84e6 -r 3d99ecce2d4b libxml2-python/receipt --- a/libxml2-python/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/libxml2-python/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -9,13 +9,13 @@ WEB_SITE="http://xmlsoft.org/" WGET_URL="ftp://xmlsoft.org/libxml2/python/$TARBALL" DEPENDS="python libxml2" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python python-dev libxml2-dev" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py build + python setup.py build && python setup.py install --root=$PWD/_pkg } diff -r d55c18ef84e6 -r 3d99ecce2d4b lzma/receipt --- a/lzma/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/lzma/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -8,7 +8,8 @@ TARBALL="lzma$(echo $VERSION | sed 's/\.//').tar.bz2" WEB_SITE="http://sourceforge.net/projects/sevenzip/" WGET_URL="$SF_MIRROR/sevenzip/$TARBALL" -DEPENDS="lzlib" +DEPENDS="lzlib gzip" +BUILD_DEPENDS="gzip-dev" # Rules to configure and make the package. compile_rules() @@ -27,7 +28,7 @@ touch done.lzlib.u fi cd CPP/7zip/Compress/LZMA_Alone - make -f makefile.gcc lzma + make -f makefile.gcc lzma && make -f makefile.gcc liblz.so.1.0.0 } diff -r d55c18ef84e6 -r 3d99ecce2d4b mercurial/receipt --- a/mercurial/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/mercurial/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Revision tools system." MAINTAINER="pankso@slitaz.org" DEPENDS="python patch openssl" +BUILD_DEPENDS="python-dev patch openssl-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.selenic.com/mercurial/wiki/" WGET_URL="http://www.selenic.com/mercurial/release/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b mhwaveedit/receipt --- a/mhwaveedit/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/mhwaveedit/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Lightweight sound files editor, recorder and player." MAINTAINER="pankso@slitaz.org" DEPENDS="alsa-lib libxml2" -BUILD_DEPENDS="alsa-lib-dev libxml2-dev" +BUILD_DEPENDS="alsa-lib-dev libxml2-dev gtk+-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://gna.org/projects/mhwaveedit/" WGET_URL="http://download.gna.org/mhwaveedit/$TARBALL" @@ -18,8 +18,8 @@ chmod +x install-sh ./configure \ --prefix=/usr \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d55c18ef84e6 -r 3d99ecce2d4b mpfr/receipt --- a/mpfr/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/mpfr/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="C library for multiple-precision floating-point computations." MAINTAINER="pankso@slitaz.org" DEPENDS="make" -BUILD_DEPENDS="glibc-dev make" +BUILD_DEPENDS="glibc-dev make gmp-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.mpfr.org/" WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b mtpaint/receipt --- a/mtpaint/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/mtpaint/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Light paint programm and image manipulation." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+" -BUILD_DEPENDS="gtk+ pkg-config xorg-xproto" +BUILD_DEPENDS="gtk+ gtk+-dev pkg-config xorg-xproto" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://mtpaint.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b ncmpc/receipt --- a/ncmpc/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/ncmpc/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="A ncurses MPD client." MAINTAINER="paul@slitaz.org" DEPENDS="mpd" -BUILD_DEPENDS="pkg-config" +BUILD_DEPENDS="pkg-config gtk+-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://hem.bredband.net/kaw/ncmpc/index.html" WGET_URL="http://hem.bredband.net/kaw/ncmpc/files/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b ndiswrapper/receipt --- a/ndiswrapper/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/ndiswrapper/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Add Windows network drivers support to Linux kernel." MAINTAINER="erjo@slitaz.org" DEPENDS="perl" +BUILD_DEPENDS="perl" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/" WGET_URL="http://dfn.dl.sourceforge.net/sourceforge/ndiswrapper/$TARBALL diff -r d55c18ef84e6 -r 3d99ecce2d4b newt/receipt --- a/newt/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/newt/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Not Erik's Windowing Toolkit" MAINTAINER="erjo@slitaz.org" DEPENDS="slang" -BUILD_DEPENDS="slang-dev tcl popt-dev" +BUILD_DEPENDS="slang-dev tcl popt-dev python-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://packages.debian.org/etch/libnewt0.52" WGET_URL="http://mirror.pimentvert.com/sources/newt/$TARBALL" @@ -20,8 +20,8 @@ chown -R root.root $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make instroot=$PWD/_pkg install } diff -r d55c18ef84e6 -r 3d99ecce2d4b ninvaders/receipt --- a/ninvaders/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/ninvaders/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Space Invaders clone." MAINTAINER="pankso@slitaz.org" DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ninvaders.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -14,7 +15,7 @@ compile_rules() { cd $src - make + make && strip nInvaders } diff -r d55c18ef84e6 -r 3d99ecce2d4b numpy/receipt --- a/numpy/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/numpy/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -9,13 +9,13 @@ WEB_SITE="http://numpy.scipy.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py build + python setup.py build && python setup.py install --root=$PWD/_pkg } diff -r d55c18ef84e6 -r 3d99ecce2d4b osmo/receipt --- a/osmo/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/osmo/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="A handy personal organizer using GTK+." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ libxml2" -BUILD_DEPENDS="gtk+ libxml2-dev" +BUILD_DEPENDS="gtk+ gtk+-dev libxml2-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://clay.ll.pl/osmo/" WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b perl-xml-simple/receipt --- a/perl-xml-simple/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/perl-xml-simple/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="XML::Simple module is used to read and write XML." MAINTAINER="pankso@slitaz.org" DEPENDS="perl" +BUILD_DEPENDS="perl" SOURCE="XML-Simple" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" @@ -15,8 +16,8 @@ compile_rules() { cd $src - perl Makefile.PL - make + perl Makefile.PL && + make && make DESTDIR=$PWD/_pkg install } diff -r d55c18ef84e6 -r 3d99ecce2d4b pil/receipt --- a/pil/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/pil/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -9,13 +9,14 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.pythonware.com/products/pil/" WGET_URL="http://effbot.org/downloads/$TARBALL" -DEPENDS="jpeg zlib freetype" +DEPENDS="python jpeg zlib freetype" +DUILD_DEPENDS="python python-dev jpeg-dev zlib-dev" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py build + python setup.py build && python setup.py install --root=$PWD/_pkg } diff -r d55c18ef84e6 -r 3d99ecce2d4b poppler/receipt --- a/poppler/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/poppler/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -5,7 +5,7 @@ CATEGORY="office" SHORT_DESC="Poppler is a PDF rendering library." MAINTAINER="pankso@slitaz.org" -BUILD_DEPENDS="pkg-config jpeg" +BUILD_DEPENDS="pkg-config jpeg fontconfig" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://poppler.freedesktop.org/" WGET_URL="http://poppler.freedesktop.org/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b portaudio/receipt --- a/portaudio/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/portaudio/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="A portable cross-platform audio API" MAINTAINER="erjo@slitaz.org" DEPENDS="" +BUILD_DEPENDS="alsa-lib-dev" SOURCE="pa_stable" EXTRAVERSION="_20071207" TARBALL="${SOURCE}_${VERSION}${EXTRAVERSION}.tar.gz" diff -r d55c18ef84e6 -r 3d99ecce2d4b pyparsing/receipt --- a/pyparsing/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/pyparsing/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -9,13 +9,13 @@ WEB_SITE="http://pyparsing.wikispaces.com/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py build + python setup.py build && python setup.py install --root=$PWD/_pkg } diff -r d55c18ef84e6 -r 3d99ecce2d4b qt-x11-opensource-src/receipt --- a/qt-x11-opensource-src/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/qt-x11-opensource-src/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -15,10 +15,15 @@ { cd $src mkdir -p _pkg/usr/ - ./configure --prefix=$PWD/_pkg/usr - $CONFIGURE_ARGS - make + yes yes | ./configure --prefix=$PWD/_pkg/usr && + make && make install } +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + # dummy tree to avoid 'tazwok cmp --cook' building loop + mkdir $fs/etc +} diff -r d55c18ef84e6 -r 3d99ecce2d4b reportlab/receipt --- a/reportlab/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/reportlab/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -10,14 +10,14 @@ WEB_SITE="http://www.reportlab.org/" WGET_URL="${WEB_SITE}ftp/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() { ln -s ${PACKAGE}_$VERSION/$PACKAGE $src cd $src - python setup.py build + python setup.py build && python setup.py install --root=$PWD/_pkg } diff -r d55c18ef84e6 -r 3d99ecce2d4b rhapsody/receipt --- a/rhapsody/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/rhapsody/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -5,6 +5,8 @@ CATEGORY="network" SHORT_DESC="Text mode and easy to use IRC client." MAINTAINER="pankso@slitaz.org" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" TARBALL="rhapsody_0.28b.tgz" WEB_SITE="http://rhapsody.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -13,9 +15,9 @@ compile_rules() { cd $src - ./configure -i /usr/bin -d /usr/share/doc/rhapsody - make clean - make + ./configure -i /usr/bin -d /usr/share/doc/rhapsody && + make clean && + make && strip -v rhapsody } diff -r d55c18ef84e6 -r 3d99ecce2d4b setuptools/receipt --- a/setuptools/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/setuptools/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -9,13 +9,13 @@ WEB_SITE="http://pypi.python.org/pypi/setuptools" WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py build + python setup.py build && python setup.py install --root=$PWD/_pkg } diff -r d55c18ef84e6 -r 3d99ecce2d4b sqlobject/receipt --- a/sqlobject/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/sqlobject/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -10,13 +10,13 @@ WEB_SITE="http://sqlobject.org/" WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py build + python setup.py build && python setup.py install --root=$PWD/_pkg } diff -r d55c18ef84e6 -r 3d99ecce2d4b squid/receipt --- a/squid/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/squid/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -10,6 +10,7 @@ WGET_URL="${WEB_SITE}Versions/v3/3.0/$TARBALL" CONFIG_FILES="/etc/squid" #DEPENDS="iptables" +BUILD_DEPENDS="perl" # Rules to configure and make the package. compile_rules() @@ -17,8 +18,8 @@ cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --sysconfdir=/etc/squid --localstatedir=/var \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d55c18ef84e6 -r 3d99ecce2d4b startup-notification/receipt --- a/startup-notification/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/startup-notification/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -5,7 +5,8 @@ CATEGORY="x-window" SHORT_DESC="Startup notification protocol" MAINTAINER="erjo@slitaz.org" -DEPENDS="" +DEPENDS="xorg" +BUILD_DEPENDS="xorg-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://freedesktop.org/software/startup-notification/releases/" WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL" @@ -14,9 +15,8 @@ compile_rules() { cd $src - ./configure -C --prefix=/usr $CONFIGURE_ARGS - - make + ./configure -C --prefix=/usr $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d55c18ef84e6 -r 3d99ecce2d4b unshield/receipt --- a/unshield/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/unshield/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -5,6 +5,8 @@ CATEGORY="utilities" SHORT_DESC="Extract files from InstallShield CAB archive." MAINTAINER="erjo@slitaz.org" +DEPENDS="zlib" +BUILD_DEPENDS="zlib-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://kent.dl.sourceforge.net/sourceforge/synce/" WGET_URL="http://kent.dl.sourceforge.net/sourceforge/synce/$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 d55c18ef84e6 -r 3d99ecce2d4b xarchive/receipt --- a/xarchive/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/xarchive/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -6,6 +6,8 @@ SHORT_DESC="A GTK+ front-end for command line archiving tools." MAINTAINER="erjo@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" +DEPENDS="gtk+" +BUILD_DEPENDS="pkg-config gtk+" WEB_SITE="http://xarchive.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r d55c18ef84e6 -r 3d99ecce2d4b xine-lib/receipt --- a/xine-lib/receipt Sun Oct 05 19:15:18 2008 +0000 +++ b/xine-lib/receipt Sun Oct 05 23:16:15 2008 +0000 @@ -5,7 +5,8 @@ CATEGORY="multimedia" SHORT_DESC="Xine video library." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg" +DEPENDS="xorg zlib" +BUILD_DEPENDS="zlib" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xinehq.de/" WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" @@ -18,8 +19,8 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }