# HG changeset patch # User Pascal Bellard # Date 1386002616 0 # Node ID fcdd50638150a98f99f04f5d4f2fd2825404800d # Parent 164fcaca1cd0857e3ad6992b3f5428a918f64de3 arj: ugly ack diff -r 164fcaca1cd0 -r fcdd50638150 arj/receipt --- a/arj/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/arj/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -23,7 +23,9 @@ --mandir=/usr/share/man $CONFIGURE_ARGS cd .. busybox patch -p0 < $stuff/fardata.u - make -k -j1 + # Ugly hack... + sed -i 's/Patch not found.*/&return(POSTPROC_ERL_SUCCESS);/' postproc.c + make -j 1 && make DESTDIR=$DESTDIR install } @@ -34,4 +36,3 @@ cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib $fs/usr } - diff -r 164fcaca1cd0 -r fcdd50638150 eaccelerator/receipt --- a/eaccelerator/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/eaccelerator/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="PHP accelerator, optimizer, and dynamic content cache." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://eaccelerator.net/" WGET_URL="http://bart.eaccelerator.net/source/$VERSION/$TARBALL" +TAGS="php" + DEPENDS="php m4" BUILD_DEPENDS="php-dev" -TAGS="php" # Rules to configure and make the package. compile_rules() @@ -23,14 +25,14 @@ --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make INSTALL_ROOT=$PWD/_pkg install + make INSTALL_ROOT=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/tmp/eaccelerator $fs/usr/share/php - cp $(find $_pkg | grep eaccelerator.so) $fs/usr/share/php/ + cp $(find $install | grep eaccelerator.so) $fs/usr/share/php/ chmod 0777 $fs/tmp/eaccelerator } diff -r 164fcaca1cd0 -r fcdd50638150 echinus/receipt --- a/echinus/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/echinus/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="x-window" SHORT_DESC="A window manager for X in the spirit of dwm" MAINTAINER="devl547@gmail.com" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.rootshell.be/~polachok/code/" WGET_URL="$WEB_SITE/$TARBALL" + BUILD_DEPENDS="xorg-libX11-dev xorg-libXft-dev xorg-libXrandr-dev" DEPENDS="xorg-libX11 xorg-libXft" @@ -17,14 +19,13 @@ cd $src cp $stuff/config.mk config.mk make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/examples $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/examples $fs/usr/share } - diff -r 164fcaca1cd0 -r fcdd50638150 ecj/receipt --- a/ecj/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/ecj/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The Eclipse standalone batch Java compiler and Ant compiler adapter." MAINTAINER="rcx@zoominternet.net" +LICENSE="other" TARBALL="$PACKAGE-$VERSION.jar" WEB_SITE="http://www.eclipse.org/jdt/core/" # 3.4.2: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200902111700/$TARBALL" @@ -34,5 +35,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 164fcaca1cd0 -r fcdd50638150 editobj/receipt --- a/editobj/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/editobj/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="x-window" SHORT_DESC="Dialog box generator for Python objects." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://home.gna.org/oomadness/en/$PACKAGE/" WGET_URL="http://download.gna.org/songwrite/$TARBALL" @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr/ $fs + cp -a $install/usr/ $fs } diff -r 164fcaca1cd0 -r fcdd50638150 eduke32-data/receipt --- a/eduke32-data/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/eduke32-data/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="eduke32 data files" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="duke3d.grp" WEB_SITE="http://www.eduke32.com/" WGET_URL="http://mirror.slitaz.org/sources/packages/d/duke3d.grp" diff -r 164fcaca1cd0 -r fcdd50638150 egenix-mx-base/receipt --- a/egenix-mx-base/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/egenix-mx-base/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="eGenix.com mx Extension series." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="PSL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.egenix.com/products/python/mxBase/" WGET_URL="http://downloads.egenix.com/python/$TARBALL" + DEPENDS="python" BUILD_DEPENDS="python python-dev" @@ -15,12 +17,11 @@ compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } - diff -r 164fcaca1cd0 -r fcdd50638150 electric-fence/receipt --- a/electric-fence/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/electric-fence/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Memory allocation debugger" MAINTAINER="erjo@slitaz.org" -DEPENDS="gdb" +LICENSE="GPL2" TARBALL="${PACKAGE}_${VERSION}-0.1.tar.gz" WEB_SITE="http://perens.com/works/software/" WGET_URL="http://perens.com/works/software/ElectricFence/$TARBALL" TAGS="debugger" +DEPENDS="gdb" + # Rules to configure and make the package. compile_rules() { diff -r 164fcaca1cd0 -r fcdd50638150 elfkickers/receipt --- a/elfkickers/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/elfkickers/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="system-tools" SHORT_DESC="Misc ELF linker format tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.muppetlabs.com/~breadbox/software/elfkickers.html" WGET_URL="http://www.muppetlabs.com/~breadbox/pub/software//$TARBALL" @@ -27,6 +28,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r 164fcaca1cd0 -r fcdd50638150 elilo/receipt --- a/elilo/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/elilo/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The EFI linux boot loader." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://elilo.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 164fcaca1cd0 -r fcdd50638150 emesene/receipt --- a/emesene/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/emesene/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Instant messaging client for Windows Live Messenger (tm) network." MAINTAINER="rocky@slitaz.org" -DEPENDS="python pygtk pycairo python-pysqlite gst-python" -BUILD_DEPENDS="python-dev" +LICENSE="GPL2 LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.emesene.org" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="im instant-messaging instant-messenger" +DEPENDS="python pygtk pycairo python-pysqlite gst-python" +BUILD_DEPENDS="python-dev" + # Rules to configure and make the package. compile_rules() { diff -r 164fcaca1cd0 -r fcdd50638150 enca-dev/receipt --- a/enca-dev/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/enca-dev/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="Enca devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="enca" +LICENSE="GPL2" WEB_SITE="http://gitorious.org/enca" WANTED="enca" +DEPENDS="enca" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 164fcaca1cd0 -r fcdd50638150 enca/receipt --- a/enca/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/enca/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Enca is an Extremely Naive Charset Analyser." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gitorious.org/enca" WGET_URL="http://dl.cihar.com/enca/$TARBALL" @@ -18,14 +19,14 @@ --libexecdir=/usr/lib \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/enca $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/enca $fs/usr/lib + cp -a $install/usr/bin $fs/usr } diff -r 164fcaca1cd0 -r fcdd50638150 enet/receipt --- a/enet/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/enet/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="relatively thin, simple and robust network communication layer on top of UDP" MAINTAINER="devl547@gmail.com" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://enet.bespin.org/" WGET_URL="$WEB_SITE/download/$TARBALL" @@ -16,13 +17,13 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man --enable-crc32 $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 164fcaca1cd0 -r fcdd50638150 enigma/receipt --- a/enigma/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/enigma/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="games" SHORT_DESC="puzzle game similar to Oxyd" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION-$REVISION.tar.gz" WEB_SITE="http://www.nongnu.org/enigma/" WGET_URL="http://download.berlios.de/enigma-game/$TARBALL" @@ -31,7 +32,7 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/enigma $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/enigma $fs/usr/share } diff -r 164fcaca1cd0 -r fcdd50638150 erlang/receipt --- a/erlang/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/erlang/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Erlang programming language." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" SOURCE="otp_src" TARBALL="${SOURCE}_$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.org/" @@ -43,5 +44,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 164fcaca1cd0 -r fcdd50638150 espeak-dev/receipt --- a/espeak-dev/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/espeak-dev/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Speech synthesizer devel files." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WANTED="espeak" WEB_SITE="http://espeak.sourceforge.net/" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.a* $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.a* $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 164fcaca1cd0 -r fcdd50638150 espeak/receipt --- a/espeak/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/espeak/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="misc" SHORT_DESC="Speech synthesizer." MAINTAINER="erjo@slitaz.org" -DEPENDS="portaudio jack-audio-connection-kit" -BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION-source.zip" WEB_SITE="http://espeak.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="speech synthesis" +DEPENDS="portaudio jack-audio-connection-kit" +BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,7 +23,7 @@ # Using portaudio v19 cp portaudio19.h portaudio.h - make && make DESTDIR=$src/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -29,9 +31,9 @@ { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/share $fs/usr # Make symlink #cd $fs/usr/lib diff -r 164fcaca1cd0 -r fcdd50638150 esterel-scLego/receipt --- a/esterel-scLego/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/esterel-scLego/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,23 +5,25 @@ CATEGORY="development" SHORT_DESC="Esterel langauge tool extension for the Lego MindStorms RCX." MAINTAINER="rcx@zoominternet.net" -DEPENDS="perl-core" -BUILD_DEPENDS="" +LICENSE="other" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://www.emn.fr/x-info/lego/" WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" +DEPENDS="perl-core" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { - mkdir -p $src/_pkg/usr - cp -a $src/bin $src/_pkg/usr - cp -a $src/lib $src/_pkg/usr + mkdir -p $DESTDIR/usr + cp -a $src/bin $DESTDIR/usr + cp -a $src/lib $DESTDIR/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r 164fcaca1cd0 -r fcdd50638150 esterel/receipt --- a/esterel/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/esterel/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="development" SHORT_DESC="Esterel langauge tools." MAINTAINER="rcx@zoominternet.net" -DEPENDS="glibc-base" -BUILD_DEPENDS="" +LICENSE="other" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://www.emn.fr/x-info/lego/" WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" +DEPENDS="glibc-base" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { - mkdir -p $src/_pkg/usr - cp -a $src/bin $src/_pkg/usr - cp -a $src/include $src/_pkg/usr - cp -a $src/share $src/_pkg/usr + mkdir -p $DESTDIR/usr + cp -a $src/bin $DESTDIR/usr + cp -a $src/include $DESTDIR/usr + cp -a $src/share $DESTDIR/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r 164fcaca1cd0 -r fcdd50638150 etherboot/receipt --- a/etherboot/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/etherboot/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="Ethernet bootloader for PXE and NBI images." MAINTAINER="pascal.bellard@slitaz.org" -BUILD_DEPENDS="perl" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.etherboot.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +BUILD_DEPENDS="perl" + # Rules to configure and make the package. compile_rules() { diff -r 164fcaca1cd0 -r fcdd50638150 exif/receipt --- a/exif/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/exif/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,30 +5,31 @@ CATEGORY="graphics" SHORT_DESC="Read exif data from images" MAINTAINER="sygne@ombres.eu" -DEPENDS="libexif popt" -BUILD_DEPENDS="libexif libexif-dev popt-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libexif.sourceforge.net/" WGET_URL="$SF_MIRROR/libexif/$TARBALL" +DEPENDS="libexif popt" +BUILD_DEPENDS="libexif libexif-dev popt-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 DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr mkdir -p $fs/usr/share/locale for LOCALE in de es fr do - cp -a -r $_pkg/usr/share/locale/$LOCALE $fs/usr/share/locale + cp -a -r $install/usr/share/locale/$LOCALE $fs/usr/share/locale done } - diff -r 164fcaca1cd0 -r fcdd50638150 exiftool/receipt --- a/exiftool/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/exiftool/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,26 +5,28 @@ CATEGORY="system-tools" SHORT_DESC="Application for reading, writing and editing meta information in a wide variety of files." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="perl" -BUILD_DEPENDS="perl" +LICENSE="Artistic" SUGGESTED="perl-archive-zip perl-io-compress" SOURCE="Image-ExifTool" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/" WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL" +DEPENDS="perl" +BUILD_DEPENDS="perl" + # Rules to configure and make the package. compile_rules() { cd $src perl Makefile.PL && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs rm -rf $fs/usr/share } diff -r 164fcaca1cd0 -r fcdd50638150 exiv2-dev/receipt --- a/exiv2-dev/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/exiv2-dev/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="exiv2 devel files" MAINTAINER="jozee@slitaz.org" -DEPENDS="exiv2" +LICENSE="GPL2" WANTED="exiv2" WEB_SITE="http://www.exiv2.org/" +DEPENDS="exiv2" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 164fcaca1cd0 -r fcdd50638150 exiv2/receipt --- a/exiv2/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/exiv2/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="graphics" SHORT_DESC="Exif and Iptc metadata manipulation library and tools" MAINTAINER="jozee@slitaz.org" -DEPENDS="expat zlib gcc-lib-base" -BUILD_DEPENDS="gcc-lib-base expat-dev zlib-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.exiv2.org/" WGET_URL="$WEB_SITE/$TARBALL" +DEPENDS="expat zlib gcc-lib-base" +BUILD_DEPENDS="gcc-lib-base expat-dev zlib-dev" + # Rules to configure and make the package. compile_rules() { @@ -19,13 +21,13 @@ --prefix=/usr \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 164fcaca1cd0 -r fcdd50638150 expat-dev/receipt --- a/expat-dev/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/expat-dev/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="XML parsing library devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://expat.sourceforge.net/" WANTED="expat" HOST_ARCH="i486 arm" @@ -15,6 +16,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 164fcaca1cd0 -r fcdd50638150 expat/receipt --- a/expat/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/expat/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="XML parsing library." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://expat.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 164fcaca1cd0 -r fcdd50638150 expect/receipt --- a/expect/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/expect/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A tool for automating interactive applications." MAINTAINER="samuel_trassare@yahoo.com" +LICENSE="PublicDomain" WEB_SITE="http://expect.sourceforge.net" TARBALL="$PACKAGE$VERSION.tar.gz" WGET_URL="http://sourceforge.net/projects/$PACKAGE/files/Expect/$VERSION/$TARBALL" diff -r 164fcaca1cd0 -r fcdd50638150 expedite/receipt --- a/expedite/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/expedite/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Performance and correctness test suite for Evas." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases//$TARBALL" diff -r 164fcaca1cd0 -r fcdd50638150 faac-dev/receipt --- a/faac-dev/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/faac-dev/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,15 +5,16 @@ CATEGORY="development" SHORT_DESC="FAAC is an open source MPEG-4 and MPEG-2 AAC encoder devel files." MAINTAINER="paul@slitaz.org" -DEPENDS="faac" +LICENSE="GPL2" WEB_SITE="http://www.audiocoding.com" WANTED="faac" +DEPENDS="faac" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib } - diff -r 164fcaca1cd0 -r fcdd50638150 faac/receipt --- a/faac/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/faac/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="FAAC is an open source MPEG-4 and MPEG-2 AAC encoder." MAINTAINER="paul@slitaz.org" -DEPENDS="gcc-lib-base" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.audiocoding.com" WGET_URL="$SF_MIRROR/faac/$TARBALL" TAGS="mp4 mpeg encoder" +DEPENDS="gcc-lib-base" + # Rules to configure and make the package. compile_rules() { @@ -22,14 +24,14 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 164fcaca1cd0 -r fcdd50638150 faad2-dev/receipt --- a/faad2-dev/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/faad2-dev/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,15 +5,16 @@ CATEGORY="development" SHORT_DESC="FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder devel files." MAINTAINER="slitaz@kacper.se" -DEPENDS="faad2" +LICENSE="GPL2" WEB_SITE="http://www.audiocoding.com" WANTED="faad2" +DEPENDS="faad2" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib } - diff -r 164fcaca1cd0 -r fcdd50638150 faad2/receipt --- a/faad2/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/faad2/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder." MAINTAINER="slitaz@kacper.se" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.audiocoding.com" WGET_URL="$SF_MIRROR/faac/$TARBALL" @@ -19,14 +20,14 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/bin - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 164fcaca1cd0 -r fcdd50638150 fakeroot/receipt --- a/fakeroot/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/fakeroot/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Gives a fake root environment, useful for building packages as a non-privileged user" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="${PACKAGE}_${VERSION}.orig.tar.bz2" WEB_SITE="http://packages.debian.org/fakeroot" WGET_URL="http://ftp.debian.org/debian/pool/main/f/$PACKAGE/$TARBALL" @@ -19,14 +20,13 @@ --mandir=/usr/share/man \ --disable-static \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } - diff -r 164fcaca1cd0 -r fcdd50638150 fftw-dev/receipt --- a/fftw-dev/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/fftw-dev/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -4,6 +4,7 @@ VERSION="3.2.2" CATEGORY="development" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="fftw devel files" WEB_SITE="http://www.fftw.org/" DEPENDS="fftw" @@ -13,7 +14,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 164fcaca1cd0 -r fcdd50638150 fftw/receipt --- a/fftw/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/fftw/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -4,6 +4,7 @@ VERSION="3.2.2" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="A library for computing the discrete Fourier transform (DFT)" BUILD_DEPENDS="gfortran" WEB_SITE="http://www.fftw.org/" @@ -41,7 +42,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ - + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*so* $fs/usr/lib/ } diff -r 164fcaca1cd0 -r fcdd50638150 flac-dev/receipt --- a/flac-dev/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/flac-dev/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,16 +5,17 @@ CATEGORY="development" SHORT_DESC="FLAC stands for Free Lossless Audio Codec dev files." MAINTAINER="pankso@slitaz.org" -DEPENDS="flac" +LICENSE="GPL2 LGPL2.1" WEB_SITE="http://flac.sourceforge.net/" WANTED="flac" +DEPENDS="flac" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } - diff -r 164fcaca1cd0 -r fcdd50638150 flac/receipt --- a/flac/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/flac/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="multimedia" SHORT_DESC="FLAC stands for Free Lossless Audio Codec." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2 LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" -DEPENDS="libogg gcc-lib-base" -BUILD_DEPENDS="libogg-dev" WEB_SITE="http://flac.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="codec audio" +DEPENDS="libogg gcc-lib-base" +BUILD_DEPENDS="libogg-dev" + # Rules to configure and make the package. compile_rules() { @@ -30,7 +32,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 164fcaca1cd0 -r fcdd50638150 flam3-dev/receipt --- a/flam3-dev/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/flam3-dev/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,15 +5,16 @@ CATEGORY="development" SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations (devel files)" MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="flam3" +LICENSE="GPL3" WANTED="flam3" WEB_SITE="http://flam3.com/" +DEPENDS="flam3" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr } - diff -r 164fcaca1cd0 -r fcdd50638150 flam3/receipt --- a/flam3/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/flam3/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="graphics" SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations" MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="expat libjpeg libpng libxml2" -BUILD_DEPENDS="expat-dev jpeg-dev libpng-dev libxml2-dev" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://flam3.com/" WGET_URL="http://flam3.googlecode.com/files/$TARBALL" +DEPENDS="expat libjpeg libpng libxml2" +BUILD_DEPENDS="expat-dev jpeg-dev libpng-dev libxml2-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,15 +22,15 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make $MAKEFLAGS && make DESTDIR=$PWD/../_pkg install + make $MAKEFLAGS && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr/ - cp -a $_pkg/usr/share/flam3 $fs/usr/share/ + cp -a $install/usr/bin $fs/usr/ + cp -a $install/usr/share/flam3 $fs/usr/share/ } diff -r 164fcaca1cd0 -r fcdd50638150 flatpress/receipt --- a/flatpress/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/flatpress/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Blog engine without SQL." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION-sotto-voce.tar.bz2" WEB_SITE="http://flatpress.org/home/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -22,5 +23,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r 164fcaca1cd0 -r fcdd50638150 fpm2/receipt --- a/fpm2/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/fpm2/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -4,14 +4,16 @@ VERSION="0.76.1" CATEGORY="utilities" SHORT_DESC="Password manager." +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://als.regnet.cz/fpm2/" +WGET_URL="http://als.regnet.cz/fpm2/download/$TARBALL" + DEPENDS="expat gtk+ libxml2 xorg-libX11 xorg-libXau xorg-libXcomposite \ xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ xorg-libXrandr xorg-libXrender xorg-libXdamage" BUILD_DEPENDS="gtk+-dev libxml2-dev" -MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://als.regnet.cz/fpm2/" -WGET_URL="http://als.regnet.cz/fpm2/download/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -21,12 +23,12 @@ --prefix=/usr \ --mandir=/usr/share/man && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 164fcaca1cd0 -r fcdd50638150 freeimage-dev/receipt --- a/freeimage-dev/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/freeimage-dev/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="freeimage devel files" MAINTAINER="jozee@slitaz.org" -DEPENDS="freeimage" +LICENSE="GPL2" WANTED="freeimage" SOURCE="FreeImage" WEB_SITE="http://freeimage.sourceforge.net/" +DEPENDS="freeimage" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 164fcaca1cd0 -r fcdd50638150 freeimage/receipt --- a/freeimage/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/freeimage/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="graphics" SHORT_DESC="library to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others" MAINTAINER="jozee@slitaz.org" -DEPENDS="gcc-lib-base" -BUILD_DEPENDS="gcc-lib-base" +LICENSE="GPL2" SOURCE="FreeImage" TARBALL="$SOURCE$VERSION.zip" WEB_SITE="http://freeimage.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL" +DEPENDS="gcc-lib-base" +BUILD_DEPENDS="gcc-lib-base" + # Rules to configure and make the package. compile_rules() { @@ -33,6 +35,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 164fcaca1cd0 -r fcdd50638150 frei0r-plugins-dev/receipt --- a/frei0r-plugins-dev/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/frei0r-plugins-dev/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -4,14 +4,16 @@ VERSION="1.3" CATEGORY="development" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="frei0r-plugins devel files" WEB_SITE="http://www.piksel.org/frei0r" +WANTED="frei0r-plugins" + DEPENDS="frei0r-plugins" -WANTED="frei0r-plugins" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 164fcaca1cd0 -r fcdd50638150 frei0r-plugins/receipt --- a/frei0r-plugins/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/frei0r-plugins/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -4,14 +4,16 @@ VERSION="1.3" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters." -BUILD_DEPENDS="gavl-dev" WEB_SITE="http://www.piksel.org/frei0r" -DEPENDS="gcc-lib-base gavl" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://ftp.dyne.org/frei0r/releases/$TARBALL" TAGS="multimedia" +DEPENDS="gcc-lib-base gavl" +BUILD_DEPENDS="gavl-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,6 +26,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib/frei0r-1 - cp -a $_pkg/usr/lib/frei0r-1/*so* $fs/usr/lib/frei0r-1 + cp -a $install/usr/lib/frei0r-1/*so* $fs/usr/lib/frei0r-1 } diff -r 164fcaca1cd0 -r fcdd50638150 fswebcam/receipt --- a/fswebcam/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/fswebcam/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -4,15 +4,17 @@ VERSION="20070108" CATEGORY="misc" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="Tiny and flexible webcam app" -BUILD_DEPENDS="$DEPENDS libgd-dev" WEB_SITE="http://www.firestorm.cx/fswebcam/" -DEPENDS="libgd" CONFIG_FILES="etc/fswebcam.conf" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/files/$TARBALL" TAGS="webcam" +DEPENDS="libgd" +BUILD_DEPENDS="$DEPENDS libgd-dev" + # Rules to configure and make the package. compile_rules() { @@ -27,7 +29,7 @@ EOT ./configure --prefix=/usr && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -35,5 +37,5 @@ { mkdir -p $fs/etc $fs/usr cp -a stuff/fswebcam.conf $fs/etc/fswebcam.conf - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 164fcaca1cd0 -r fcdd50638150 funionfs/receipt --- a/funionfs/receipt Sat Nov 30 20:43:45 2013 +0000 +++ b/funionfs/receipt Mon Dec 02 16:43:36 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Union filesystem implemented with FUSE." MAINTAINER="pascal.bellard@slitaz.org" -BUILD_DEPENDS="fuse-dev" -DEPENDS="fuse" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://funionfs.apiou.org/" WGET_URL="${WEB_SITE}file/$TARBALL" TAGS="filesystem" +BUILD_DEPENDS="fuse-dev" +DEPENDS="fuse" + # Rules to configure and make the package. compile_rules() { @@ -28,11 +30,11 @@ --libexecdir=/usr/bin --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/bin $fs + cp -a $install/bin $fs }