# HG changeset patch # User Pascal Bellard # Date 1384103586 0 # Node ID 8d6f480bf664315fd91d265b8a990bc695cdfb7c # Parent 30ad8b058156cb86cf388aafa0509b36dccfabe0 Add some licenses diff -r 30ad8b058156 -r 8d6f480bf664 balance/receipt --- a/balance/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/balance/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Generic tcp proxy with round robin load balancing and failover." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.inlab.de/balance.html" WGET_URL="http://www.inlab.de/balance-3.42.tar.gz" @@ -14,15 +15,15 @@ compile_rules() { cd $src - mkdir -p _pkg/usr/sbin _pkg/usr/man/man1 2> /dev/null + mkdir -p $DESTDIR/usr/sbin $DESTDIR/usr/man/man1 2> /dev/null 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/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr } diff -r 30ad8b058156 -r 8d6f480bf664 bazaar-tools/receipt --- a/bazaar-tools/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/bazaar-tools/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Useful collection of utilities (all plugins, right now) for bazaar." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="bazaar python" +LICENSE="GPL2" SOURCE="bzrtools" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://bazaar-vcs.org/BzrTools" WGET_URL="http://launchpad.net/$SOURCE/stable/$VERSION/+download/$TARBALL" +DEPENDS="bazaar python" + # Rules to configure and make the package. compile_rules() { @@ -22,6 +24,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 30ad8b058156 -r 8d6f480bf664 bchunk/receipt --- a/bchunk/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/bchunk/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Converts a CD image in a '.bin / .cue' format to '.iso'." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://he.fi/$PACKAGE" WGET_URL="$WEB_SITE/$TARBALL" diff -r 30ad8b058156 -r 8d6f480bf664 beecrypt-dev/receipt --- a/beecrypt-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/beecrypt-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Cryptography Library dev files" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2 LGPL2.1" WANTED="beecrypt" WEB_SITE="http://beecrypt.sourceforge.net/" @@ -12,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib $fs/usr # Deleting unnecessary file find $fs/ -name "*.so*" -exec rm -f {} \; } diff -r 30ad8b058156 -r 8d6f480bf664 beecrypt/receipt --- a/beecrypt/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/beecrypt/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,27 +5,29 @@ CATEGORY="system-tools" SHORT_DESC="Cryptography Library" MAINTAINER="erjo@slitaz.org" -DEPENDS="gcc-lib-base" -BUILD_DEPENDS="python-dev" +LICENSE="GPL2 LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://beecrypt.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="cryptography toolkit" +DEPENDS="gcc-lib-base" +BUILD_DEPENDS="python-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --without-cplusplus $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 $fs/usr + cp -a $install/usr/lib $fs/usr # Deleting unnecessary file find $fs/ -name "*.*a" -exec rm -f {} \; } diff -r 30ad8b058156 -r 8d6f480bf664 beep/receipt --- a/beep/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/beep/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Advanced pc-speaker beeper." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.johnath.com/beep/README" WGET_URL="http://www.johnath.com/beep/$TARBALL" diff -r 30ad8b058156 -r 8d6f480bf664 blas/receipt --- a/blas/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/blas/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Basic Linear Algebra Subprograms" MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD" SOURCE="lapack" TARBALL="$SOURCE-$VERSION.tgz" WEB_SITE="http://www.netlib.org/lapack" diff -r 30ad8b058156 -r 8d6f480bf664 bmpanel2/receipt --- a/bmpanel2/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/bmpanel2/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -4,6 +4,7 @@ VERSION="2.1pre1" CATEGORY="misc" MAINTAINER="jozee@slitaz.org" +LICENSE="MIT" SHORT_DESC="Nice NETWM-compatible panel for X11" WEB_SITE="http://bmpanel2.googlecode.com/" TARBALL="$PACKAGE-$VERSION.tar.gz" diff -r 30ad8b058156 -r 8d6f480bf664 bmpanel2cfg/receipt --- a/bmpanel2cfg/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/bmpanel2cfg/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -4,17 +4,18 @@ VERSION="2.1pre1" CATEGORY="misc" MAINTAINER="jozee@slitaz.org" +LICENSE="MIT" SHORT_DESC="bmpanel2 configurator" WEB_SITE="http://bmpanel2.googlecode.com/" -DEPENDS="pygtk" WANTED="bmpanel2" TAGS="window-manager wm panel" +DEPENDS="pygtk" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/bin - cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin - cp -a $_pkg/usr/lib/python* $fs/usr/lib + cp -a $install/usr/bin/$PACKAGE $fs/usr/bin + cp -a $install/usr/lib/python* $fs/usr/lib } diff -r 30ad8b058156 -r 8d6f480bf664 libnet-dev/receipt --- a/libnet-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libnet-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="devel files for libnet" MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD" WEB_SITE="http://sourceforge.net/projects/libnet-dev/" WANTED="libnet" diff -r 30ad8b058156 -r 8d6f480bf664 libnet/receipt --- a/libnet/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libnet/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="A library which provides API for commonly used low-level net functions." MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/libnet-dev/" WGET_URL="$SF_MIRROR/$PACKAGE-dev/$TARBALL" diff -r 30ad8b058156 -r 8d6f480bf664 libnfnetlink-dev/receipt --- a/libnfnetlink-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libnfnetlink-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="devl files for libnfnetlink" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" WANTED="libnfnetlink" @@ -14,7 +15,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r 30ad8b058156 -r 8d6f480bf664 libnfnetlink/receipt --- a/libnfnetlink/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libnfnetlink/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Low-level library for netfilter related kernel/userspace communication." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" WGET_URL="${WEB_SITE}files/$TARBALL" @@ -22,5 +23,5 @@ 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 30ad8b058156 -r 8d6f480bf664 libnjb-dev/receipt --- a/libnjb-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libnjb-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="development" SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ devel files" MAINTAINER="keupont@no-log.org" -DEPENDS="libnjb libusb zlib" +LICENSE="BSD" WANTED="libnjb" WEB_SITE="http://libnjb.sourceforge.net/" +DEPENDS="libnjb libusb zlib" + # 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 $_pkg/usr/bin $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 + cp -a $install/usr/bin $fs/usr } diff -r 30ad8b058156 -r 8d6f480bf664 libnjb/receipt --- a/libnjb/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libnjb/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ" MAINTAINER="keupont@no-log.org" -DEPENDS="libusb-compat" -BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://libnjb.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="libusb-compat" +BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev" + # Rules to configure and make the package. compile_rules() { @@ -22,6 +24,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 30ad8b058156 -r 8d6f480bf664 libnsgif-dev/receipt --- a/libnsgif-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libnsgif-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The libnsgif devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WANTED="libnsgif" WEB_SITE="http://www.netsurf-browser.org/projects/libnsgif/" diff -r 30ad8b058156 -r 8d6f480bf664 libnsgif/receipt --- a/libnsgif/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libnsgif/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Libnsgif is a decoding library for the GIF image file format." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.netsurf-browser.org/projects/libnsgif/" WGET_URL="subversion|svn://svn.netsurf-browser.org/trunk/libnsgif" diff -r 30ad8b058156 -r 8d6f480bf664 libogg-dev/receipt --- a/libogg-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libogg-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="OGG library devel files from Xiph.org project." MAINTAINER="pankso@slitaz.org" -DEPENDS="libogg" +LICENSE="BSD" WANTED="libogg" WEB_SITE="http://www.xiph.org/" +DEPENDS="libogg" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - 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 $_pkg/usr/share/aclocal $fs/usr/share + 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 + cp -a $install/usr/share/aclocal $fs/usr/share } diff -r 30ad8b058156 -r 8d6f480bf664 libogg/receipt --- a/libogg/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libogg/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="multimedia" SHORT_DESC="OGG library from Xiph.org project." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.xiph.org/" WGET_URL="http://downloads.xiph.org/releases/ogg/$TARBALL" +DEPENDS="glibc-base" + # Rules to configure and make the package. compile_rules() { @@ -17,13 +19,13 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS make - make -j1 DESTDIR=$PWD/_pkg install + make -j1 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 $install/usr/lib/*.so* $fs/usr/lib } diff -r 30ad8b058156 -r 8d6f480bf664 libparserutils-dev/receipt --- a/libparserutils-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libparserutils-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The libparserutils devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WANTED="libparserutils" WEB_SITE="http://www.netsurf-browser.org/projects/libparserutils/" @@ -12,7 +13,7 @@ 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 30ad8b058156 -r 8d6f480bf664 libparserutils/receipt --- a/libparserutils/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libparserutils/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Various pieces of functionality that are useful for parsers." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.netsurf-browser.org/projects/libparserutils/" WGET_URL="subversion|svn://svn.netsurf-browser.org/trunk/libparserutils" BRANCH="$VERSION" diff -r 30ad8b058156 -r 8d6f480bf664 libplayer-dev/receipt --- a/libplayer-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libplayer-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="multimedia" SHORT_DESC="A tiny media scanner API. " MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WANTED="libplayer" +WEB_SITE="http://libplayer.geexbox.org/" + DEPENDS="libplayer" -WEB_SITE="http://libplayer.geexbox.org/" # 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/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/bin $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 30ad8b058156 -r 8d6f480bf664 libplayer/receipt --- a/libplayer/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libplayer/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="A multimedia A/V abstraction layer API." DEPENDS="xine-lib mplayer" MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libplayer.geexbox.org/" WGET_URL="http://libplayer.geexbox.org/releases/$TARBALL" @@ -26,6 +27,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr } diff -r 30ad8b058156 -r 8d6f480bf664 libpthread-stubs-dev/receipt --- a/libpthread-stubs-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libpthread-stubs-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,17 +5,18 @@ CATEGORY="development" SHORT_DESC="Weak aliases for pthread functions development files" MAINTAINER="erjo@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WANTED="libpthread-stubs" +WEB_SITE="http://xcb.freedesktop.org" + DEPENDS="libpthread-stubs" BUILD_DEPENDS="" -WEB_SITE="http://xcb.freedesktop.org" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.la $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.la $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 30ad8b058156 -r 8d6f480bf664 libpthread-stubs/receipt --- a/libpthread-stubs/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libpthread-stubs/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="Weak aliases for pthread functions." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://xcb.freedesktop.org" +WGET_URL="$WEB_SITE/dist/$TARBALL" + DEPENDS="glibc-base" BUILD_DEPENDS="gcc" -WEB_SITE="http://xcb.freedesktop.org" -WGET_URL="$WEB_SITE/dist/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -22,6 +24,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 30ad8b058156 -r 8d6f480bf664 libraw-dev/receipt --- a/libraw-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libraw-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="devel files for libraw" MAINTAINER="slaxemulator@gmail.com" +LICENSE="LGPL2.1" WEB_SITE="http://www.libraw.org/" WANTED="libraw" diff -r 30ad8b058156 -r 8d6f480bf664 libraw/receipt --- a/libraw/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libraw/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" MAINTAINER="slaxemulator@gmail.com" +LICENSE="LGPL2.1" WEB_SITE="http://www.libraw.org/" SOURCE="LibRaw" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 30ad8b058156 -r 8d6f480bf664 libraw1394-dev/receipt --- a/libraw1394-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libraw1394-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="IEEE 1394 static library and devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="libraw1394" +LICENSE="LGPL2.1" WANTED="libraw1394" WEB_SITE="http://www.linux1394.org/" +DEPENDS="libraw1394" + # 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 30ad8b058156 -r 8d6f480bf664 libraw1394/receipt --- a/libraw1394/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libraw1394/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="IEEE 1394 is a standard defining a high speed serial bus." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.linux1394.org/" WGET_URL="http://www.kernel.org/pub/linux/libs/ieee1394/$TARBALL" @@ -18,15 +19,15 @@ --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() { mkdir -p $fs/usr/lib $fs/dev - 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 # Dev node mknod -m 0666 $fs/dev/raw1394 c 171 0 chown root.root $fs/dev/raw1394 diff -r 30ad8b058156 -r 8d6f480bf664 libsctp-dev/receipt --- a/libsctp-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libsctp-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Stream Control Transmission Protocol developement libraries." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2 LGPL2.1" WEB_SITE="http://lksctp.sourceforge.net/" WANTED="sctp-tools" @@ -12,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib/lksctp-tools - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/libsctp.*a $fs/usr/lib - cp -a $_pkg/usr/lib/lksctp-tools/*a $fs/usr/lib/lksctp-tools + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/libsctp.*a $fs/usr/lib + cp -a $install/usr/lib/lksctp-tools/*a $fs/usr/lib/lksctp-tools } diff -r 30ad8b058156 -r 8d6f480bf664 libsctp/receipt --- a/libsctp/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libsctp/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,14 +5,14 @@ CATEGORY="network" SHORT_DESC="Stream Control Transmission Protocol libraries." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2 LGPL2.1" WEB_SITE="http://lksctp.sourceforge.net/" WANTED="sctp-tools" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/libsctp.so* $fs/usr/lib + cp -a $install/usr/lib/libsctp.so* $fs/usr/lib } diff -r 30ad8b058156 -r 8d6f480bf664 libshout-dev/receipt --- a/libshout-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libshout-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="libshout development files" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libshout" +LICENSE="GPL2" WANTED="libshout" WEB_SITE="http://www.icecast.org/" +DEPENDS="libshout" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - 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 30ad8b058156 -r 8d6f480bf664 libshout/receipt --- a/libshout/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libshout/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Library for accessing a shoutcast/icecast server." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libvorbis libtheora speex" -BUILD_DEPENDS="libvorbis-dev libtheora-dev speex-dev libogg-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.icecast.org/" WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL" +DEPENDS="libvorbis libtheora speex" +BUILD_DEPENDS="libvorbis-dev libtheora-dev speex-dev libogg-dev" + # Rules to configure and make the package. compile_rules() { @@ -22,6 +24,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 30ad8b058156 -r 8d6f480bf664 libsigsegv/receipt --- a/libsigsegv/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libsigsegv/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Library for handling page faults in user mode." MAINTAINER="paul@slitaz.org" -DEPENDS="" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/libsigsegv/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -19,14 +21,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 - 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 30ad8b058156 -r 8d6f480bf664 libsndfile-dev/receipt --- a/libsndfile-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libsndfile-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="libsndfile devel files" MAINTAINER="jozee@slitaz.org" -DEPENDS="libsndfile" +LICENSE="LGPL2.1" WANTED="libsndfile" WEB_SITE="http://www.mega-nerd.com/libsndfile/" +DEPENDS="libsndfile" + # 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 30ad8b058156 -r 8d6f480bf664 libsndfile/receipt --- a/libsndfile/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libsndfile/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,25 +5,26 @@ CATEGORY="multimedia" SHORT_DESC="A C library for reading and writing files containing sampled sound" MAINTAINER="jozee@slitaz.org" -DEPENDS="alsa-lib flac libvorbis" -BUILD_DEPENDS="alsa-lib alsa-lib-dev flac-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.mega-nerd.com/libsndfile/" WGET_URL="$WEB_SITE/files/$TARBALL" +DEPENDS="alsa-lib flac libvorbis" +BUILD_DEPENDS="alsa-lib alsa-lib-dev flac-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --disable-sqlite $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 $install/usr/lib/*.so* $fs/usr/lib } diff -r 30ad8b058156 -r 8d6f480bf664 libsqlite/receipt --- a/libsqlite/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libsqlite/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="office" SHORT_DESC="Small SQL database engine." MAINTAINER="erjo@slitaz.org" +LICENSE="PublicDomain" WEB_SITE="http://www.sqlite.org/" WANTED="sqlite" diff -r 30ad8b058156 -r 8d6f480bf664 libsvn/receipt --- a/libsvn/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libsvn/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="system-tools" SHORT_DESC="Subversion Source Code Management access" MAINTAINER="lehswe@gmail.com" +LICENSE="Apache" +WANTED="subversion" +WEB_SITE="http://subversion.tigris.org" + DEPENDS="apr libsasl libssl libkrb5 util-linux-uuid expat zlib neon libsqlite \ libgnutls libcomerr libcomerr3" -WANTED="subversion" -WEB_SITE="http://subversion.tigris.org" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 30ad8b058156 -r 8d6f480bf664 libtar-dev/receipt --- a/libtar-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtar-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="devel files for libtar" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libtar" +LICENSE="BSD" WEB_SITE="http://www.feep.net/libtar/" WANTED="libtar" +DEPENDS="libtar" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 30ad8b058156 -r 8d6f480bf664 libtar/receipt --- a/libtar/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtar/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="C library for manipulating POSIX tar files." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="zlib" -BUILD_DEPENDS="zlib-dev" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.feep.net/libtar/" WGET_URL="ftp://ftp.feep.net/pub/software/$PACKAGE/$TARBALL" +DEPENDS="zlib" +BUILD_DEPENDS="zlib-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,13 @@ --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 } diff -r 30ad8b058156 -r 8d6f480bf664 libtasn1-dev/receipt --- a/libtasn1-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtasn1-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="The libtasn1 devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3 LGPL2.1" WANTED="libtasn1" +WEB_SITE="http://www.gnu.org/software/libtasn1/" + DEPENDS="libtasn1" -WEB_SITE="http://www.gnu.org/software/libtasn1/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 30ad8b058156 -r 8d6f480bf664 libtasn1/receipt --- a/libtasn1/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtasn1/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="ASN.1 library." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3 LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/libtasn1/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -24,6 +25,6 @@ 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 30ad8b058156 -r 8d6f480bf664 libtaz/receipt --- a/libtaz/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtaz/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Slitaz generic library." MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.slitaz.org/" # Download directly from hg, because this package is needed when # cooking toolchain. (mercurial is not available at this time) diff -r 30ad8b058156 -r 8d6f480bf664 libtheora-dev/receipt --- a/libtheora-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtheora-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="Thera video devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="libtheora" +LICENSE="BSD" WANTED="libtheora" WEB_SITE="http://www.theora.org/" +DEPENDS="libtheora" + # 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 30ad8b058156 -r 8d6f480bf664 libtheora-enc/receipt --- a/libtheora-enc/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtheora-enc/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="multimedia" SHORT_DESC="Thera video encoding/decoding library." MAINTAINER="pankso@slitaz.org" -DEPENDS="libogg" +LICENSE="BSD" WANTED="libtheora" WEB_SITE="http://www.theora.org/" +DEPENDS="libogg" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/libtheoradec.so* $fs/usr/lib - cp -a $_pkg/usr/lib/libtheoraenc.so* $fs/usr/lib + cp -a $install/usr/lib/libtheoradec.so* $fs/usr/lib + cp -a $install/usr/lib/libtheoraenc.so* $fs/usr/lib } diff -r 30ad8b058156 -r 8d6f480bf664 libtheora/receipt --- a/libtheora/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtheora/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Theora video codec and tools." MAINTAINER="pankso@slitaz.org" -DEPENDS="libogg libvorbis" -BUILD_DEPENDS="libogg-dev libvorbis-dev" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.theora.org/" WGET_URL="http://downloads.xiph.org/releases/theora/$TARBALL" +DEPENDS="libogg libvorbis" +BUILD_DEPENDS="libogg-dev libvorbis-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,7 +22,7 @@ --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. diff -r 30ad8b058156 -r 8d6f480bf664 libtirpc-dev/receipt --- a/libtirpc-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtirpc-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="Transport-Independent RPC library, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://libtirpc.sourceforge.net/" WANTED="libtirpc" + DEPENDS="libtirpc" # 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 30ad8b058156 -r 8d6f480bf664 libtirpc/receipt --- a/libtirpc/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtirpc/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Transport-Independent RPC library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libtirpc.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -17,14 +18,14 @@ --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() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/etc $fs + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/etc $fs } diff -r 30ad8b058156 -r 8d6f480bf664 libtorrent-rasterbar-dev/receipt --- a/libtorrent-rasterbar-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtorrent-rasterbar-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="devel files for libtorrent-rasterbar" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libtorrent-rasterbar libboost-math-dev libboost-thread-dev libboost-filesystem-dev zlib-dev" +LICENSE="BSD" WEB_SITE="http://www.rasterbar.com/products/libtorrent/" WANTED="libtorrent-rasterbar" +DEPENDS="libtorrent-rasterbar libboost-math-dev libboost-thread-dev libboost-filesystem-dev zlib-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 30ad8b058156 -r 8d6f480bf664 libtorrent-rasterbar/receipt --- a/libtorrent-rasterbar/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libtorrent-rasterbar/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libboost-thread libboost-math libboost-filesystem libboost-python openssl python" -BUILD_DEPENDS="libboost-thread-dev libboost-math-dev libboost-filesystem-dev libboost-python-dev openssl-dev zlib-dev python-dev" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.rasterbar.com/products/libtorrent/" WGET_URL="http://libtorrent.googlecode.com/files/$TARBALL" +DEPENDS="libboost-thread libboost-math libboost-filesystem libboost-python openssl python" +BUILD_DEPENDS="libboost-thread-dev libboost-math-dev libboost-filesystem-dev libboost-python-dev openssl-dev zlib-dev python-dev" + # Rules to configure and make the package. compile_rules() { diff -r 30ad8b058156 -r 8d6f480bf664 libupnp-dev/receipt --- a/libupnp-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libupnp-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="LibUpnP devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="libupnp" +LICENSE="BSD" WANTED="libupnp" WEB_SITE="http://pupnp.sourceforge.net/" +DEPENDS="libupnp" + # 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 30ad8b058156 -r 8d6f480bf664 libupnp/receipt --- a/libupnp/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libupnp/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="The portable Universal Plug and Play (UPnP)." MAINTAINER="pankso@slitaz.org" -DEPENDS="libxml2" -BUILD_DEPENDS="libxml2-dev libpthread-stubs" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://pupnp.sourceforge.net/" WGET_URL="$SF_MIRROR/pupnp/$TARBALL" +DEPENDS="libxml2" +BUILD_DEPENDS="libxml2-dev libpthread-stubs" + # Rules to configure and make the package. compile_rules() { @@ -26,5 +28,5 @@ 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 30ad8b058156 -r 8d6f480bf664 libusb-compat-dev/receipt --- a/libusb-compat-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libusb-compat-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="USB accedd library devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WANTED="libusb-compat" WEB_SITE="http://libusb.sourceforge.net/" @@ -12,9 +13,9 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - 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/bin $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 30ad8b058156 -r 8d6f480bf664 libusb-compat/receipt --- a/libusb-compat/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libusb-compat/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Compatibility layer to converts libusb 0.1 calls into 1.0 equivalents." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libusb.sourceforge.net/" WGET_URL="$SF_MIRROR/libusb/$TARBALL" @@ -20,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/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 30ad8b058156 -r 8d6f480bf664 libusb-dev/receipt --- a/libusb-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libusb-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="USB accedd library devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="libusb libusb-compat-dev" +LICENSE="LGPL2.1" WANTED="libusb" WEB_SITE="http://libusb.sourceforge.net/" +DEPENDS="libusb libusb-compat-dev" + # 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 30ad8b058156 -r 8d6f480bf664 libusb/receipt --- a/libusb/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libusb/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="USB accedd library." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libusb.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -17,13 +18,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/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 30ad8b058156 -r 8d6f480bf664 libvpx-dev/receipt --- a/libvpx-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libvpx-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="devel files for libvpx" MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD" WEB_SITE="http://www.webproject.org/" DEPENDS="libvpx" WANTED="libvpx" diff -r 30ad8b058156 -r 8d6f480bf664 libvpx/receipt --- a/libvpx/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libvpx/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="The VP8 Codec SDK" MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD" WEB_SITE="http://www.webmproject.org/" TARBALL="$PACKAGE-v$VERSION.tar.bz2" WGET_URL="http://webm.googlecode.com/files/$TARBALL" diff -r 30ad8b058156 -r 8d6f480bf664 libwapcaplet-dev/receipt --- a/libwapcaplet-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libwapcaplet-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="String internment library dev files" MAINTAINER="erjo@slitaz.org" +LICENSE="MIT" WANTED="libwapcaplet" WEB_SITE="http://www.netsurf-browser.org/projects/libcss/" @@ -12,9 +13,9 @@ 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 30ad8b058156 -r 8d6f480bf664 libwapcaplet/receipt --- a/libwapcaplet/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libwapcaplet/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,18 +5,19 @@ CATEGORY="system-tools" SHORT_DESC="String internment library" MAINTAINER="erjo@slitaz.org" -DEPENDS="" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WEB_SITE="http://www.netsurf-browser.org/projects/libcss/" WGET_URL="http://www.netsurf-browser.org/projects/releases/$TARBALL" +DEPENDS="" # Rules to configure and make the package. compile_rules() { cd $src COMPONENT_TYPE=lib-shared make \ - && PREFIX=/usr make DESTDIR=$PWD/_pkg install + && PREFIX=/usr make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 30ad8b058156 -r 8d6f480bf664 libwebkit-dev/receipt --- a/libwebkit-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libwebkit-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -4,21 +4,23 @@ VERSION="1.8.3" CATEGORY="development" SHORT_DESC="devel files for libwebkit" -DEPENDS="libwebkit libsoup-dev enchant-dev libtasn1-dev sqlite-dev" SOURCE="webkit" WANTED="libwebkit" MAINTAINER="mallory@sweetpeople.org" +LICENSE="LGPL2" WEB_SITE="http://webkitgtk.org" +DEPENDS="libwebkit libsoup-dev enchant-dev libtasn1-dev sqlite-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - 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 - [ -d $_pkg/usr/share/gir-1.0 ] && - cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share + 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 + [ -d $install/usr/share/gir-1.0 ] && + cp -a $install/usr/share/gir-1.0 $fs/usr/share if [ -f $fs/usr/lib/pkgconfig/webkit-1.0.pc ]; then ln -sf /usr/lib/pkgconfig/webkit-1.0.pc \ $fs/usr/lib/pkgconfig/webkitgtk-1.0.pc diff -r 30ad8b058156 -r 8d6f480bf664 libwebkit-video-dev/receipt --- a/libwebkit-video-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libwebkit-video-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -4,21 +4,23 @@ VERSION="1.8.3" CATEGORY="development" SHORT_DESC="devel files for libwebkit" -DEPENDS="libwebkit-video libsoup-dev enchant-dev libtasn1-dev sqlite-dev" SOURCE="webkit" WANTED="libwebkit-video" MAINTAINER="mallory@sweetpeople.org" +LICENSE="LGPL2" WEB_SITE="http://webkitgtk.org" +DEPENDS="libwebkit-video libsoup-dev enchant-dev libtasn1-dev sqlite-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - 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 - [ -d $_pkg/usr/share/gir-1.0 ] && - cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share + 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 + [ -d $install/usr/share/gir-1.0 ] && + cp -a $install/usr/share/gir-1.0 $fs/usr/share if [ -f $fs/usr/lib/pkgconfig/webkit-1.0.pc ]; then ln -sf /usr/lib/pkgconfig/webkit-1.0.pc \ $fs/usr/lib/pkgconfig/webkitgtk-1.0.pc diff -r 30ad8b058156 -r 8d6f480bf664 libwebkit-video/receipt --- a/libwebkit-video/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libwebkit-video/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="xHTML render library." MAINTAINER="mallory@sweetpeople.org" +LICENSE="LGPL2" SOURCE="webkit" TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://webkitgtk.org" @@ -60,7 +61,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/bin - [ -d $_pkg/usr/lib/girepository-1.0 ] && - cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + [ -d $install/usr/lib/girepository-1.0 ] && + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 30ad8b058156 -r 8d6f480bf664 libwebkit/receipt --- a/libwebkit/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libwebkit/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="xHTML render library." MAINTAINER="mallory@sweetpeople.org" +LICENSE="LGPL2" SOURCE="webkit" TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://webkitgtk.org" diff -r 30ad8b058156 -r 8d6f480bf664 libxdg-basedir-dev/receipt --- a/libxdg-basedir-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libxdg-basedir-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="libxdg-basedir development files" MAINTAINER="mallory@sweetpeople.org" +LICENSE="MIT" WEB_SITE="http://n.ethz.ch/~nevillm/download/libxdg-basedir" WANTED="libxdg-basedir" @@ -12,8 +13,8 @@ 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 30ad8b058156 -r 8d6f480bf664 libxdg-basedir/receipt --- a/libxdg-basedir/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libxdg-basedir/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="This library implements functions to list the directories according to the XDG Base Directory specification and provides a few higher-level functions for use with the specification." MAINTAINER="mallory@sweetpeople.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://n.ethz.ch/~nevillm/download/libxdg-basedir" WGET_URL="$WEB_SITE/$TARBALL" @@ -25,6 +26,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 30ad8b058156 -r 8d6f480bf664 libzip-dev/receipt --- a/libzip-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libzip-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="C library for reading, creating, and modifying zip archives, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.nih.at/libzip/" WANTED="libzip" diff -r 30ad8b058156 -r 8d6f480bf664 libzip/receipt --- a/libzip/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/libzip/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="C library for reading, creating, and modifying zip archives." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.nih.at/libzip/" WGET_URL="${WEB_SITE}$TARBALL" diff -r 30ad8b058156 -r 8d6f480bf664 sctp-tools/receipt --- a/sctp-tools/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/sctp-tools/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="network" SHORT_DESC="Stream Control Transmission Protocol tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2 LGPL2.1" SOURCE="lksctp-tools" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://lksctp.sourceforge.net/" WGET_URL="$SF_MIRROR/project/lksctp/lksctp/$SOURCE-$VERSION/$TARBALL" + DEPENDS="libsctp" # Rules to configure and make the package. @@ -20,15 +22,15 @@ --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() { mkdir -p $fs/usr/lib/lksctp-tools - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/lksctp-tools/libwithsctp.so* \ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/lksctp-tools/libwithsctp.so* \ $fs/usr/lib/lksctp-tools } diff -r 30ad8b058156 -r 8d6f480bf664 subversion-dev/receipt --- a/subversion-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/subversion-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="Subversion Source Code Management accessdev files" MAINTAINER="lehswe@gmail.com" +LICENSE="Apache" WEB_SITE="http://subversion.tigris.org" +WANTED="subversion" + DEPENDS="libsvn" -WANTED="subversion" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 30ad8b058156 -r 8d6f480bf664 subversion/receipt --- a/subversion/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/subversion/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Subversion Source Code Management access" MAINTAINER="lehswe@gmail.com" +LICENSE="Apache" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://subversion.tigris.org" WGET_URL="http://apache.osuosl.org/$PACKAGE/$TARBALL" diff -r 30ad8b058156 -r 8d6f480bf664 webkit-r-dev/receipt --- a/webkit-r-dev/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/webkit-r-dev/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="xHTML render library." WANTED="webkit-r" MAINTAINER="pankso@slitaz.org" +LICENSE="BSD LGPL" WEB_SITE="http://webkit.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 30ad8b058156 -r 8d6f480bf664 webkit-r/receipt --- a/webkit-r/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/webkit-r/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -4,6 +4,12 @@ VERSION="99690" CATEGORY="network" SHORT_DESC="xHTML render library." +MAINTAINER="pankso@slitaz.org" +LICENSE="BSD LGPL" +TARBALL="WebKit-r${VERSION}.tar.bz2" +WEB_SITE="http://webkit.org/" +WGET_URL="http://nightly.webkit.org/files/trunk/src/$TARBALL" + DEPENDS="libxslt expat gtk+ icu jpeg libcurl libxml2 openssl sqlite \ xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite \ xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ @@ -13,10 +19,6 @@ sqlite-dev libtool m4 bison flex curl-dev gtk-doc libsoup-dev \ gst-plugins-base-dev gstreamer-dev util-linux-uuid-dev \ jpeg-dev libjpeg libpng-dev pango-dev gtk+-dev orc-dev" -MAINTAINER="pankso@slitaz.org" -TARBALL="WebKit-r${VERSION}.tar.bz2" -WEB_SITE="http://webkit.org/" -WGET_URL="http://nightly.webkit.org/files/trunk/src/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 30ad8b058156 -r 8d6f480bf664 webkit-web-inspector/receipt --- a/webkit-web-inspector/receipt Sun Nov 10 15:03:57 2013 +0000 +++ b/webkit-web-inspector/receipt Sun Nov 10 17:13:06 2013 +0000 @@ -4,16 +4,18 @@ VERSION="1.8.3" CATEGORY="network" SHORT_DESC="Webkit development tools" -DEPENDS="libwebkit" SOURCE="webkit" WANTED="libwebkit" MAINTAINER="mallory@sweetpeople.org" +LICENSE="BSD LGPL" WEB_SITE="http://webkitgtk.org" +DEPENDS="libwebkit" + # 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/webkitgtk-1.0 $fs/usr/share + cp -a $install/usr/bin $fs/usr/ + cp -a $install/usr/share/webkitgtk-1.0 $fs/usr/share }