wok rev 15379

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 20 22:08:25 2013 +0000 (2013-10-20)
parents fd4f1e692109
children d9097791a13e
files actionmailer/receipt actionpack/receipt activerecord/receipt activeresource/receipt activesupport/receipt arj/receipt aterm/receipt attr-dev/receipt attr/receipt audacious-plugins/receipt autoblog/receipt automoc4/receipt autossh/receipt avatar-factory/receipt file/receipt l2tpd/receipt ladspa-dev/receipt ladspa/receipt lbreakout2/receipt lcms-apps/receipt lcms-dev/receipt lcms/receipt ledger/receipt lemon/receipt lensfun-dev/receipt lensfun/receipt leocad-pieces/receipt leocad/receipt lftpfs/receipt libXaw3dXft-dev/receipt libXaw3dXft/receipt libav-dev/receipt lighttpd-modules/receipt lighttpd-ssl/receipt lighttpd/receipt lilo/receipt lilv/receipt lingot/receipt linld/receipt listpatron/receipt llvm/receipt lockdis/receipt lorcon-dev/receipt lorcon/receipt lsdvd/receipt lshw/receipt lsscsi/receipt lua-dev/receipt lua/receipt lua5.1-dev/receipt lua5.1/receipt lv2/receipt lxde/receipt lxmenu-data/receipt lxterminal-locales/receipt lxterminal/receipt lzlib-dev/receipt lzlib/receipt lzma/receipt lzo-dev/receipt lzo/receipt p11-kit-dev/receipt p4wn/receipt passenger/receipt portmap/receipt portmidi/receipt pycrypto/receipt python-couchdbkit/receipt python-cython/receipt python-docutils/receipt python-formalchemy/receipt python-gdata/receipt python-html5lib/receipt python-http-parser/receipt python-httplib2/receipt python-ldap/receipt python-llfuse/receipt python-lxml/receipt python-magic/receipt python-mock/receipt python-mpd/receipt python-mygpoclient/receipt python-nose/receipt python-openid/receipt python-paste/receipt python-phonenumbers/receipt python-pil/receipt python-psutil/receipt python-pypdf/receipt python-unittest2/receipt sqlite-dev/receipt sqlite/receipt sqlite3-ruby/receipt syslinux/stuff/help.en
line diff
     1.1 --- a/actionmailer/receipt	Sat Oct 19 13:53:26 2013 +0000
     1.2 +++ b/actionmailer/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Simple, battle-tested conventions for building and testing MVC web applications."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="ruby actionpack"
     1.8 -BUILD_DEPENDS="ruby-dev"
     1.9 +LICENSE="MIT"
    1.10  TARBALL="$PACKAGE-$VERSION.gem"
    1.11  WEB_SITE="http://rubygems.org/gems/actionmailer"
    1.12  WGET_URL="http://rubygems.org/downloads/$TARBALL"
    1.13  COOK_OPT="!repack_src !unpack"
    1.14  
    1.15 +DEPENDS="ruby actionpack"
    1.16 +BUILD_DEPENDS="ruby-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
     2.1 --- a/actionpack/receipt	Sat Oct 19 13:53:26 2013 +0000
     2.2 +++ b/actionpack/receipt	Sun Oct 20 22:08:25 2013 +0000
     2.3 @@ -5,13 +5,15 @@
     2.4  CATEGORY="system-tools"
     2.5  SHORT_DESC="Simple, battle-tested conventions for building and testing MVC web applications."
     2.6  MAINTAINER="erjo@slitaz.org"
     2.7 -DEPENDS="ruby activesupport"
     2.8 -BUILD_DEPENDS="ruby-dev"
     2.9 +LICENSE="MIT"
    2.10  TARBALL="$PACKAGE-$VERSION.gem"
    2.11  WEB_SITE="http://rubygems.org/gems/actionpack"
    2.12  WGET_URL="http://rubygems.org/downloads/$TARBALL"
    2.13  COOK_OPT="!repack_src !unpack"
    2.14  
    2.15 +DEPENDS="ruby activesupport"
    2.16 +BUILD_DEPENDS="ruby-dev"
    2.17 +
    2.18  # Rules to configure and make the package.
    2.19  compile_rules()
    2.20  {
     3.1 --- a/activerecord/receipt	Sat Oct 19 13:53:26 2013 +0000
     3.2 +++ b/activerecord/receipt	Sun Oct 20 22:08:25 2013 +0000
     3.3 @@ -5,13 +5,15 @@
     3.4  CATEGORY="system-tools"
     3.5  SHORT_DESC="Rich support for multibyte strings"
     3.6  MAINTAINER="erjo@slitaz.org"
     3.7 -DEPENDS="ruby activesupport"
     3.8 -BUILD_DEPENDS="ruby-dev"
     3.9 +LICENSE="MIT"
    3.10  TARBALL="$PACKAGE-$VERSION.gem"
    3.11  WEB_SITE="http://rubygems.org/gems/activerecord"
    3.12  WGET_URL="http://rubygems.org/downloads/$TARBALL"
    3.13  COOK_OPT="!repack_src !unpack"
    3.14  
    3.15 +DEPENDS="ruby activesupport"
    3.16 +BUILD_DEPENDS="ruby-dev"
    3.17 +
    3.18  # Rules to configure and make the package.
    3.19  compile_rules()
    3.20  {
     4.1 --- a/activeresource/receipt	Sat Oct 19 13:53:26 2013 +0000
     4.2 +++ b/activeresource/receipt	Sun Oct 20 22:08:25 2013 +0000
     4.3 @@ -5,13 +5,15 @@
     4.4  CATEGORY="development"
     4.5  SHORT_DESC="REST on Rails."
     4.6  MAINTAINER="erjo@slitaz.org"
     4.7 -DEPENDS="ruby activesupport"
     4.8 -BUILD_DEPENDS="ruby-dev"
     4.9 +LICENSE="MIT"
    4.10  TARBALL="$PACKAGE-$VERSION.gem"
    4.11  WEB_SITE="http://rubygems.org/gems/activeresource"
    4.12  WGET_URL="http://rubygems.org/downloads/$TARBALL"
    4.13  COOK_OPT="!repack_src !unpack"
    4.14  
    4.15 +DEPENDS="ruby activesupport"
    4.16 +BUILD_DEPENDS="ruby-dev"
    4.17 +
    4.18  # Rules to configure and make the package.
    4.19  compile_rules()
    4.20  {
     5.1 --- a/activesupport/receipt	Sat Oct 19 13:53:26 2013 +0000
     5.2 +++ b/activesupport/receipt	Sun Oct 20 22:08:25 2013 +0000
     5.3 @@ -5,13 +5,15 @@
     5.4  CATEGORY="system-tools"
     5.5  SHORT_DESC="Database tables mapping to Ruby classes"
     5.6  MAINTAINER="erjo@slitaz.org"
     5.7 -DEPENDS="ruby"
     5.8 -BUILD_DEPENDS="ruby-dev"
     5.9 +LICENSE="MIT"
    5.10  TARBALL="$PACKAGE-$VERSION.gem"
    5.11  WEB_SITE="http://rubygems.org/gems/activesupport"
    5.12  WGET_URL="http://rubygems.org/downloads/$TARBALL"
    5.13  COOK_OPT="!repack_src !unpack"
    5.14  
    5.15 +DEPENDS="ruby"
    5.16 +BUILD_DEPENDS="ruby-dev"
    5.17 +
    5.18  # Rules to configure and make the package.
    5.19  compile_rules()
    5.20  {
     6.1 --- a/arj/receipt	Sat Oct 19 13:53:26 2013 +0000
     6.2 +++ b/arj/receipt	Sun Oct 20 22:08:25 2013 +0000
     6.3 @@ -5,11 +5,13 @@
     6.4  CATEGORY="system-tools"
     6.5  SHORT_DESC="ARJ archiver."
     6.6  MAINTAINER="pascal.bellard@slitaz.org"
     6.7 +LICENSE="GPL2"
     6.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     6.9  WEB_SITE="http://$PACKAGE.sourceforge.net/"
    6.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    6.11 +TAGS="compression archive"
    6.12 +
    6.13  BUILD_DEPENDS="autoconf"
    6.14 -TAGS="compression archive"
    6.15  
    6.16  # Rules to configure and make the package.
    6.17  compile_rules()
    6.18 @@ -22,14 +24,14 @@
    6.19  	cd ..
    6.20  	busybox patch -p0 < $stuff/fardata.u
    6.21  	make -k -j1
    6.22 -	make DESTDIR=$PWD/_pkg install
    6.23 +	make DESTDIR=$DESTDIR install
    6.24  }
    6.25  
    6.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.27  genpkg_rules()
    6.28  {
    6.29  	mkdir -p $fs/usr
    6.30 -	cp -a $_pkg/usr/bin $fs/usr
    6.31 -	cp -a $_pkg/usr/lib $fs/usr
    6.32 +	cp -a $install/usr/bin $fs/usr
    6.33 +	cp -a $install/usr/lib $fs/usr
    6.34  }
    6.35  
     7.1 --- a/aterm/receipt	Sat Oct 19 13:53:26 2013 +0000
     7.2 +++ b/aterm/receipt	Sun Oct 20 22:08:25 2013 +0000
     7.3 @@ -5,13 +5,15 @@
     7.4  CATEGORY="misc"
     7.5  SHORT_DESC="terminal emulator"
     7.6  MAINTAINER="allan316@gmail.com"
     7.7 -DEPENDS="xorg-libSM xorg-libXext"
     7.8 -BUILD_DEPENDS="xorg-libSM-dev xorg-libXext-dev xorg-libXt-dev"
     7.9 +LICENSE="GPL2"
    7.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    7.11  WEB_SITE="http://aterm.sourceforge.net"
    7.12  WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/aterm/$TARBALL"
    7.13  TAGS="terminal"
    7.14  
    7.15 +DEPENDS="xorg-libSM xorg-libXext"
    7.16 +BUILD_DEPENDS="xorg-libSM-dev xorg-libXext-dev xorg-libXt-dev"
    7.17 +
    7.18  # Rules to configure and make the package.
    7.19  compile_rules()
    7.20  {
    7.21 @@ -19,13 +21,13 @@
    7.22  	./configure --prefix=/usr --infodir=/usr/share/info \
    7.23  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    7.24  	make &&
    7.25 -	make DESTDIR=$PWD/_pkg install
    7.26 +	make DESTDIR=$DESTDIR install
    7.27  }
    7.28  
    7.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.30  genpkg_rules()
    7.31  {
    7.32  	mkdir -p $fs/usr
    7.33 -	cp -a $_pkg/usr/bin $fs/usr
    7.34 +	cp -a $install/usr/bin $fs/usr
    7.35  }
    7.36  
     8.1 --- a/attr-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
     8.2 +++ b/attr-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
     8.3 @@ -5,11 +5,13 @@
     8.4  CATEGORY="development"
     8.5  SHORT_DESC="Development files for attr."
     8.6  MAINTAINER="rcx@zoominternet.net"
     8.7 -DEPENDS="attr"
     8.8 +LICENSE="GPL2"
     8.9  WEB_SITE="http://savannah.nongnu.org/projects/attr/"
    8.10  WANTED="attr"
    8.11  HOST_ARCH="i486 arm"
    8.12  
    8.13 +DEPENDS="attr"
    8.14 +
    8.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.16  genpkg_rules()
    8.17  {
     9.1 --- a/attr/receipt	Sat Oct 19 13:53:26 2013 +0000
     9.2 +++ b/attr/receipt	Sun Oct 20 22:08:25 2013 +0000
     9.3 @@ -5,6 +5,7 @@
     9.4  CATEGORY="system-tools"
     9.5  SHORT_DESC="Commands for Manipulating Filesystem Extended Attributes."
     9.6  MAINTAINER="rcx@zoominternet.net"
     9.7 +LICENSE="GPL2"
     9.8  WEB_SITE="http://savannah.nongnu.org/projects/attr/"
     9.9  TARBALL="${PACKAGE}-${VERSION}.src.tar.gz"
    9.10  WGET_URL="http://download.savannah.gnu.org/releases-noredirect/$PACKAGE/$TARBALL"
    10.1 --- a/audacious-plugins/receipt	Sat Oct 19 13:53:26 2013 +0000
    10.2 +++ b/audacious-plugins/receipt	Sun Oct 20 22:08:25 2013 +0000
    10.3 @@ -5,6 +5,7 @@
    10.4  CATEGORY="multimedia"
    10.5  SHORT_DESC="Plugins for audacious music player"
    10.6  MAINTAINER="mimas@slitaz.org"
    10.7 +LICENSE="MIT"
    10.8  SUGGESTED="lame neon libmms"
    10.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   10.10  WEB_SITE="http://audacious-media-player.org/"
    11.1 --- a/autoblog/receipt	Sat Oct 19 13:53:26 2013 +0000
    11.2 +++ b/autoblog/receipt	Sun Oct 20 22:08:25 2013 +0000
    11.3 @@ -7,6 +7,7 @@
    11.4  CATEGORY="network"
    11.5  SHORT_DESC="replicates articles from another blog."
    11.6  MAINTAINER="pascal.bellard@slitaz.org"
    11.7 +LICENSE="PublicDomain"
    11.8  TARBALL="$PACKAGE-$VERSION.php"
    11.9  EXTRA_SOURCE_FILES="vvb.ini"
   11.10  URLV1="http://sebsauvage.net/streisand.me/download.php"
    12.1 --- a/automoc4/receipt	Sat Oct 19 13:53:26 2013 +0000
    12.2 +++ b/automoc4/receipt	Sun Oct 20 22:08:25 2013 +0000
    12.3 @@ -5,11 +5,13 @@
    12.4  CATEGORY="x-window"
    12.5  SHORT_DESC="CMake automatic MOC Generation."
    12.6  MAINTAINER="pankso@slitaz.org"
    12.7 +LICENSE="MIT"
    12.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    12.9 +WEB_SITE="http://www.kde.org/"
   12.10 +WGET_URL="ftp://ftp.kde.org/pub/kde/stable/$PACKAGE/$VERSION/$TARBALL"
   12.11 +
   12.12  DEPENDS="cmake libQtCore gcc-lib-base"
   12.13  BUILD_DEPENDS="cmake qmake Qt4-dev"
   12.14 -WEB_SITE="http://www.kde.org/"
   12.15 -WGET_URL="ftp://ftp.kde.org/pub/kde/stable/$PACKAGE/$VERSION/$TARBALL"
   12.16  
   12.17  # Rules to configure and make the package.
   12.18  compile_rules()
   12.19 @@ -17,11 +19,11 @@
   12.20  	cd $src
   12.21  	cmake . -DCMAKE_INSTALL_PREFIX=/usr &&
   12.22  	make &&
   12.23 -	make DESTDIR=$PWD/_pkg install
   12.24 +	make DESTDIR=$DESTDIR install
   12.25  }
   12.26  
   12.27  # Rules to gen a SliTaz package suitable for Tazpkg.
   12.28  genpkg_rules()
   12.29  {
   12.30 -	cp -a $_pkg/usr $fs
   12.31 +	cp -a $install/usr $fs
   12.32  }
    13.1 --- a/autossh/receipt	Sat Oct 19 13:53:26 2013 +0000
    13.2 +++ b/autossh/receipt	Sun Oct 20 22:08:25 2013 +0000
    13.3 @@ -5,6 +5,7 @@
    13.4  CATEGORY="network"
    13.5  SHORT_DESC="Automatically restart SSH sessions and tunnels."
    13.6  MAINTAINER="pascal.bellard@slitaz.org"
    13.7 +LICENSE="CC-SA"
    13.8  WEB_SITE="http://www.harding.motd.ca/autossh/"
    13.9  TARBALL="$PACKAGE-$VERSION.tgz"
   13.10  WGET_URL="${WEB_SITE}$TARBALL"
    14.1 --- a/avatar-factory/receipt	Sat Oct 19 13:53:26 2013 +0000
    14.2 +++ b/avatar-factory/receipt	Sun Oct 20 22:08:25 2013 +0000
    14.3 @@ -5,6 +5,7 @@
    14.4  CATEGORY="utilities"
    14.5  SHORT_DESC="A bash script that creates eye candy shortcuts for music albums, photo albums, movie files, and more..."
    14.6  MAINTAINER="al.bobylev@gmail.com"
    14.7 +LICENSE="PublicDomain"
    14.8  WEB_SITE="http://yuzem.blogspot.com/p/avatar-factory.html?m=1"
    14.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   14.10  WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
    15.1 --- a/file/receipt	Sat Oct 19 13:53:26 2013 +0000
    15.2 +++ b/file/receipt	Sun Oct 20 22:08:25 2013 +0000
    15.3 @@ -5,6 +5,7 @@
    15.4  CATEGORY="system-tools"
    15.5  SHORT_DESC="Retrieve file type."
    15.6  MAINTAINER="erjo@slitaz.org"
    15.7 +LICENSE="BSD"
    15.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    15.9  WEB_SITE="http://www.darwinsys.com/file/"
   15.10  WGET_URL="ftp://ftp.astron.com/pub/file/$TARBALL"
    16.1 --- a/l2tpd/receipt	Sat Oct 19 13:53:26 2013 +0000
    16.2 +++ b/l2tpd/receipt	Sun Oct 20 22:08:25 2013 +0000
    16.3 @@ -5,6 +5,7 @@
    16.4  CATEGORY="network"
    16.5  SHORT_DESC="Layer 2 Virtual Private Network."
    16.6  MAINTAINER="pascal.bellard@slitaz.org"
    16.7 +LICENSE="GPL2"
    16.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    16.9  WEB_SITE="http://sourceforge.net/projects/$PACKAGE/"
   16.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    17.1 --- a/ladspa-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    17.2 +++ b/ladspa-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    17.3 @@ -5,6 +5,7 @@
    17.4  CATEGORY="development"
    17.5  SHORT_DESC="ladspa devel files."
    17.6  MAINTAINER="jozee@slitaz.org"
    17.7 +LICENSE="LGPL2.1"
    17.8  WANTED="ladspa"
    17.9  WEB_SITE="http://www.ladspa.org/"
   17.10  
    18.1 --- a/ladspa/receipt	Sat Oct 19 13:53:26 2013 +0000
    18.2 +++ b/ladspa/receipt	Sun Oct 20 22:08:25 2013 +0000
    18.3 @@ -4,6 +4,7 @@
    18.4  VERSION="1.13"
    18.5  CATEGORY="multimedia"
    18.6  MAINTAINER="jozee@slitaz.org"
    18.7 +LICENSE="LGPL2.1"
    18.8  SHORT_DESC="Linux Audio Developer's Simple Plugin API (LADSPA)"
    18.9  WEB_SITE="http://www.ladspa.org/"
   18.10  TARBALL="${PACKAGE}_sdk_$VERSION.tgz"
    19.1 --- a/lbreakout2/receipt	Sat Oct 19 13:53:26 2013 +0000
    19.2 +++ b/lbreakout2/receipt	Sun Oct 20 22:08:25 2013 +0000
    19.3 @@ -5,10 +5,12 @@
    19.4  CATEGORY="games"
    19.5  SHORT_DESC="Breakout clone."
    19.6  MAINTAINER="pascal.bellard@slitaz.org"
    19.7 +LICENSE="GPL2"
    19.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    19.9  WEB_SITE="http://lgames.sourceforge.net/index.php?project=LBreakout2"
   19.10  #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   19.11  WGET_URL="http://prdownloads.sourceforge.net/lgames/$TARBALL"
   19.12 +
   19.13  DEPENDS="libpng libsdl libsdl-mixer  zlib"
   19.14  BUILD_DEPENDS="libpng-dev libsdl-dev"
   19.15  
   19.16 @@ -19,15 +21,15 @@
   19.17  	./configure --prefix=/usr --infodir=/usr/share/info \
   19.18  	--disable-sdltest --mandir=/usr/share/man $CONFIGURE_ARGS &&
   19.19  	make &&
   19.20 -	make DESTDIR=$PWD/_pkg install
   19.21 +	make DESTDIR=$DESTDIR install
   19.22  }
   19.23  
   19.24  # Rules to gen a SliTaz package suitable for Tazpkg.
   19.25  genpkg_rules()
   19.26  {
   19.27  	mkdir -p $fs/usr
   19.28 -	cp -a $_pkg/usr/bin $fs/usr
   19.29 -	cp -a $_pkg/usr/share $fs/usr
   19.30 +	cp -a $install/usr/bin $fs/usr
   19.31 +	cp -a $install/usr/share $fs/usr
   19.32  	cp -a stuff/* $fs
   19.33  }
   19.34  
    20.1 --- a/lcms-apps/receipt	Sat Oct 19 13:53:26 2013 +0000
    20.2 +++ b/lcms-apps/receipt	Sun Oct 20 22:08:25 2013 +0000
    20.3 @@ -5,13 +5,15 @@
    20.4  CATEGORY="development"
    20.5  SHORT_DESC="Tiny appsa and tools from the LCMS project."
    20.6  MAINTAINER="pankso@slitaz.org"
    20.7 +LICENSE="MIT"
    20.8  WANTED="lcms"
    20.9 +WEB_SITE="http://www.littlecms.com/"
   20.10 +
   20.11  DEPENDS="lcms jpeg tiff zlib"
   20.12 -WEB_SITE="http://www.littlecms.com/"
   20.13  
   20.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   20.15  genpkg_rules()
   20.16  {
   20.17  	mkdir -p $fs/usr
   20.18 -	cp -a $_pkg/usr/bin $fs/usr
   20.19 +	cp -a $install/usr/bin $fs/usr
   20.20  }
    21.1 --- a/lcms-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    21.2 +++ b/lcms-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    21.3 @@ -5,15 +5,17 @@
    21.4  CATEGORY="development"
    21.5  SHORT_DESC="LCMS devel files."
    21.6  MAINTAINER="pankso@slitaz.org"
    21.7 -DEPENDS="lcms"
    21.8 +LICENSE="MIT"
    21.9  WANTED="lcms"
   21.10  WEB_SITE="http://www.littlecms.com/"
   21.11  
   21.12 +DEPENDS="lcms"
   21.13 +
   21.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   21.15  genpkg_rules()
   21.16  {
   21.17  	mkdir -p $fs/usr/lib
   21.18 -	cp -a $_pkg/usr/include $fs/usr
   21.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   21.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   21.21 +	cp -a $install/usr/include $fs/usr
   21.22 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   21.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   21.24  }
    22.1 --- a/lcms/receipt	Sat Oct 19 13:53:26 2013 +0000
    22.2 +++ b/lcms/receipt	Sun Oct 20 22:08:25 2013 +0000
    22.3 @@ -5,6 +5,7 @@
    22.4  CATEGORY="graphics"
    22.5  SHORT_DESC="A free color management engine in 100K (library)."
    22.6  MAINTAINER="pankso@slitaz.org"
    22.7 +LICENSE="MIT"
    22.8  TARBALL="$PACKAGE-${VERSION}.tar.gz"
    22.9  WEB_SITE="http://www.littlecms.com/"
   22.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   22.11 @@ -27,6 +28,6 @@
   22.12  genpkg_rules()
   22.13  {
   22.14  	mkdir -p $fs/usr/lib
   22.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   22.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   22.17  }
   22.18  
    23.1 --- a/ledger/receipt	Sat Oct 19 13:53:26 2013 +0000
    23.2 +++ b/ledger/receipt	Sun Oct 20 22:08:25 2013 +0000
    23.3 @@ -5,12 +5,14 @@
    23.4  CATEGORY="utilities"
    23.5  SHORT_DESC="A double-entry accounting system that is accessed from the UNIX command-line."
    23.6  MAINTAINER="paul@slitaz.org"
    23.7 -DEPENDS="pcre gmp"
    23.8 -BUILD_DEPENDS="pcre-dev gmp-dev"
    23.9 +LICENSE="BSD"
   23.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   23.11  WEB_SITE="http://ledger-cli.org/" 
   23.12  WGET_URL="http://ftp.newartisans.com/pub/ledger/$TARBALL"
   23.13  
   23.14 +DEPENDS="pcre gmp"
   23.15 +BUILD_DEPENDS="pcre-dev gmp-dev"
   23.16 +
   23.17  # Rules to configure and make the package.
   23.18  compile_rules()
   23.19  {
    24.1 --- a/lemon/receipt	Sat Oct 19 13:53:26 2013 +0000
    24.2 +++ b/lemon/receipt	Sun Oct 20 22:08:25 2013 +0000
    24.3 @@ -6,6 +6,7 @@
    24.4  CATEGORY="system-tools"
    24.5  SHORT_DESC="The LEMON Parser Generator (from the SQLite project)."
    24.6  MAINTAINER="pankso@slitaz.org"
    24.7 +LICENSE="PublicDomain"
    24.8  WEB_SITE="http://www.sqlite.org/"
    24.9  WANTED="sqlite"
   24.10  
    25.1 --- a/lensfun-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    25.2 +++ b/lensfun-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    25.3 @@ -5,15 +5,17 @@
    25.4  CATEGORY="development"
    25.5  SHORT_DESC="devel files for lensfun"
    25.6  MAINTAINER="slaxemulator@gmail.com"
    25.7 -DEPENDS="lensfun"
    25.8 +LICENSE="LGPL3 GPL3"
    25.9  WEB_SITE="http://lensfun.berlios.de/"
   25.10  WANTED="lensfun"
   25.11  
   25.12 +DEPENDS="lensfun"
   25.13 +
   25.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   25.15  genpkg_rules()
   25.16  {
   25.17  	mkdir -p $fs/usr/lib
   25.18 -	cp -a $_pkg/usr/include $fs/usr
   25.19 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   25.20 +	cp -a $install/usr/include $fs/usr
   25.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   25.22  }
   25.23  
    26.1 --- a/lensfun/receipt	Sat Oct 19 13:53:26 2013 +0000
    26.2 +++ b/lensfun/receipt	Sun Oct 20 22:08:25 2013 +0000
    26.3 @@ -5,12 +5,14 @@
    26.4  CATEGORY="multimedia"
    26.5  SHORT_DESC="Database of photographic lenses and a library that allows advanced access to the database"
    26.6  MAINTAINER="slaxemulator@gmail.com"
    26.7 -DEPENDS="glib"
    26.8 -BUILD_DEPENDS="python libpng glib-dev"
    26.9 +LICENSE="LGPL3 GPL3"
   26.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   26.11  WEB_SITE="http://lensfun.berlios.de/"
   26.12  WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
   26.13  
   26.14 +DEPENDS="glib"
   26.15 +BUILD_DEPENDS="python libpng glib-dev"
   26.16 +
   26.17  # Rules to configure and make the package.
   26.18  compile_rules()
   26.19  {
   26.20 @@ -24,7 +26,7 @@
   26.21  genpkg_rules()
   26.22  {
   26.23  	mkdir -p $fs/usr/lib $fs/usr/share
   26.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   26.25 -	cp -a $_pkg/usr/share/lensfun $fs/usr/share
   26.26 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   26.27 +	cp -a $install/usr/share/lensfun $fs/usr/share
   26.28  }
   26.29  
    27.1 --- a/leocad-pieces/receipt	Sat Oct 19 13:53:26 2013 +0000
    27.2 +++ b/leocad-pieces/receipt	Sun Oct 20 22:08:25 2013 +0000
    27.3 @@ -5,6 +5,7 @@
    27.4  CATEGORY="games"
    27.5  SHORT_DESC="Pieces library for LeoCAD."
    27.6  MAINTAINER="rcx@zoominternet.net"
    27.7 +LICENSE="GPL2"
    27.8  SOURCE="pieces"
    27.9  TARBALL="$SOURCE-$VERSION.zip"
   27.10  WEB_SITE="http://www.leocad.org/"
    28.1 --- a/leocad/receipt	Sat Oct 19 13:53:26 2013 +0000
    28.2 +++ b/leocad/receipt	Sun Oct 20 22:08:25 2013 +0000
    28.3 @@ -5,6 +5,7 @@
    28.4  CATEGORY="games"
    28.5  SHORT_DESC="A CAD program that uses toy bricks."
    28.6  MAINTAINER="rcx@zoominternet.net"
    28.7 +LICENSE="GPL2"
    28.8  TARBALL="$PACKAGE-$VERSION-src.tgz"
    28.9  WEB_SITE="http://code.google.com/p/leocad/"
   28.10  WGET_URL="http://leocad.googlecode.com/files/$TARBALL"
    29.1 --- a/lftpfs/receipt	Sat Oct 19 13:53:26 2013 +0000
    29.2 +++ b/lftpfs/receipt	Sun Oct 20 22:08:25 2013 +0000
    29.3 @@ -5,6 +5,7 @@
    29.4  CATEGORY="system-tools"
    29.5  SHORT_DESC="filesystem with caching for smart mirror of sites based on FUSE and LFTP."
    29.6  MAINTAINER="pascal.bellard@slitaz.org"
    29.7 +LICENSE="GPL2"
    29.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    29.9  WEB_SITE="http://lftpfs.sourceforge.net/"
   29.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    30.1 --- a/libXaw3dXft-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    30.2 +++ b/libXaw3dXft-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    30.3 @@ -5,10 +5,12 @@
    30.4  CATEGORY="development"
    30.5  SHORT_DESC="Xpaint module devel files."
    30.6  MAINTAINER="pascal.bellard@slitaz.org"
    30.7 -DEPENDS="libXaw3dXft xorg-libXmu-dev"
    30.8 +LICENSE="MIT"
    30.9  WANTED="libXaw3dXft"
   30.10  WEB_SITE="http://sourceforge.net/projects/sf-xpaint/"
   30.11  
   30.12 +DEPENDS="libXaw3dXft xorg-libXmu-dev"
   30.13 +
   30.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   30.15  genpkg_rules()
   30.16  {
    31.1 --- a/libXaw3dXft/receipt	Sat Oct 19 13:53:26 2013 +0000
    31.2 +++ b/libXaw3dXft/receipt	Sun Oct 20 22:08:25 2013 +0000
    31.3 @@ -5,6 +5,7 @@
    31.4  CATEGORY="x-window"
    31.5  SHORT_DESC="Xpaint module"
    31.6  MAINTAINER="pascal.bellard@slitaz.org"
    31.7 +LICENSE="MIT"
    31.8  WEB_SITE="http://sourceforge.net/projects/sf-xpaint/"
    31.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   31.10  WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL"
    32.1 --- a/libav-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    32.2 +++ b/libav-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    32.3 @@ -5,6 +5,7 @@
    32.4  CATEGORY="development"
    32.5  SHORT_DESC="Development files for libav"
    32.6  MAINTAINER="al.bobylev@gmail.com"
    32.7 +LICENSE="GPL2 GPL3 LGPL2.1 LGPL3"
    32.8  WEB_SITE="http://www.libav.org/"
    32.9  
   32.10  WANTED="libav"
    33.1 --- a/lighttpd-modules/receipt	Sat Oct 19 13:53:26 2013 +0000
    33.2 +++ b/lighttpd-modules/receipt	Sun Oct 20 22:08:25 2013 +0000
    33.3 @@ -5,7 +5,7 @@
    33.4  CATEGORY="network"
    33.5  SHORT_DESC="Complementary modules for LightTPD Web server."
    33.6  MAINTAINER="pankso@slitaz.org"
    33.7 -DEPENDS="lighttpd bzip2 zlib"
    33.8 +LICENSE="BSD"
    33.9  WANTED="lighttpd"
   33.10  WEB_SITE="http://www.lighttpd.net/"
   33.11  BASE_MODULES="
   33.12 @@ -20,6 +20,8 @@
   33.13  status
   33.14  userdir"
   33.15  
   33.16 +DEPENDS="lighttpd bzip2 zlib"
   33.17 +
   33.18  # Rules to gen a SliTaz package suitable for Tazpkg.
   33.19  # On SliTaz Lighttpd runs as user/group : www/www or 80/80.
   33.20  genpkg_rules()
    34.1 --- a/lighttpd-ssl/receipt	Sat Oct 19 13:53:26 2013 +0000
    34.2 +++ b/lighttpd-ssl/receipt	Sun Oct 20 22:08:25 2013 +0000
    34.3 @@ -5,8 +5,7 @@
    34.4  CATEGORY="network"
    34.5  SHORT_DESC="Fast and light HTTP Web server with SSL support."
    34.6  MAINTAINER="pankso@slitaz.org"
    34.7 -DEPENDS="pcre openssl"
    34.8 -BUILD_DEPENDS="pcre-dev bzip2-dev openssl-dev"
    34.9 +LICENSE="BSD"
   34.10  SUGGESTED="lighttpd-modules php perl python"
   34.11  SOURCE="lighttpd"
   34.12  TARBALL="$SOURCE-$VERSION.tar.gz"
   34.13 @@ -26,6 +25,9 @@
   34.14  status
   34.15  userdir"
   34.16  
   34.17 +DEPENDS="pcre openssl"
   34.18 +BUILD_DEPENDS="pcre-dev bzip2-dev openssl-dev"
   34.19 +
   34.20  # Rules to configure and make the package.
   34.21  compile_rules()
   34.22  {
    35.1 --- a/lighttpd/receipt	Sat Oct 19 13:53:26 2013 +0000
    35.2 +++ b/lighttpd/receipt	Sun Oct 20 22:08:25 2013 +0000
    35.3 @@ -5,8 +5,7 @@
    35.4  CATEGORY="network"
    35.5  SHORT_DESC="Fast and light HTTP Web server."
    35.6  MAINTAINER="pankso@slitaz.org"
    35.7 -DEPENDS="pcre"
    35.8 -BUILD_DEPENDS="pcre-dev bzip2-dev"
    35.9 +LICENSE="BSD"
   35.10  SUGGESTED="lighttpd-modules php perl python"
   35.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
   35.12  WEB_SITE="http://www.lighttpd.net/"
   35.13 @@ -24,6 +23,9 @@
   35.14  status
   35.15  userdir"
   35.16  
   35.17 +DEPENDS="pcre"
   35.18 +BUILD_DEPENDS="pcre-dev bzip2-dev"
   35.19 +
   35.20  # Rules to configure and make the package.
   35.21  compile_rules()
   35.22  {
    36.1 --- a/lilo/receipt	Sat Oct 19 13:53:26 2013 +0000
    36.2 +++ b/lilo/receipt	Sun Oct 20 22:08:25 2013 +0000
    36.3 @@ -5,9 +5,11 @@
    36.4  CATEGORY="system-tools"
    36.5  SHORT_DESC="LInux boot LOader."
    36.6  MAINTAINER="pascal.bellard@slitaz.org"
    36.7 +LICENSE="BSD"
    36.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    36.9  WEB_SITE="https://alioth.debian.org/projects/lilo/"
   36.10  WGET_URL="http://lilo.alioth.debian.org/ftp/sources/$TARBALL"
   36.11 +
   36.12  BUILD_DEPENDS="dev86 libdevmapper"
   36.13  DEPENDS="libdevmapper"
   36.14  
   36.15 @@ -23,6 +25,6 @@
   36.16  # Rules to gen a SliTaz package suitable for Tazpkg.
   36.17  genpkg_rules()
   36.18  {
   36.19 -	cp -a $_pkg/sbin $fs
   36.20 +	cp -a $install/sbin $fs
   36.21  }
   36.22  
    37.1 --- a/lilv/receipt	Sat Oct 19 13:53:26 2013 +0000
    37.2 +++ b/lilv/receipt	Sun Oct 20 22:08:25 2013 +0000
    37.3 @@ -5,6 +5,7 @@
    37.4  CATEGORY="development"
    37.5  SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications."
    37.6  MAINTAINER="pascal.bellard@slitaz.org"
    37.7 +LICENSE="MIT"
    37.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    37.9  WEB_SITE="http://drobilla.net/software/lilv/"
   37.10  WGET_URL="http://download.drobilla.net/$TARBALL"
    38.1 --- a/lingot/receipt	Sat Oct 19 13:53:26 2013 +0000
    38.2 +++ b/lingot/receipt	Sun Oct 20 22:08:25 2013 +0000
    38.3 @@ -5,12 +5,14 @@
    38.4  CATEGORY="multimedia"
    38.5  SHORT_DESC="Musical instrument tuner"
    38.6  MAINTAINER="pankso@slitaz.org"
    38.7 +LICENSE="GPL2"
    38.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    38.9 +WEB_SITE="http://www.nongnu.org/lingot/"
   38.10 +WGET_URL="http://download.savannah.gnu.org/releases/lingot/$TARBALL"
   38.11 +
   38.12  DEPENDS="gtk+ alsa-lib jack-audio-connection-kit libglade"
   38.13  BUILD_DEPENDS="gtk+-dev alsa-lib-dev jack-audio-connection-kit-dev \
   38.14  libglade-dev intltool"
   38.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   38.16 -WEB_SITE="http://www.nongnu.org/lingot/"
   38.17 -WGET_URL="http://download.savannah.gnu.org/releases/lingot/$TARBALL"
   38.18  
   38.19  # Rules to configure and make the package.
   38.20  compile_rules()
   38.21 @@ -26,6 +28,6 @@
   38.22  {
   38.23  	mkdir -p $fs/usr/share/applications
   38.24  	cp -a $stuff/lingot.desktop $fs/usr/share/applications
   38.25 -	cp -a $_pkg/usr/bin $fs/usr
   38.26 -	cp -a $_pkg/usr/share/lingot $fs/usr/share
   38.27 +	cp -a $install/usr/bin $fs/usr
   38.28 +	cp -a $install/usr/share/lingot $fs/usr/share
   38.29  }
    39.1 --- a/linld/receipt	Sat Oct 19 13:53:26 2013 +0000
    39.2 +++ b/linld/receipt	Sun Oct 20 22:08:25 2013 +0000
    39.3 @@ -5,6 +5,7 @@
    39.4  CATEGORY="system-tools"
    39.5  SHORT_DESC="Boot loader for DOS/Win9x."
    39.6  MAINTAINER="pascal.bellard@slitaz.org"
    39.7 +LICENSE="GPL"
    39.8  TARBALL="${PACKAGE}$(echo $VERSION | sed 's/[^0-9]//')devel.tar.bz2"
    39.9  BASE_SITE="http://busybox.net/~vda/$PACKAGE"
   39.10  WEB_SITE="$BASE_SITE/README.txt"
    40.1 --- a/listpatron/receipt	Sat Oct 19 13:53:26 2013 +0000
    40.2 +++ b/listpatron/receipt	Sun Oct 20 22:08:25 2013 +0000
    40.3 @@ -5,12 +5,14 @@
    40.4  CATEGORY="office"
    40.5  SHORT_DESC="GTK+2 application for maintaining lists of information.."
    40.6  MAINTAINER="pankso@slitaz.org"
    40.7 -DEPENDS="gtk+ xorg-libXdamage"
    40.8 -BUILD_DEPENDS="gtk+-dev"
    40.9 +LICENSE="GPL2"
   40.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   40.11  WEB_SITE="http://www.electricmonk.nl/Programmings/ListPatron"
   40.12  WGET_URL="http://projects.electricmonk.nl/projects/$PACKAGE/$TARBALL"
   40.13  
   40.14 +DEPENDS="gtk+ xorg-libXdamage"
   40.15 +BUILD_DEPENDS="gtk+-dev"
   40.16 +
   40.17  # Rules to configure and make the package.
   40.18  compile_rules()
   40.19  {
   40.20 @@ -20,7 +22,7 @@
   40.21  		--libexecdir=/usr/lib/$PACKAGE \
   40.22  		$CONFIGURE_ARGS &&
   40.23  	make &&
   40.24 -	make DESTDIR=$PWD/_pkg install
   40.25 +	make DESTDIR=$DESTDIR install
   40.26  }
   40.27  
   40.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   40.29 @@ -28,9 +30,9 @@
   40.30  {
   40.31      mkdir -p $fs/usr/share/applications
   40.32      cp -a $stuff/listpatron.desktop $fs/usr/share/applications
   40.33 -    cp -a $_pkg/usr/bin $fs/usr
   40.34 -    cp -a $_pkg/usr/share/pixmaps $fs/usr/share
   40.35 -    cp -a $_pkg/usr/share/xml $fs/usr/share
   40.36 +    cp -a $install/usr/bin $fs/usr
   40.37 +    cp -a $install/usr/share/pixmaps $fs/usr/share
   40.38 +    cp -a $install/usr/share/xml $fs/usr/share
   40.39      cd $fs/usr/share/pixmaps
   40.40      ln -s listpatron/icons/listpatron-col-add.png listpatron.png
   40.41  }
    41.1 --- a/llvm/receipt	Sat Oct 19 13:53:26 2013 +0000
    41.2 +++ b/llvm/receipt	Sun Oct 20 22:08:25 2013 +0000
    41.3 @@ -5,6 +5,7 @@
    41.4  CATEGORY="development"
    41.5  SHORT_DESC="Modular compiler toolchain collection."
    41.6  MAINTAINER="pascal.bellard@slitaz.org"
    41.7 +LICENSE="MIT"
    41.8  WEB_SITE="http://llvm.org/"
    41.9  TARBALL="$PACKAGE-$VERSION.src.tar.gz"
   41.10  WGET_URL="${WEB_SITE}releases/$VERSION/$TARBALL"
    42.1 --- a/lockdis/receipt	Sat Oct 19 13:53:26 2013 +0000
    42.2 +++ b/lockdis/receipt	Sun Oct 20 22:08:25 2013 +0000
    42.3 @@ -5,11 +5,13 @@
    42.4  CATEGORY="x-window"
    42.5  SHORT_DESC="Simple screen locker."
    42.6  MAINTAINER="pankso@slitaz.org"
    42.7 -DEPENDS="xorg-libX11 xorg-libXau xorg-libXpm xorg-libXdmcp"
    42.8 +LICENSE="GPL3"
    42.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   42.10  WEB_SITE="http://lockdis.sourceforge.net/"
   42.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   42.12  
   42.13 +DEPENDS="xorg-libX11 xorg-libXau xorg-libXpm xorg-libXdmcp"
   42.14 +
   42.15  # Rules to configure and make the package.
   42.16  compile_rules()
   42.17  {
   42.18 @@ -19,13 +21,13 @@
   42.19  		--infodir=/usr/share/info \
   42.20  		--mandir=/usr/share/man \
   42.21  		$CONFIGURE_ARGS &&
   42.22 -	make && make DESTDIR=$PWD/_pkg install
   42.23 +	make && make DESTDIR=$DESTDIR install
   42.24  }
   42.25  
   42.26  # Rules to gen a SliTaz package suitable for Tazpkg.
   42.27  genpkg_rules()
   42.28  {
   42.29  	mkdir -p $fs/usr
   42.30 -	cp -a $_pkg/usr/bin $fs/usr
   42.31 +	cp -a $install/usr/bin $fs/usr
   42.32  }
   42.33  
    43.1 --- a/lorcon-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    43.2 +++ b/lorcon-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    43.3 @@ -5,15 +5,17 @@
    43.4  CATEGORY="development"
    43.5  SHORT_DESC="devel files for lorcon"
    43.6  MAINTAINER="slaxemulator@gmail.com"
    43.7 -DEPENDS="lorcon"
    43.8 +LICENSE="GPL2"
    43.9  WEB_SITE="http://802.11ninja.net/lorcon/"
   43.10  WANTED="lorcon"
   43.11  
   43.12 +DEPENDS="lorcon"
   43.13 +
   43.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   43.15  genpkg_rules()
   43.16  {
   43.17  	mkdir -p $fs/usr/lib
   43.18 -	cp -a $_pkg/usr/include $fs/usr
   43.19 -	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
   43.20 +	cp -a $install/usr/include $fs/usr
   43.21 +	cp -a $install/usr/lib/*.a $fs/usr/lib
   43.22  }
   43.23  
    44.1 --- a/lorcon/receipt	Sat Oct 19 13:53:26 2013 +0000
    44.2 +++ b/lorcon/receipt	Sun Oct 20 22:08:25 2013 +0000
    44.3 @@ -5,6 +5,7 @@
    44.4  CATEGORY="network"
    44.5  SHORT_DESC="A generic library for injecting 802.11 frames, capable of injection via multiple driver frameworks, without forcing modification of the application code."
    44.6  MAINTAINER="slaxemulator@gmail.com"
    44.7 +LICENSE="GPL2"
    44.8  WEB_SITE="http://802.11ninja.net/lorcon/"
    44.9  WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/trunk"
   44.10  BRANCH="$VERSION"
    45.1 --- a/lsdvd/receipt	Sat Oct 19 13:53:26 2013 +0000
    45.2 +++ b/lsdvd/receipt	Sun Oct 20 22:08:25 2013 +0000
    45.3 @@ -5,12 +5,14 @@
    45.4  CATEGORY="system-tools"
    45.5  SHORT_DESC="A console application that displays the content of a DVD."
    45.6  MAINTAINER="erjo@slitaz.org"
    45.7 -DEPENDS="libdvdread"
    45.8 -BUILD_DEPENDS="libdvdread-dev"
    45.9 +LICENSE="GPL2"
   45.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   45.11  WEB_SITE="http://untrepid.com/acidrip/lsdvd.html"
   45.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   45.13  
   45.14 +DEPENDS="libdvdread"
   45.15 +BUILD_DEPENDS="libdvdread-dev"
   45.16 +
   45.17  # Rules to configure and make the package.
   45.18  compile_rules()
   45.19  {
   45.20 @@ -26,6 +28,6 @@
   45.21  genpkg_rules()
   45.22  {
   45.23  	mkdir -p $fs/usr
   45.24 -	cp -a $_pkg/usr/bin $fs/usr
   45.25 +	cp -a $install/usr/bin $fs/usr
   45.26  }
   45.27  
    46.1 --- a/lshw/receipt	Sat Oct 19 13:53:26 2013 +0000
    46.2 +++ b/lshw/receipt	Sun Oct 20 22:08:25 2013 +0000
    46.3 @@ -5,11 +5,13 @@
    46.4  CATEGORY="system-tools"
    46.5  SHORT_DESC="Hardware Lister"
    46.6  MAINTAINER="erjo@slitaz.org"
    46.7 -DEPENDS="gcc-lib-base"
    46.8 +LICENSE="GPL2"
    46.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   46.10  WEB_SITE="http://ezix.org/project/wiki/HardwareLiSter"
   46.11  WGET_URL="http://ezix.org/software/files/$TARBALL"
   46.12  
   46.13 +DEPENDS="gcc-lib-base"
   46.14 +
   46.15  # Rules to configure and make the package.
   46.16  compile_rules()
   46.17  {
   46.18 @@ -19,14 +21,14 @@
   46.19  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
   46.20  		src/core/scsi.cc src/core/burner.cc
   46.21  	make &&
   46.22 -	make DESTDIR=$PWD/_pkg install
   46.23 +	make DESTDIR=$DESTDIR install
   46.24  }
   46.25  
   46.26  # Rules to gen a SliTaz package suitable for Tazpkg.
   46.27  genpkg_rules()
   46.28  {
   46.29  	mkdir -p $fs/usr/share
   46.30 -	cp -a $_pkg/usr/sbin $fs/usr
   46.31 -	cp -a $_pkg/usr/share/lshw $fs/usr/share
   46.32 +	cp -a $install/usr/sbin $fs/usr
   46.33 +	cp -a $install/usr/share/lshw $fs/usr/share
   46.34  }
   46.35  
    47.1 --- a/lsscsi/receipt	Sat Oct 19 13:53:26 2013 +0000
    47.2 +++ b/lsscsi/receipt	Sun Oct 20 22:08:25 2013 +0000
    47.3 @@ -5,6 +5,7 @@
    47.4  CATEGORY="system-tools"
    47.5  SHORT_DESC="Lists information about SCSI devices."
    47.6  MAINTAINER="erjo@slitaz.org"
    47.7 +LICENSE="GPL2"
    47.8  TARBALL="$PACKAGE-$VERSION.tgz"
    47.9  WEB_SITE="http://sg.danny.cz/scsi/lsscsi.html"
   47.10  WGET_URL="http://sg.danny.cz/scsi/$TARBALL"
    48.1 --- a/lua-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    48.2 +++ b/lua-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    48.3 @@ -6,6 +6,7 @@
    48.4  SHORT_DESC="Lua devel files."
    48.5  WANTED="lua"
    48.6  MAINTAINER="pankso@slitaz.org"
    48.7 +LICENSE="MIT"
    48.8  WEB_SITE="http://www.lua.org/"
    48.9  
   48.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    49.1 --- a/lua/receipt	Sat Oct 19 13:53:26 2013 +0000
    49.2 +++ b/lua/receipt	Sun Oct 20 22:08:25 2013 +0000
    49.3 @@ -4,13 +4,15 @@
    49.4  VERSION="5.2.1"
    49.5  CATEGORY="development"
    49.6  SHORT_DESC="Powerful, fast, light-weight, embeddable scripting language."
    49.7 -DEPENDS="readline ncurses"
    49.8 -BUILD_DEPENDS="readline-dev"
    49.9  MAINTAINER="pankso@slitaz.org"
   49.10 +LICENSE="MIT"
   49.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
   49.12  WEB_SITE="http://www.lua.org/"
   49.13  WGET_URL="http://www.lua.org/ftp/$TARBALL"
   49.14  
   49.15 +DEPENDS="readline ncurses"
   49.16 +BUILD_DEPENDS="readline-dev"
   49.17 +
   49.18  # Rules to configure and make the package.
   49.19  compile_rules()
   49.20  {
    50.1 --- a/lua5.1-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    50.2 +++ b/lua5.1-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    50.3 @@ -6,6 +6,7 @@
    50.4  SHORT_DESC="Lua devel files."
    50.5  WANTED="lua5.1"
    50.6  MAINTAINER="pankso@slitaz.org"
    50.7 +LICENSE="MIT"
    50.8  WEB_SITE="http://www.lua.org/"
    50.9  
   50.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    51.1 --- a/lua5.1/receipt	Sat Oct 19 13:53:26 2013 +0000
    51.2 +++ b/lua5.1/receipt	Sun Oct 20 22:08:25 2013 +0000
    51.3 @@ -5,13 +5,15 @@
    51.4  SOURCE="lua"
    51.5  CATEGORY="development"
    51.6  SHORT_DESC="Powerful, fast, light-weight, embeddable scripting language."
    51.7 -DEPENDS="readline ncurses"
    51.8 -BUILD_DEPENDS="readline-dev"
    51.9  MAINTAINER="pankso@slitaz.org"
   51.10 +LICENSE="MIT"
   51.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   51.12  WEB_SITE="http://www.lua.org/"
   51.13  WGET_URL="http://www.lua.org/ftp/$TARBALL"
   51.14  
   51.15 +DEPENDS="readline ncurses"
   51.16 +BUILD_DEPENDS="readline-dev"
   51.17 +
   51.18  # Rules to configure and make the package.
   51.19  compile_rules()
   51.20  {
    52.1 --- a/lv2/receipt	Sat Oct 19 13:53:26 2013 +0000
    52.2 +++ b/lv2/receipt	Sun Oct 20 22:08:25 2013 +0000
    52.3 @@ -5,6 +5,7 @@
    52.4  CATEGORY="development"
    52.5  SHORT_DESC="Portable plugin standard for audio systems."
    52.6  MAINTAINER="pascal.bellard@slitaz.org"
    52.7 +LICENSE="MIT"
    52.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    52.9  WEB_SITE="http://lv2plug.in/trac/"
   52.10  WGET_URL="http://lv2plug.in/spec/$TARBALL"
    53.1 --- a/lxde/receipt	Sat Oct 19 13:53:26 2013 +0000
    53.2 +++ b/lxde/receipt	Sun Oct 20 22:08:25 2013 +0000
    53.3 @@ -5,6 +5,7 @@
    53.4  CATEGORY="meta"
    53.5  SHORT_DESC="LXDE desktop environement meta package with SliTaz integration."
    53.6  MAINTAINER="pankso@slitaz.org"
    53.7 +LICENSE="GPL2"
    53.8  WEB_SITE="http://lxde.org/"
    53.9  TAGS="wm desktop"
   53.10  SUGGESTED="lxterminal lxdm pcmanfm"
    54.1 --- a/lxmenu-data/receipt	Sat Oct 19 13:53:26 2013 +0000
    54.2 +++ b/lxmenu-data/receipt	Sun Oct 20 22:08:25 2013 +0000
    54.3 @@ -5,12 +5,14 @@
    54.4  CATEGORY="x-window"
    54.5  SHORT_DESC="Freedesktop.org menu-spec-compliant desktop menus for LXDE."
    54.6  MAINTAINER="rcx@zoominternet.net"
    54.7 -BUILD_DEPENDS="gettext intltool"
    54.8 +LICENSE="GPL2"
    54.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   54.10  WEB_SITE="http://www.lxde.org/"
   54.11  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
   54.12  CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
   54.13  
   54.14 +BUILD_DEPENDS="gettext intltool"
   54.15 +
   54.16  # Rules to configure and make the package.
   54.17  compile_rules()
   54.18  {
   54.19 @@ -20,13 +22,13 @@
   54.20  		--sysconfdir=/etc \
   54.21  		$CONFIGURE_ARGS &&
   54.22  	make &&
   54.23 -	make DESTDIR=$PWD/_pkg install
   54.24 +	make DESTDIR=$DESTDIR install
   54.25  }
   54.26  
   54.27  # Rules to gen a SliTaz package suitable for Tazpkg.
   54.28  genpkg_rules()
   54.29  {
   54.30  	mkdir -p $fs
   54.31 -	cp -a $_pkg/usr $fs
   54.32 -	cp -a $_pkg/etc $fs
   54.33 +	cp -a $install/usr $fs
   54.34 +	cp -a $install/etc $fs
   54.35  }
    55.1 --- a/lxterminal-locales/receipt	Sat Oct 19 13:53:26 2013 +0000
    55.2 +++ b/lxterminal-locales/receipt	Sun Oct 20 22:08:25 2013 +0000
    55.3 @@ -5,16 +5,18 @@
    55.4  CATEGORY="utilities"
    55.5  SHORT_DESC="LXDE X Terminal emulator locales."
    55.6  MAINTAINER="gokhlayeh@slitaz.org"
    55.7 -DEPENDS="lxterminal"
    55.8 +LICENSE="GPL2"
    55.9  WANTED="lxterminal"
   55.10  WEB_SITE="http://lxde.org"
   55.11  
   55.12 +DEPENDS="lxterminal"
   55.13 +
   55.14  # Rules to configure and make the package.
   55.15  
   55.16  # Rules to gen a SliTaz package suitable for Tazpkg.
   55.17  genpkg_rules()
   55.18  {
   55.19  	mkdir -p $fs/usr/share
   55.20 -	cp -a $_pkg/usr/share/locale $fs/usr/share
   55.21 +	cp -a $install/usr/share/locale $fs/usr/share
   55.22  }
   55.23  
    56.1 --- a/lxterminal/receipt	Sat Oct 19 13:53:26 2013 +0000
    56.2 +++ b/lxterminal/receipt	Sun Oct 20 22:08:25 2013 +0000
    56.3 @@ -6,13 +6,15 @@
    56.4  CATEGORY="utilities"
    56.5  SHORT_DESC="LXDE X Terminal emulator."
    56.6  MAINTAINER="gokhlayeh@slitaz.org"
    56.7 -DEPENDS="vte gtk+"
    56.8 -BUILD_DEPENDS="intltool vte-dev vte-terminal gtk+-dev"
    56.9 +LICENSE="GPL2"
   56.10  SUGGESTED="lxterminal-locales"
   56.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
   56.12  WEB_SITE="http://lxde.org"
   56.13  WGET_URL="http://downloads.sourceforge.net/project/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20$VERSION/$TARBALL"
   56.14  
   56.15 +DEPENDS="vte gtk+"
   56.16 +BUILD_DEPENDS="intltool vte-dev vte-terminal gtk+-dev"
   56.17 +
   56.18  # Rules to configure and make the package.
   56.19  compile_rules()
   56.20  {
   56.21 @@ -22,15 +24,15 @@
   56.22  		--infodir=/usr/share/info \
   56.23  		--mandir=/usr/share/man \
   56.24  		$CONFIGURE_ARGS &&
   56.25 -	make && make DESTDIR=$PWD/_pkg install
   56.26 +	make && make DESTDIR=$DESTDIR install
   56.27  }
   56.28  
   56.29  # Rules to gen a SliTaz package suitable for Tazpkg.
   56.30  genpkg_rules()
   56.31  {
   56.32  	mkdir -p $fs/usr
   56.33 -	cp -a $_pkg/usr/bin $fs/usr
   56.34 -	cp -a $_pkg/usr/share $fs/usr
   56.35 +	cp -a $install/usr/bin $fs/usr
   56.36 +	cp -a $install/usr/share $fs/usr
   56.37  
   56.38  	# Remove man & locales
   56.39  	rm -rf $fs/usr/share/man
    57.1 --- a/lzlib-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    57.2 +++ b/lzlib-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    57.3 @@ -5,6 +5,7 @@
    57.4  CATEGORY="development"
    57.5  SHORT_DESC="Compressor with a high compression ratio devel files."
    57.6  MAINTAINER="pascal.bellard@slitaz.org"
    57.7 +LICENSE="LGPL2.1"
    57.8  WEB_SITE="http://sourceforge.net/projects/sevenzip/"
    57.9  WANTED="lzma"
   57.10  
    58.1 --- a/lzlib/receipt	Sat Oct 19 13:53:26 2013 +0000
    58.2 +++ b/lzlib/receipt	Sun Oct 20 22:08:25 2013 +0000
    58.3 @@ -5,6 +5,7 @@
    58.4  CATEGORY="base-system"
    58.5  SHORT_DESC="Compressor with a high compression ratio library."
    58.6  MAINTAINER="pascal.bellard@slitaz.org"
    58.7 +LICENSE="LGPL2.1"
    58.8  WEB_SITE="http://sourceforge.net/projects/sevenzip/"
    58.9  DEPENDS="zlib gcc-lib-base"
   58.10  WANTED="lzma"
    59.1 --- a/lzma/receipt	Sat Oct 19 13:53:26 2013 +0000
    59.2 +++ b/lzma/receipt	Sun Oct 20 22:08:25 2013 +0000
    59.3 @@ -5,11 +5,13 @@
    59.4  CATEGORY="base-system"
    59.5  SHORT_DESC="Compressor with a high compression ratio."
    59.6  MAINTAINER="pascal.bellard@slitaz.org"
    59.7 +LICENSE="LGPL2.1"
    59.8  TARBALL="lzma$(echo $VERSION | sed 's/\.//').tar.bz2"
    59.9  WEB_SITE="http://sourceforge.net/projects/sevenzip/"
   59.10  WGET_URL="$SF_MIRROR/sevenzip/$TARBALL"
   59.11 +TAGS="compression archive"
   59.12 +
   59.13  DEPENDS="lzlib zlib gcc-lib-base"
   59.14 -TAGS="compression archive"
   59.15  
   59.16  # Rules to compile & install the temporary toolchain.
   59.17  cook_tmp_toolchain()
    60.1 --- a/lzo-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    60.2 +++ b/lzo-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    60.3 @@ -5,15 +5,17 @@
    60.4  CATEGORY="development"
    60.5  SHORT_DESC="Data compression development library."
    60.6  MAINTAINER="erjo@slitaz.org"
    60.7 -DEPENDS="lzo"
    60.8 +LICENSE="GPL2"
    60.9  WANTED="lzo"
   60.10  WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/"
   60.11  
   60.12 +DEPENDS="lzo"
   60.13 +
   60.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   60.15  genpkg_rules()
   60.16  {
   60.17  	mkdir -p $fs/usr/lib 
   60.18 -	cp -a $_pkg/usr/include $fs/usr
   60.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   60.20 +	cp -a $install/usr/include $fs/usr
   60.21 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   60.22  }
   60.23  
    61.1 --- a/lzo/receipt	Sat Oct 19 13:53:26 2013 +0000
    61.2 +++ b/lzo/receipt	Sun Oct 20 22:08:25 2013 +0000
    61.3 @@ -5,6 +5,7 @@
    61.4  CATEGORY="system-tools"
    61.5  SHORT_DESC="Data compression library"
    61.6  MAINTAINER="erjo@slitaz.org"
    61.7 +LICENSE="GPL2"
    61.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    61.9  WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/"
   61.10  WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL"
   61.11 @@ -22,6 +23,6 @@
   61.12  genpkg_rules()
   61.13  {
   61.14  	mkdir -p $fs/usr/lib 
   61.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   61.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   61.17  }
   61.18  
    62.1 --- a/p11-kit-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    62.2 +++ b/p11-kit-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    62.3 @@ -5,9 +5,11 @@
    62.4  CATEGORY="development"
    62.5  SHORT_DESC="development"
    62.6  MAINTAINER="slaxemulator@gmail.com"
    62.7 +LICENSE="BSD"
    62.8  WEB_SITE="http://p11-glue.freedesktop.org"
    62.9 +WANTED="p11-kit"
   62.10 +
   62.11  DEPENDS="p11-kit"
   62.12 -WANTED="p11-kit"
   62.13  
   62.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   62.15  genpkg_rules()
    63.1 --- a/p4wn/receipt	Sat Oct 19 13:53:26 2013 +0000
    63.2 +++ b/p4wn/receipt	Sun Oct 20 22:08:25 2013 +0000
    63.3 @@ -5,6 +5,7 @@
    63.4  CATEGORY="games"
    63.5  SHORT_DESC="Chess game in javascript"
    63.6  MAINTAINER="pascal.bellard@slitaz.org"
    63.7 +LICENSE="PublicDomain"
    63.8  WEB_SITE="http://p4wn.sourceforge.net/"
    63.9  TARBALL="sven_vehars_fancy_version.zip"
   63.10  WGET_URL="$WEB_SITE/downloads/$TARBALL"
    64.1 --- a/passenger/receipt	Sat Oct 19 13:53:26 2013 +0000
    64.2 +++ b/passenger/receipt	Sun Oct 20 22:08:25 2013 +0000
    64.3 @@ -5,13 +5,15 @@
    64.4  CATEGORY="network"
    64.5  SHORT_DESC="Rails and Rack support for Apache2."
    64.6  MAINTAINER="erjo@slitaz.org"
    64.7 -DEPENDS="ruby rake libev libcurl fastthread daemon_controller spruz file-tail rack apache"
    64.8 -BUILD_DEPENDS="$DEPENDS ruby-dev curl-dev libev-dev apr-dev apr-util-dev apache-dev"
    64.9 +LICENSE="MIT"
   64.10  TARBALL="$PACKAGE-$VERSION.gem"
   64.11  WEB_SITE="http://rubygems.org/gems/passenger"
   64.12  WGET_URL="http://rubygems.org/downloads/$TARBALL"
   64.13  COOK_OPT="!repack_src !unpack"
   64.14  
   64.15 +DEPENDS="ruby rake libev libcurl fastthread daemon_controller spruz file-tail rack apache"
   64.16 +BUILD_DEPENDS="$DEPENDS ruby-dev curl-dev libev-dev apr-dev apr-util-dev apache-dev"
   64.17 +
   64.18  # Rules to configure and make the package.
   64.19  compile_rules()
   64.20  {
    65.1 --- a/portmap/receipt	Sat Oct 19 13:53:26 2013 +0000
    65.2 +++ b/portmap/receipt	Sun Oct 20 22:08:25 2013 +0000
    65.3 @@ -5,12 +5,13 @@
    65.4  CATEGORY="network"
    65.5  SHORT_DESC="RPC portmapper"
    65.6  MAINTAINER="erjo@slitaz.org"
    65.7 -DEPENDS="libwrap"
    65.8 -BUILD_DEPENDS="libwrap-dev"
    65.9 +LICENSE="BSD"
   65.10  TARBALL="${PACKAGE}-${VERSION}.tgz"
   65.11  WEB_SITE="http://neil.brown.name/portmap/"
   65.12  WGET_URL="http://neil.brown.name/portmap/$TARBALL"
   65.13  
   65.14 +DEPENDS="libwrap"
   65.15 +BUILD_DEPENDS="libwrap-dev"
   65.16  
   65.17  # rules to configure and make the package.
   65.18  compile_rules()
    66.1 --- a/portmidi/receipt	Sat Oct 19 13:53:26 2013 +0000
    66.2 +++ b/portmidi/receipt	Sun Oct 20 22:08:25 2013 +0000
    66.3 @@ -5,12 +5,14 @@
    66.4  CATEGORY="multimedia"
    66.5  SHORT_DESC="Platform Independent Library for MIDI I/O"
    66.6  MAINTAINER="slaxemulator@gmail.com"
    66.7 -DEPENDS="alsa-lib"
    66.8 -BUILD_DEPENDS="alsa-lib-dev cmake"
    66.9 +LICENSE="MIT"
   66.10  TARBALL="$PACKAGE-src-$VERSION.zip"
   66.11  WEB_SITE="http://portmedia.sourceforge.net/portmidi/"
   66.12  WGET_URL="$SF_MIRROR/portmedia/$PACKAGE/$VERSION/$TARBALL"
   66.13  
   66.14 +DEPENDS="alsa-lib"
   66.15 +BUILD_DEPENDS="alsa-lib-dev cmake"
   66.16 +
   66.17  # Rules to configure and make the package.
   66.18  compile_rules()
   66.19  {
   66.20 @@ -32,13 +34,13 @@
   66.21  	-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=Release \
   66.22  	-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=Release
   66.23  
   66.24 -	make && make DESTDIR=$PWD/_pkg install
   66.25 +	make && make DESTDIR=$DESTDIR install
   66.26  }
   66.27  
   66.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   66.29  genpkg_rules()
   66.30  {
   66.31  	mkdir -p $fs/usr
   66.32 -	cp -a $_pkg/usr/* $fs/usr
   66.33 +	cp -a $install/usr/* $fs/usr
   66.34  }
   66.35  
    67.1 --- a/pycrypto/receipt	Sat Oct 19 13:53:26 2013 +0000
    67.2 +++ b/pycrypto/receipt	Sun Oct 20 22:08:25 2013 +0000
    67.3 @@ -5,9 +5,11 @@
    67.4  CATEGORY="development"
    67.5  SHORT_DESC="Cryptographic algorithms and protocols for python."
    67.6  MAINTAINER="pascal.bellard@slitaz.org"
    67.7 +LICENSE="PublicDomain"
    67.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    67.9  WEB_SITE="http://www.amk.ca/python/code/crypto"
   67.10  WGET_URL="http://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL"
   67.11 +
   67.12  DEPENDS="python gmp"
   67.13  BUILD_DEPENDS="python-dev gmp-dev"
   67.14  
   67.15 @@ -22,6 +24,6 @@
   67.16  # Rules to gen a SliTaz package suitable for Tazpkg.
   67.17  genpkg_rules()
   67.18  {
   67.19 -	cp -a $_pkg/usr $fs
   67.20 +	cp -a $install/usr $fs
   67.21  }
   67.22  
    68.1 --- a/python-couchdbkit/receipt	Sat Oct 19 13:53:26 2013 +0000
    68.2 +++ b/python-couchdbkit/receipt	Sun Oct 20 22:08:25 2013 +0000
    68.3 @@ -6,6 +6,7 @@
    68.4  CATEGORY="development"
    68.5  SHORT_DESC="A framework for python applications to access and manage CouchDB"
    68.6  MAINTAINER="claudinei@slitaz.org"
    68.7 +LICENSE="MIT"
    68.8  TARBALL="$SOURCE-$VERSION.zip"
    68.9  WEB_SITE="http://www.couchdbkit.org"
   68.10  WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip"
    69.1 --- a/python-cython/receipt	Sat Oct 19 13:53:26 2013 +0000
    69.2 +++ b/python-cython/receipt	Sun Oct 20 22:08:25 2013 +0000
    69.3 @@ -5,10 +5,12 @@
    69.4  CATEGORY="development"
    69.5  SHORT_DESC="Language to write C extensions for Python."
    69.6  MAINTAINER="pankso@slitaz.org"
    69.7 +LICENSE="Apache"
    69.8  SOURCE="Cython"
    69.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   69.10  WEB_SITE="http://cython.org/"
   69.11  WGET_URL="http://cython.org/release/$TARBALL"
   69.12 +
   69.13  DEPENDS="python"
   69.14  BUILD_DEPENDS="$DEPENDS python-dev"
   69.15  
    70.1 --- a/python-docutils/receipt	Sat Oct 19 13:53:26 2013 +0000
    70.2 +++ b/python-docutils/receipt	Sun Oct 20 22:08:25 2013 +0000
    70.3 @@ -6,6 +6,7 @@
    70.4  CATEGORY="development"
    70.5  SHORT_DESC="Text processing system."
    70.6  MAINTAINER="claudinei@slitaz.org"
    70.7 +LICENSE="PublicDomain GPL3 BSD"
    70.8  TARBALL="$SOURCE-$VERSION.tar.gz"
    70.9  WEB_SITE="http://docutils.sourceforge.net"
   70.10  WGET_URL="http://switch.dl.sourceforge.net/project/$SOURCE/$SOURCE/$VERSION/$TARBALL"
    71.1 --- a/python-formalchemy/receipt	Sat Oct 19 13:53:26 2013 +0000
    71.2 +++ b/python-formalchemy/receipt	Sun Oct 20 22:08:25 2013 +0000
    71.3 @@ -6,12 +6,14 @@
    71.4  CATEGORY="development"
    71.5  SHORT_DESC="Auto-generated, customizable HTML output form fields from SQLAlchemy mapped classes."
    71.6  MAINTAINER="claudinei@slitaz.org"
    71.7 +LICENSE="MIT"
    71.8 +TARBALL="$SOURCE-$VERSION.tar.gz"
    71.9 +WEB_SITE="http://docs.formalchemy.org"
   71.10 +WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz"
   71.11 +
   71.12  DEPENDS="python python-sqlalchemy python-webhelpers python-markupsafe \
   71.13  python-tempita python-webob"
   71.14  BUILD_DEPENDS="python-dev setuptools wget"
   71.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
   71.16 -WEB_SITE="http://docs.formalchemy.org"
   71.17 -WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz"
   71.18  
   71.19  # Rules to configure and make the package.
   71.20  compile_rules()
    72.1 --- a/python-gdata/receipt	Sat Oct 19 13:53:26 2013 +0000
    72.2 +++ b/python-gdata/receipt	Sun Oct 20 22:08:25 2013 +0000
    72.3 @@ -6,6 +6,7 @@
    72.4  CATEGORY="development"
    72.5  SHORT_DESC="The Google Data APIs for Python."
    72.6  MAINTAINER="pascal.bellard@slitaz.org"
    72.7 +LICENSE="Apache"
    72.8  TARBALL="$SOURCE-$VERSION.tar.gz"
    72.9  WEB_SITE="http://http://code.google.com/p/gdata-python-client/"
   72.10  WGET_URL="http://gdata-python-client.googlecode.com/files/$TARBALL"
   72.11 @@ -25,5 +26,5 @@
   72.12  genpkg_rules()
   72.13  {
   72.14  	mkdir -p $fs
   72.15 -	cp -a $_pkg/usr $fs
   72.16 +	cp -a $install/usr $fs
   72.17  }
    73.1 --- a/python-html5lib/receipt	Sat Oct 19 13:53:26 2013 +0000
    73.2 +++ b/python-html5lib/receipt	Sun Oct 20 22:08:25 2013 +0000
    73.3 @@ -5,9 +5,11 @@
    73.4  CATEGORY="development"
    73.5  SHORT_DESC="Standarts-compliant library for parsing HTML documents in Python."
    73.6  MAINTAINER="claudinei@slitaz.org"
    73.7 +LICENSE="MIT"
    73.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    73.9  WEB_SITE="https://github.com/html5lib/html5lib-python"
   73.10  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
   73.11 +
   73.12  DEPENDS="python python-six"
   73.13  BUILD_DEPENDS="python-dev setuptools wget"
   73.14  
    74.1 --- a/python-http-parser/receipt	Sat Oct 19 13:53:26 2013 +0000
    74.2 +++ b/python-http-parser/receipt	Sun Oct 20 22:08:25 2013 +0000
    74.3 @@ -6,6 +6,7 @@
    74.4  CATEGORY="development"
    74.5  SHORT_DESC="HTTP request/response parser for python in C"
    74.6  MAINTAINER="claudinei@slitaz.org"
    74.7 +LICENSE="MIT"
    74.8  TARBALL="$SOURCE-$VERSION.zip"
    74.9  WEB_SITE="https://github.com/benoitc/http-parser/"
   74.10  WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip"
    75.1 --- a/python-httplib2/receipt	Sat Oct 19 13:53:26 2013 +0000
    75.2 +++ b/python-httplib2/receipt	Sun Oct 20 22:08:25 2013 +0000
    75.3 @@ -6,12 +6,14 @@
    75.4  CATEGORY="development"
    75.5  SHORT_DESC="A comprehensive HTTP client library for python"
    75.6  MAINTAINER="claudinei@slitaz.org"
    75.7 -DEPENDS="python"
    75.8 -BUILD_DEPENDS="python-dev"
    75.9 +LICENSE="MIT"
   75.10  TARBALL="$SOURCE-$VERSION.tar.gz"
   75.11  WEB_SITE="http://code.google.com/p/httplib2"
   75.12  WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
   75.13  
   75.14 +DEPENDS="python"
   75.15 +BUILD_DEPENDS="python-dev"
   75.16 +
   75.17  # Rules to configure and make the package.
   75.18  compile_rules()
   75.19  {
    76.1 --- a/python-ldap/receipt	Sat Oct 19 13:53:26 2013 +0000
    76.2 +++ b/python-ldap/receipt	Sun Oct 20 22:08:25 2013 +0000
    76.3 @@ -6,8 +6,10 @@
    76.4  SHORT_DESC="An object-oriented API to access LDAP directory servers."
    76.5  MAINTAINER="pascal.bellard@slitaz.org"
    76.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    76.7 +LICENSE="PSL"
    76.8  WEB_SITE="http://www.python-ldap.org/"
    76.9  WGET_URL="http://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL"
   76.10 +
   76.11  DEPENDS="openldap openssl cyrus-sasl python"
   76.12  BUILD_DEPENDS="openldap-dev openssl-dev cyrus-sasl-dev python-dev"
   76.13  
   76.14 @@ -16,13 +18,13 @@
   76.15  {
   76.16  	cd $src
   76.17  	python setup.py build
   76.18 -	python setup.py install --root=$PWD/_pkg
   76.19 +	python setup.py install --root=$DESTDIR
   76.20  }
   76.21  
   76.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   76.23  genpkg_rules()
   76.24  {
   76.25  	mkdir -p $fs/usr
   76.26 -	cp -a $_pkg/usr/lib $fs/usr
   76.27 +	cp -a $install/usr/lib $fs/usr
   76.28  }
   76.29  
    77.1 --- a/python-llfuse/receipt	Sat Oct 19 13:53:26 2013 +0000
    77.2 +++ b/python-llfuse/receipt	Sun Oct 20 22:08:25 2013 +0000
    77.3 @@ -6,6 +6,7 @@
    77.4  CATEGORY="development"
    77.5  SHORT_DESC="Python bindings for the low level FUSE API."
    77.6  MAINTAINER="pascal.bellard@slitaz.org"
    77.7 +LICENSE="LGPL2"
    77.8  TARBALL="$SOURCE-$VERSION.tar.bz2"
    77.9  WEB_SITE="http://code.google.com/p/$PACKAGE/"
   77.10  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    78.1 --- a/python-lxml/receipt	Sat Oct 19 13:53:26 2013 +0000
    78.2 +++ b/python-lxml/receipt	Sun Oct 20 22:08:25 2013 +0000
    78.3 @@ -5,10 +5,12 @@
    78.4  CATEGORY="development"
    78.5  SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.."
    78.6  MAINTAINER="pascal.bellard@slitaz.org"
    78.7 +LICENSE="BSD GPL PSF"
    78.8  SOURCE="lxml"
    78.9  TARBALL="$SOURCE-$VERSION.tgz"
   78.10  WEB_SITE="http://codespeak.net/lxml/"
   78.11  WGET_URL="${WEB_SITE}${TARBALL}"
   78.12 +
   78.13  DEPENDS="python libxml2 libxslt zlib"
   78.14  BUILD_DEPENDS="python libxml2 libxml2-dev libxslt libxslt-dev setuptools"
   78.15  
   78.16 @@ -16,12 +18,12 @@
   78.17  compile_rules()
   78.18  {
   78.19  	cd $src
   78.20 -	make && python setup.py install --root=$PWD/_pkg
   78.21 +	make && python setup.py install --root=$DESTDIR
   78.22  }
   78.23  
   78.24  # Rules to gen a SliTaz package suitable for Tazpkg.
   78.25  genpkg_rules()
   78.26  {
   78.27 -	cp -a $_pkg/usr $fs
   78.28 +	cp -a $install/usr $fs
   78.29  }
   78.30  
    79.1 --- a/python-magic/receipt	Sat Oct 19 13:53:26 2013 +0000
    79.2 +++ b/python-magic/receipt	Sun Oct 20 22:08:25 2013 +0000
    79.3 @@ -5,6 +5,7 @@
    79.4  CATEGORY="development"
    79.5  SHORT_DESC="Retrieve file type."
    79.6  MAINTAINER="pascal.bellard@slitaz.org"
    79.7 +LICENSE="BSD"
    79.8  WEB_SITE="http://www.darwinsys.com/file/"
    79.9  WANTED="file"
   79.10  
    80.1 --- a/python-mock/receipt	Sat Oct 19 13:53:26 2013 +0000
    80.2 +++ b/python-mock/receipt	Sun Oct 20 22:08:25 2013 +0000
    80.3 @@ -5,6 +5,7 @@
    80.4  CATEGORY="development"
    80.5  SHORT_DESC="A library for testing in Python."
    80.6  MAINTAINER="pascal.bellard@slitaz.org"
    80.7 +LICENSE="BSD"
    80.8  SOURCE="mock"
    80.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   80.10  WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION"
    81.1 --- a/python-mpd/receipt	Sat Oct 19 13:53:26 2013 +0000
    81.2 +++ b/python-mpd/receipt	Sun Oct 20 22:08:25 2013 +0000
    81.3 @@ -5,23 +5,24 @@
    81.4  CATEGORY="multimedia"
    81.5  SHORT_DESC="Python MPD client library"
    81.6  MAINTAINER="jozee@slitaz.org"
    81.7 -DEPENDS="python"
    81.8 -BUILD_DEPENDS="python-dev"
    81.9 +LICENSE="LGPL3"
   81.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   81.11  WEB_SITE="http://mpd.wikia.com/wiki/ClientLib:python-mpd"
   81.12  WGET_URL="http://pypi.python.org/packages/source/p/python-mpd/$TARBALL"
   81.13  
   81.14 +DEPENDS="python"
   81.15 +BUILD_DEPENDS="python-dev"
   81.16 +
   81.17  # Rules to configure and make the package.
   81.18  compile_rules()
   81.19  {
   81.20  	cd $src
   81.21 -	python setup.py install --prefix=/usr --root="$PWD/_pkg" 
   81.22 -	
   81.23 +	python setup.py install --prefix=/usr --root="$DESTDIR" 
   81.24  }
   81.25  
   81.26  # Rules to gen a SliTaz package suitable for Tazpkg.
   81.27  genpkg_rules()
   81.28  {
   81.29  	mkdir -p $fs/usr/lib
   81.30 -	cp -a $_pkg/usr/lib $fs/usr
   81.31 +	cp -a $install/usr/lib $fs/usr
   81.32  }
    82.1 --- a/python-mygpoclient/receipt	Sat Oct 19 13:53:26 2013 +0000
    82.2 +++ b/python-mygpoclient/receipt	Sun Oct 20 22:08:25 2013 +0000
    82.3 @@ -6,23 +6,25 @@
    82.4  CATEGORY="development"
    82.5  SHORT_DESC="Python interface to the gpodder.net web services."
    82.6  MAINTAINER="claudinei@slitaz.org"
    82.7 -DEPENDS="python python-simplejson"
    82.8 -BUILD_DEPENDS="python-dev"
    82.9 +LICENSE="GPL3"
   82.10  TARBALL="$SOURCE-$VERSION.tar.gz"
   82.11  WEB_SITE="http://thpinfo.com/2010/mygpoclient"
   82.12  WGET_URL="$WEB_SITE/$TARBALL"
   82.13  
   82.14 +DEPENDS="python python-simplejson"
   82.15 +BUILD_DEPENDS="python-dev"
   82.16 +
   82.17  # Rules to configure and make the package.
   82.18  compile_rules()
   82.19  {
   82.20  	cd $src
   82.21 -	python setup.py install --root=$PWD/_pkg
   82.22 +	python setup.py install --root=$DESTDIR
   82.23  }
   82.24  
   82.25  # Rules to gen a SliTaz package suitable for Tazpkg.
   82.26  genpkg_rules()
   82.27  {
   82.28  	mkdir -p $fs/usr
   82.29 -	cp -a $_pkg/usr/lib $fs/usr
   82.30 -	cp -a $_pkg/usr/bin $fs/usr	
   82.31 +	cp -a $install/usr/lib $fs/usr
   82.32 +	cp -a $install/usr/bin $fs/usr	
   82.33  }
    83.1 --- a/python-nose/receipt	Sat Oct 19 13:53:26 2013 +0000
    83.2 +++ b/python-nose/receipt	Sun Oct 20 22:08:25 2013 +0000
    83.3 @@ -5,25 +5,27 @@
    83.4  CATEGORY="development"
    83.5  SHORT_DESC="Unittest extension"
    83.6  MAINTAINER="taziden@slitaz.org"
    83.7 +LICENSE="LGPL2.1"
    83.8  SOURCE="nose"
    83.9 -DEPENDS="python"
   83.10 -BUILD_DEPENDS="python python-dev"
   83.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   83.12  WEB_SITE="http://pylonshq.com"
   83.13  WGET_URL="$WEB_SITE/download/1.0/$TARBALL"
   83.14  TAGS="python"
   83.15  
   83.16 +DEPENDS="python"
   83.17 +BUILD_DEPENDS="python python-dev"
   83.18 +
   83.19  # Rules to configure and make the package.
   83.20  compile_rules()
   83.21  {
   83.22  	cd $src
   83.23 -    python setup.py install --root=$PWD/_pkg
   83.24 +	python setup.py install --root=$DESTDIR
   83.25  }
   83.26  
   83.27  # Rules to gen a SliTaz package suitable for Tazpkg.
   83.28  genpkg_rules()
   83.29  {
   83.30  	mkdir -p $fs/usr
   83.31 -	cp -a $_pkg/usr/lib $fs/usr
   83.32 +	cp -a $install/usr/lib $fs/usr
   83.33  }
   83.34  
    84.1 --- a/python-openid/receipt	Sat Oct 19 13:53:26 2013 +0000
    84.2 +++ b/python-openid/receipt	Sun Oct 20 22:08:25 2013 +0000
    84.3 @@ -5,6 +5,7 @@
    84.4  CATEGORY="development"
    84.5  SHORT_DESC="OpenID libraries for Python."
    84.6  MAINTAINER="pascal.bellard@slitaz.org"
    84.7 +LICENSE="Apache"
    84.8  TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
    84.9  WEB_SITE="http://www.janrain.com/openid-enabled/"
   84.10  WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
   84.11 @@ -24,5 +25,5 @@
   84.12  genpkg_rules()
   84.13  {
   84.14  	mkdir -p $fs
   84.15 -	cp -a $_pkg/usr $fs
   84.16 +	cp -a $install/usr $fs
   84.17  }
    85.1 --- a/python-paste/receipt	Sat Oct 19 13:53:26 2013 +0000
    85.2 +++ b/python-paste/receipt	Sun Oct 20 22:08:25 2013 +0000
    85.3 @@ -5,23 +5,25 @@
    85.4  CATEGORY="development"
    85.5  SHORT_DESC="Tools for using a Web Server Gateway Interface stack."
    85.6  MAINTAINER="pankso@slitaz.org"
    85.7 +LICENSE="MIT"
    85.8  SOURCE="Paste"
    85.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   85.10  WEB_SITE="http://pythonpaste.org/"
   85.11  WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL"
   85.12 +TAGS="python"
   85.13 +
   85.14  DEPENDS="python"
   85.15  BUILD_DEPENDS="python python-dev setuptools"
   85.16 -TAGS="python"
   85.17  
   85.18  # Rules to configure and make the package.
   85.19  compile_rules()
   85.20  {
   85.21  	cd $src
   85.22 -	python setup.py install --root=$PWD/_pkg
   85.23 +	python setup.py install --root=$DESTDIR
   85.24  }
   85.25  
   85.26  # Rules to gen a SliTaz package suitable for Tazpkg.
   85.27  genpkg_rules()
   85.28  {
   85.29 -	cp -a $_pkg/usr $fs
   85.30 +	cp -a $install/usr $fs
   85.31  }
    86.1 --- a/python-phonenumbers/receipt	Sat Oct 19 13:53:26 2013 +0000
    86.2 +++ b/python-phonenumbers/receipt	Sun Oct 20 22:08:25 2013 +0000
    86.3 @@ -6,6 +6,7 @@
    86.4  CATEGORY="development"
    86.5  SHORT_DESC="common library for parsing, formatting, storing and validating international phone numbers."
    86.6  MAINTAINER="pascal.bellard@slitaz.org"
    86.7 +LICENSE="Apache"
    86.8  TARBALL="$SOURCE-$VERSION.tar.gz"
    86.9  WEB_SITE="https://github.com/daviddrysdale/python-phonenumbers"
   86.10  #https://pypi.python.org/pypi/phonenumbers
    87.1 --- a/python-pil/receipt	Sat Oct 19 13:53:26 2013 +0000
    87.2 +++ b/python-pil/receipt	Sun Oct 20 22:08:25 2013 +0000
    87.3 @@ -5,10 +5,12 @@
    87.4  CATEGORY="development"
    87.5  SHORT_DESC="Python Imaging Library."
    87.6  MAINTAINER="pascal.bellard@slitaz.org"
    87.7 +LICENSE="MIT"
    87.8  SOURCE="Imaging"
    87.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   87.10  WEB_SITE="http://www.pythonware.com/products/pil/"
   87.11  WGET_URL="http://effbot.org/downloads/$TARBALL"
   87.12 +
   87.13  DEPENDS="python jpeg zlib freetype tk"
   87.14  BUILD_DEPENDS="python python-dev jpeg-dev zlib-dev"
   87.15  
   87.16 @@ -17,14 +19,14 @@
   87.17  {
   87.18  	cd $src
   87.19  	python setup.py build &&
   87.20 -	python setup.py install --root=$PWD/_pkg
   87.21 +	python setup.py install --root=$DESTDIR
   87.22  }
   87.23  
   87.24  # Rules to gen a SliTaz package suitable for Tazpkg.
   87.25  genpkg_rules()
   87.26  {
   87.27  	mkdir -p $fs
   87.28 -	cp -a $_pkg/usr $fs
   87.29 +	cp -a $install/usr $fs
   87.30  }
   87.31  
   87.32  # Remove old package.
    88.1 --- a/python-psutil/receipt	Sat Oct 19 13:53:26 2013 +0000
    88.2 +++ b/python-psutil/receipt	Sun Oct 20 22:08:25 2013 +0000
    88.3 @@ -5,10 +5,12 @@
    88.4  CATEGORY="development"
    88.5  SHORT_DESC="A process and system utilities module for Python."
    88.6  MAINTAINER="paul@slitaz.org"
    88.7 +LICENSE="BSD"
    88.8  SOURCE="psutil"
    88.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   88.10  WEB_SITE="http://code.google.com/p/psutil/"
   88.11  WGET_URL="http://psutil.googlecode.com/files/$TARBALL"
   88.12 +
   88.13  DEPENDS="python"
   88.14  BUILD_DEPENDS="python-dev setuptools"
   88.15  
    89.1 --- a/python-pypdf/receipt	Sat Oct 19 13:53:26 2013 +0000
    89.2 +++ b/python-pypdf/receipt	Sun Oct 20 22:08:25 2013 +0000
    89.3 @@ -6,6 +6,7 @@
    89.4  CATEGORY="development"
    89.5  SHORT_DESC="A Pure-Python library built as a PDF tookit."
    89.6  MAINTAINER="claudinei@slitaz.org"
    89.7 +LICENSE="BSD"
    89.8  TARBALL="$SOURCE-$VERSION.tar.gz"
    89.9  WEB_SITE="http://pybrary.net/pyPdf"
   89.10  WGET_URL="$WEB_SITE/$TARBALL"
   89.11 @@ -16,14 +17,14 @@
   89.12  compile_rules()
   89.13  {
   89.14  	cd $src
   89.15 -	python setup.py install --root=$PWD/_pkg
   89.16 +	python setup.py install --root=$DESTDIR
   89.17  }
   89.18  
   89.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   89.20  genpkg_rules()
   89.21  {
   89.22  	mkdir -p $fs/usr
   89.23 -	cp -a $_pkg/usr $fs
   89.24 +	cp -a $install/usr $fs
   89.25  }
   89.26  
   89.27  # Remove old package.
    90.1 --- a/python-unittest2/receipt	Sat Oct 19 13:53:26 2013 +0000
    90.2 +++ b/python-unittest2/receipt	Sun Oct 20 22:08:25 2013 +0000
    90.3 @@ -5,6 +5,7 @@
    90.4  CATEGORY="development"
    90.5  SHORT_DESC="New features backport to the unittest testing framework."
    90.6  MAINTAINER="pascal.bellard@slitaz.org"
    90.7 +LICENSE="BSD"
    90.8  SOURCE="unittest2"
    90.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   90.10  WEB_SITE="http://pypi.python.org/pypi/unittest2"
    91.1 --- a/sqlite-dev/receipt	Sat Oct 19 13:53:26 2013 +0000
    91.2 +++ b/sqlite-dev/receipt	Sun Oct 20 22:08:25 2013 +0000
    91.3 @@ -6,10 +6,12 @@
    91.4  CATEGORY="development"
    91.5  SHORT_DESC="Small SQL database engine devel files."
    91.6  MAINTAINER="pankso@slitaz.org"
    91.7 -DEPENDS="sqlite"
    91.8 +LICENSE="PublicDomain"
    91.9  WANTED="sqlite"
   91.10  WEB_SITE="http://www.sqlite.org/"
   91.11  
   91.12 +DEPENDS="sqlite"
   91.13 +
   91.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   91.15  genpkg_rules()
   91.16  {
    92.1 --- a/sqlite/receipt	Sat Oct 19 13:53:26 2013 +0000
    92.2 +++ b/sqlite/receipt	Sun Oct 20 22:08:25 2013 +0000
    92.3 @@ -6,11 +6,13 @@
    92.4  CATEGORY="office"
    92.5  SHORT_DESC="Small SQL database engine."
    92.6  MAINTAINER="pankso@slitaz.org"
    92.7 +LICENSE="PublicDomain"
    92.8  TARBALL="$PACKAGE-src-${_realver}.zip"
    92.9 +WEB_SITE="http://www.sqlite.org/"
   92.10 +WGET_URL="http://www.sqlite.org/2013/$TARBALL"
   92.11 +
   92.12  DEPENDS="libsqlite"
   92.13  BUILD_DEPENDS="tcl"
   92.14 -WEB_SITE="http://www.sqlite.org/"
   92.15 -WGET_URL="http://www.sqlite.org/2013/$TARBALL"
   92.16  
   92.17  # Rules to configure and make the package.
   92.18  compile_rules()
    93.1 --- a/sqlite3-ruby/receipt	Sat Oct 19 13:53:26 2013 +0000
    93.2 +++ b/sqlite3-ruby/receipt	Sun Oct 20 22:08:25 2013 +0000
    93.3 @@ -5,11 +5,13 @@
    93.4  CATEGORY="development"
    93.5  SHORT_DESC="Ruby interface for the SQLite database engine"
    93.6  MAINTAINER="erjo@slitaz.org"
    93.7 +LICENSE="BSD"
    93.8 +TARBALL="$PACKAGE-$VERSION.tgz"
    93.9 +WEB_SITE="rubyforge.org/projects/sqlite-ruby"
   93.10 +WGET_URL="http://rubyforge.org/frs/download.php/71617/$TARBALL"
   93.11 +
   93.12  DEPENDS="ruby sqlite"
   93.13  BUILD_DEPENDS="ruby ruby-dev sqlite-dev"
   93.14 -TARBALL="$PACKAGE-$VERSION.tgz"
   93.15 -WEB_SITE="rubyforge.org/projects/sqlite-ruby"
   93.16 -WGET_URL="http://rubyforge.org/frs/download.php/71617/sqlite3-ruby-1.3.1.tgz"
   93.17  
   93.18  # Rules to configure and make the package.
   93.19  compile_rules()
   93.20 @@ -17,13 +19,13 @@
   93.21  	cd $src
   93.22  	ruby setup.rb config
   93.23  	ruby setup.rb setup
   93.24 -	ruby setup.rb install --prefix=$PWD/_pkg
   93.25 +	ruby setup.rb install --prefix=$DESTDIR
   93.26  }
   93.27  
   93.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   93.29  genpkg_rules()
   93.30  {
   93.31  	mkdir -p $fs/usr
   93.32 -	cp -a $_pkg/usr/lib $fs/usr
   93.33 +	cp -a $install/usr/lib $fs/usr
   93.34  }
   93.35  
    94.1 --- a/syslinux/stuff/help.en	Sat Oct 19 13:53:26 2013 +0000
    94.2 +++ b/syslinux/stuff/help.en	Sun Oct 20 22:08:25 2013 +0000
    94.3 @@ -5,7 +5,7 @@
    94.4   SliTaz operates in RAM, it does not alter your current distribution.
    94.5   SliTaz runs a Linux kernel and free software from the GNU project.
    94.6   When launched, SliTaz gives you many useful commands, file handling,
    94.7 - the internet and more than 3000 installable packages from our repository.
    94.8 + the internet and more than 4000 installable packages from our repository.
    94.9  
   94.10   <F1>        Display this help file
   94.11   <F2>        Display SliTaz boot options