wok rev 14996

Add LGPL2.1 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 11:00:21 2013 +0000 (2013-08-10)
parents 79ea4cfe08cc
children 7d6089953592
files 0install/receipt Qt4-qca-ossl/receipt adie/receipt alsa-lib-dev/receipt alsa-lib/receipt alsa-plugins/receipt atkmm-dev/receipt atkmm/receipt attica-dev/receipt attica/receipt bzflag/receipt c_icap-dev/receipt c_icap/receipt cairo-compmgr-core/receipt cairo-compmgr-dev/receipt cairo-compmgr-doc/receipt cairo-compmgr-plugins/receipt cairo-compmgr-vala/receipt calculator/receipt ccid/receipt clutter-dev/receipt clutter-gtk-dev/receipt clutter-gtk/receipt clutter/receipt dialog/receipt eina-dev/receipt eina/receipt eio-dev/receipt eio/receipt elementary-dev/receipt elementary/receipt ethumb-dev/receipt ethumb/receipt fox-dev/receipt fox-doc/receipt fox/receipt fox14-dev/receipt fox14/receipt fribidi-dev/receipt fribidi/receipt geos-dev/receipt geos/receipt glibmm-dev/receipt glibmm/receipt gmime-dev/receipt gmime/receipt gsettings-desktop-schemas/receipt gst-plugins-good-dev/receipt gst-plugins-good/receipt gst-plugins-ugly-dev/receipt gst-plugins-ugly/receipt gst-python-dev/receipt gst-python/receipt gtk3-engine-unico-dev/receipt gtk3-engine-unico/receipt gtkdatabox-dev/receipt gtkdatabox/receipt gtkmm-dev/receipt gtkmm/receipt ibus-dev/receipt ibus-hangul/receipt ibus/receipt id3v2/receipt iso-codes/receipt json-glib-dev/receipt json-glib/receipt libasyncns-dev/receipt libasyncns/receipt libcairo-compmgr-dev/receipt libcairo-compmgr0/receipt libelementary/receipt libgiomm-dev/receipt libgiomm/receipt libqwt5-qt4-dev/receipt libqwt5-qt4/receipt libqwt6-qt4-dev/receipt libqwt6-qt4/receipt libsdl-mixer-dev/receipt libsdl-mixer/receipt libsdl-net-dev/receipt libsdl-net/receipt libsdl-pango-dev/receipt libsdl-pango/receipt libsdl-ttf-dev/receipt libsdl-ttf/receipt libsexy-dev/receipt libsexy/receipt libssh-dev/receipt libssh/receipt libunixODBC/receipt log4c-dev/receipt log4c/receipt midori-video/receipt midori/receipt mixxx/receipt mpg123-dev/receipt mpg123/receipt nss-ldapd/receipt ogmrip/receipt ola-dev/receipt ola/receipt ortp-dev/receipt ortp/receipt pangomm-dev/receipt pangomm/receipt pathfinder/receipt perl-cairo/receipt perl-glib/receipt perl-gtk2/receipt perl-pango/receipt perl-test-nowarnings/receipt polkit-qt-dev/receipt polkit-qt/receipt pycurl/receipt pygobject-dev/receipt pygobject/receipt pygtk-dev/receipt pygtk/receipt python-kiwi/receipt python-urwid/receipt qca-dev/receipt qca/receipt qemacs-dev/receipt qemacs-tiny/receipt qemacs-x11/receipt qemacs/receipt quesoglc-dev/receipt quesoglc/receipt shutterbug/receipt speech-dispatcher/receipt swfdec-dev/receipt swfdec/receipt tcc-arm/receipt tcc-c67/receipt tcc-common/receipt tcc-win32/receipt tcc-x86_64/receipt tcc/receipt tokyocabinet-dev/receipt tokyocabinet/receipt uget/receipt unixODBC-dev/receipt unixODBC/receipt vala/receipt vlc-plugin/receipt vmware-view-open-client/receipt vorbisgain/receipt zbar-dev/receipt zbar/receipt
line diff
     1.1 --- a/0install/receipt	Sat Aug 10 09:25:15 2013 +0000
     1.2 +++ b/0install/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="A decentralised cross-distribution software installation system."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="LGPL2.1"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://0install.net/"
    1.10  WGET_URL="http://downloads.sf.net/project/zero-install/$PACKAGE/$VERSION/$TARBALL"
     2.1 --- a/Qt4-qca-ossl/receipt	Sat Aug 10 09:25:15 2013 +0000
     2.2 +++ b/Qt4-qca-ossl/receipt	Sat Aug 10 11:00:21 2013 +0000
     2.3 @@ -7,13 +7,15 @@
     2.4  CATEGORY="development"
     2.5  SHORT_DESC="OpenSSL plug-in for the Qt Cryptographic Architecture (QCA)."
     2.6  MAINTAINER="ben@seawolfsanctuary.com"
     2.7 +LICENSE="LGPL2.1"
     2.8 +TARBALL="$NAME-$VERSION.tar.bz2"
     2.9 +WEB_SITE="http://delta.affinix.com/$NAME"
    2.10 +WGET_URL="http://delta.affinix.com/download/qca/$MAJORVERSION/plugins/$TARBALL"
    2.11 +
    2.12  DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
    2.13  libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
    2.14  libQtOpenGL libQtSql libQtWebkit qca openssl"
    2.15  BUILD_DEPENDS="qmake xorg-libX11-dev dbus-dev openssl-dev Qt4-dev qca-dev"
    2.16 -TARBALL="$NAME-$VERSION.tar.bz2"
    2.17 -WEB_SITE="http://delta.affinix.com/$NAME"
    2.18 -WGET_URL="http://delta.affinix.com/download/qca/$MAJORVERSION/plugins/$TARBALL"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22 @@ -66,7 +68,7 @@
    2.23  	chmod +x configure
    2.24  	./configure \
    2.25  		--qtdir=/usr/lib/qt && \
    2.26 -	make $MAKEFLAGS && make DESTDIR=$_pkg install
    2.27 +	make $MAKEFLAGS && make DESTDIR=$DESTDIR install
    2.28  }
    2.29  
    2.30  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/adie/receipt	Sat Aug 10 09:25:15 2013 +0000
     3.2 +++ b/adie/receipt	Sat Aug 10 11:00:21 2013 +0000
     3.3 @@ -5,15 +5,17 @@
     3.4  CATEGORY="x-window"
     3.5  SHORT_DESC="Advanced text editor using the Fox Toolkit."
     3.6  MAINTAINER="pankso@slitaz.org"
     3.7 -DEPENDS="fox"
     3.8 +LICENSE="LGPL2.1"
     3.9  WANTED="fox"
    3.10  WEB_SITE="http://www.fox-toolkit.org/"
    3.11  TAGS="text-editor"
    3.12  
    3.13 +DEPENDS="fox"
    3.14 +
    3.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.16  genpkg_rules()
    3.17  {
    3.18  	mkdir -p $fs/usr/bin
    3.19 -	cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
    3.20 +	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
    3.21  	copy_generic_files
    3.22  }
     4.1 --- a/alsa-lib-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
     4.2 +++ b/alsa-lib-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
     4.3 @@ -5,6 +5,7 @@
     4.4  CATEGORY="development"
     4.5  SHORT_DESC="Alsa sound libraries devel files."
     4.6  MAINTAINER="pankso@slitaz.org"
     4.7 +LICENSE="LGPL2.1"
     4.8  DEPENDS="alsa-lib"
     4.9  WANTED="alsa-lib"
    4.10  WEB_SITE="http://www.alsa-project.org/"
     5.1 --- a/alsa-lib/receipt	Sat Aug 10 09:25:15 2013 +0000
     5.2 +++ b/alsa-lib/receipt	Sat Aug 10 11:00:21 2013 +0000
     5.3 @@ -5,6 +5,7 @@
     5.4  CATEGORY="multimedia"
     5.5  SHORT_DESC="Alsa sound libraries."
     5.6  MAINTAINER="pankso@slitaz.org"
     5.7 +LICENSE="LGPL2.1"
     5.8  DEPENDS="linux"
     5.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.10  WEB_SITE="http://www.alsa-project.org/"
     6.1 --- a/alsa-plugins/receipt	Sat Aug 10 09:25:15 2013 +0000
     6.2 +++ b/alsa-plugins/receipt	Sat Aug 10 11:00:21 2013 +0000
     6.3 @@ -5,6 +5,7 @@
     6.4  CATEGORY="multimedia"
     6.5  SHORT_DESC="Alsa sound system additionnal plugins."
     6.6  MAINTAINER="pankso@slitaz.org"
     6.7 +LICENSE="LGPL2.1"
     6.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     6.9  WEB_SITE="http://www.alsa-project.org/"
    6.10  #WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL"
     7.1 --- a/atkmm-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
     7.2 +++ b/atkmm-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
     7.3 @@ -5,17 +5,19 @@
     7.4  CATEGORY="development"
     7.5  SHORT_DESC="devel files for atkmm"
     7.6  MAINTAINER="slaxemulator@gmail.com"
     7.7 -DEPENDS="atkmm"
     7.8 +LICENSE="LGPL2.1"
     7.9  WEB_SITE="http://www.gnome.org/"
    7.10  WANTED="atkmm"
    7.11  
    7.12 +DEPENDS="atkmm"
    7.13 +
    7.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.15  genpkg_rules()
    7.16  {
    7.17  	mkdir -p $fs/usr/lib
    7.18 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    7.19 -	cp -a $_pkg/usr/lib/atkmm* $fs/usr/lib
    7.20 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    7.21 -	cp -a $_pkg/usr/include $fs/usr
    7.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    7.23 +	cp -a $install/usr/lib/atkmm* $fs/usr/lib
    7.24 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    7.25 +	cp -a $install/usr/include $fs/usr
    7.26  }
    7.27  
     8.1 --- a/atkmm/receipt	Sat Aug 10 09:25:15 2013 +0000
     8.2 +++ b/atkmm/receipt	Sat Aug 10 11:00:21 2013 +0000
     8.3 @@ -5,12 +5,14 @@
     8.4  CATEGORY="x-window"
     8.5  SHORT_DESC="C++ interface for the popular Accessibility toolkit."
     8.6  MAINTAINER="slaxemulator@gmail.com"
     8.7 -DEPENDS="atk libsigc++"
     8.8 +LICENSE="LGPL2.1"
     8.9  BUILD_DEPENDS="atk-dev glib-dev glibmm-dev libgiomm-dev pkg-config"
    8.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    8.11  WEB_SITE="http://www.gnome.org/"
    8.12  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    8.13  
    8.14 +DEPENDS="atk libsigc++"
    8.15 +
    8.16  # Rules to configure and make the package.
    8.17  compile_rules()
    8.18  {
    8.19 @@ -23,6 +25,6 @@
    8.20  genpkg_rules()
    8.21  {
    8.22  	mkdir -p $fs/usr/lib
    8.23 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    8.24 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    8.25  }
    8.26  
     9.1 --- a/attica-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
     9.2 +++ b/attica-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
     9.3 @@ -5,14 +5,16 @@
     9.4  CATEGORY="development"
     9.5  SHORT_DESC="Attica devel file."
     9.6  MAINTAINER="pankso@slitaz.org"
     9.7 -DEPENDS="attica"
     9.8 +LICENSE="LGPL2.1"
     9.9  WANTED="attica"
    9.10  WEB_SITE="http://www.kde.org/"
    9.11  
    9.12 +DEPENDS="attica"
    9.13 +
    9.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    9.15  genpkg_rules()
    9.16  {
    9.17  	mkdir -p $fs/usr/lib
    9.18 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    9.19 -	cp -a $_pkg/usr/include $fs/usr
    9.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    9.21 +	cp -a $install/usr/include $fs/usr
    9.22  }
    10.1 --- a/attica/receipt	Sat Aug 10 09:25:15 2013 +0000
    10.2 +++ b/attica/receipt	Sat Aug 10 11:00:21 2013 +0000
    10.3 @@ -5,12 +5,14 @@
    10.4  CATEGORY="system-tools"
    10.5  SHORT_DESC="Qt library that implements the Open Collaboration Services API."
    10.6  MAINTAINER="pankso@slitaz.org"
    10.7 -DEPENDS="libQtCore libQtNetwork"
    10.8 -BUILD_DEPENDS="cmake qmake Qt4-dev"
    10.9 +LICENSE="LGPL2.1"
   10.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   10.11  WEB_SITE="http://www.kde.org/"
   10.12  WGET_URL="ftp://ftp.kde.org/pub/kde/stable/attica/$TARBALL"
   10.13  
   10.14 +DEPENDS="libQtCore libQtNetwork"
   10.15 +BUILD_DEPENDS="cmake qmake Qt4-dev"
   10.16 +
   10.17  # Rules to configure and make the package.
   10.18  compile_rules()
   10.19  {
   10.20 @@ -20,12 +22,12 @@
   10.21  		-DCMAKE_INSTALL_PREFIX=/usr \
   10.22  		.. &&
   10.23  	make &&
   10.24 -	make DESTDIR=$src/_pkg install
   10.25 +	make DESTDIR=$DESTDIR install
   10.26  }
   10.27  
   10.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   10.29  genpkg_rules()
   10.30  {
   10.31  	mkdir -p $fs/usr/lib
   10.32 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   10.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   10.34  }
    11.1 --- a/bzflag/receipt	Sat Aug 10 09:25:15 2013 +0000
    11.2 +++ b/bzflag/receipt	Sat Aug 10 11:00:21 2013 +0000
    11.3 @@ -5,12 +5,14 @@
    11.4  CATEGORY="games"
    11.5  SHORT_DESC="A multiplayer 3D tank battle game."
    11.6  MAINTAINER="slaxemulator@gmail.com"
    11.7 -DEPENDS="curl mesa libsdl glew"
    11.8 -BUILD_DEPENDS="curl-dev mesa-dev libsdl-dev glew-dev util-linux-uuid-dev"
    11.9 +LICENSE="LGPL2.1"
   11.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   11.11  WEB_SITE="http://bzflag.org"
   11.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   11.13  
   11.14 +DEPENDS="curl mesa libsdl glew"
   11.15 +BUILD_DEPENDS="curl-dev mesa-dev libsdl-dev glew-dev util-linux-uuid-dev"
   11.16 +
   11.17  # Rules to configure and make the package.
   11.18  compile_rules()
   11.19  {
    12.1 --- a/c_icap-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    12.2 +++ b/c_icap-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    12.3 @@ -5,6 +5,7 @@
    12.4  CATEGORY="development"
    12.5  SHORT_DESC="Implementation of an ICAP server."
    12.6  MAINTAINER="erjo@slitaz.org"
    12.7 +LICENSE="LGPL2.1"
    12.8  WEB_SITE="http://c-icap.sourceforge.net/"
    12.9  WANTED="c_icap"
   12.10  
    13.1 --- a/c_icap/receipt	Sat Aug 10 09:25:15 2013 +0000
    13.2 +++ b/c_icap/receipt	Sat Aug 10 11:00:21 2013 +0000
    13.3 @@ -5,6 +5,7 @@
    13.4  CATEGORY="network"
    13.5  SHORT_DESC="Implementation of an ICAP server."
    13.6  MAINTAINER="erjo@slitaz.org"
    13.7 +LICENSE="LGPL2.1"
    13.8  WEB_SITE="http://c-icap.sourceforge.net/"
    13.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   13.10  WGET_URL="$SF_MIRROR/c-icap/$TARBALL"
    14.1 --- a/cairo-compmgr-core/receipt	Sat Aug 10 09:25:15 2013 +0000
    14.2 +++ b/cairo-compmgr-core/receipt	Sat Aug 10 11:00:21 2013 +0000
    14.3 @@ -5,7 +5,7 @@
    14.4  CATEGORY="x-window"
    14.5  SHORT_DESC="Cairo composite manager - core files"
    14.6  MAINTAINER="al.bobylev@gmail.com"
    14.7 -LICENSE="GPL3"
    14.8 +LICENSE="GPL2"
    14.9  WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
   14.10  SOURCE="cairo-compmgr"
   14.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    15.1 --- a/cairo-compmgr-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    15.2 +++ b/cairo-compmgr-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    15.3 @@ -5,6 +5,7 @@
    15.4  CATEGORY="development"
    15.5  SHORT_DESC="Cairo composite manager - development files"
    15.6  MAINTAINER="al.bobylev@gmail.com"
    15.7 +LICENSE="GPL2"
    15.8  WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    15.9  
   15.10  WANTED="cairo-compmgr-core"
    16.1 --- a/cairo-compmgr-doc/receipt	Sat Aug 10 09:25:15 2013 +0000
    16.2 +++ b/cairo-compmgr-doc/receipt	Sat Aug 10 11:00:21 2013 +0000
    16.3 @@ -5,6 +5,7 @@
    16.4  CATEGORY="development"
    16.5  SHORT_DESC="Cairo composite manager - documentation"
    16.6  MAINTAINER="al.bobylev@gmail.com"
    16.7 +LICENSE="GPL2"
    16.8  WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    16.9  
   16.10  WANTED="cairo-compmgr-core"
    17.1 --- a/cairo-compmgr-plugins/receipt	Sat Aug 10 09:25:15 2013 +0000
    17.2 +++ b/cairo-compmgr-plugins/receipt	Sat Aug 10 11:00:21 2013 +0000
    17.3 @@ -5,6 +5,7 @@
    17.4  CATEGORY="development"
    17.5  SHORT_DESC="Cairo composite manager - plugins"
    17.6  MAINTAINER="al.bobylev@gmail.com"
    17.7 +LICENSE="GPL2"
    17.8  WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    17.9  
   17.10  WANTED="cairo-compmgr-core"
    18.1 --- a/cairo-compmgr-vala/receipt	Sat Aug 10 09:25:15 2013 +0000
    18.2 +++ b/cairo-compmgr-vala/receipt	Sat Aug 10 11:00:21 2013 +0000
    18.3 @@ -5,6 +5,7 @@
    18.4  CATEGORY="development"
    18.5  SHORT_DESC="Cairo composite manager - Vala files"
    18.6  MAINTAINER="al.bobylev@gmail.com"
    18.7 +LICENSE="GPL2"
    18.8  WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    18.9  
   18.10  WANTED="cairo-compmgr-core"
    19.1 --- a/calculator/receipt	Sat Aug 10 09:25:15 2013 +0000
    19.2 +++ b/calculator/receipt	Sat Aug 10 11:00:21 2013 +0000
    19.3 @@ -5,15 +5,17 @@
    19.4  CATEGORY="utilities"
    19.5  SHORT_DESC="Calculator using the Fox Toolkit."
    19.6  MAINTAINER="pankso@slitaz.org"
    19.7 -DEPENDS="fox"
    19.8 +LICENSE="LGPL2.1"
    19.9  WANTED="fox"
   19.10  WEB_SITE="http://www.fox-toolkit.org/"
   19.11  TAGS="calculator"
   19.12  
   19.13 +DEPENDS="fox"
   19.14 +
   19.15  # Rules to gen a SliTaz package suitable for Tazpkg.
   19.16  genpkg_rules()
   19.17  {
   19.18  	mkdir -p $fs/usr/bin
   19.19 -	cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
   19.20 +	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
   19.21  	copy_generic_files
   19.22  }
    20.1 --- a/ccid/receipt	Sat Aug 10 09:25:15 2013 +0000
    20.2 +++ b/ccid/receipt	Sat Aug 10 11:00:21 2013 +0000
    20.3 @@ -5,6 +5,7 @@
    20.4  CATEGORY="base-system"
    20.5  SHORT_DESC="Chip/Smart Card Interface Devices driver."
    20.6  MAINTAINER="pascal.bellard@slitaz.org"
    20.7 +LICENSE="LGPL2.1"
    20.8  WEB_SITE="http://pcsclite.alioth.debian.org/"
    20.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   20.10  WGET_URL="https://alioth.debian.org/frs/download.php/3768/$TARBALL"
    21.1 --- a/clutter-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    21.2 +++ b/clutter-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    21.3 @@ -5,17 +5,19 @@
    21.4  CATEGORY="development"
    21.5  SHORT_DESC="Clutter tool kit devel files."
    21.6  MAINTAINER="pankso@slitaz.org"
    21.7 -DEPENDS="clutter mesa-dev json-glib-dev"
    21.8 +LICENSE="LGPL2.1"
    21.9  WANTED="clutter"
   21.10  WEB_SITE="http://clutter-project.org/"
   21.11  
   21.12 +DEPENDS="clutter mesa-dev json-glib-dev"
   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 $fs/usr/share
   21.18 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   21.19 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   21.20 -	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
   21.21 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   21.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   21.23 +	cp -a $install/usr/share/gir-1.0 $fs/usr/share
   21.24  	ln -s clutter-1.0.pc $fs/usr/lib/pkgconfig/clutter.pc
   21.25 -	cp -a $_pkg/usr/include $fs/usr
   21.26 +	cp -a $install/usr/include $fs/usr
   21.27  }
    22.1 --- a/clutter-gtk-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    22.2 +++ b/clutter-gtk-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    22.3 @@ -5,16 +5,18 @@
    22.4  CATEGORY="development"
    22.5  SHORT_DESC="Clutter GTK devel files."
    22.6  MAINTAINER="pankso@slitaz.org"
    22.7 -DEPENDS="clutter-gtk"
    22.8 +LICENSE="LGPL2.1"
    22.9  WANTED="clutter-gtk"
   22.10  WEB_SITE="http://clutter-project.org/"
   22.11  
   22.12 +DEPENDS="clutter-gtk"
   22.13 +
   22.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   22.15  genpkg_rules()
   22.16  {
   22.17  	mkdir -p $fs/usr/lib $fs/usr/share
   22.18 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   22.19 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   22.20 -	cp -a $_pkg/usr/include $fs/usr
   22.21 -	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
   22.22 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   22.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   22.24 +	cp -a $install/usr/include $fs/usr
   22.25 +	cp -a $install/usr/share/gir-1.0 $fs/usr/share
   22.26  }
    23.1 --- a/clutter-gtk/receipt	Sat Aug 10 09:25:15 2013 +0000
    23.2 +++ b/clutter-gtk/receipt	Sat Aug 10 11:00:21 2013 +0000
    23.3 @@ -5,13 +5,15 @@
    23.4  CATEGORY="x-window"
    23.5  SHORT_DESC="GTK+ libraries for Clutter."
    23.6  MAINTAINER="pankso@slitaz.org"
    23.7 -DEPENDS="gtk+ clutter"
    23.8 -BUILD_DEPENDS="gtk+-dev clutter-dev gobject-introspection-dev automake autoconf \
    23.9 +LICENSE="LGPL2.1"
   23.10  libtool gtk-doc"
   23.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   23.12  WEB_SITE="http://clutter-project.org/"
   23.13  WGET_URL="http://www.clutter-project.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
   23.14  
   23.15 +DEPENDS="gtk+ clutter"
   23.16 +BUILD_DEPENDS="gtk+-dev clutter-dev gobject-introspection-dev automake autoconf \
   23.17 +
   23.18  # Rules to configure and make the package.
   23.19  compile_rules()
   23.20  {
   23.21 @@ -25,13 +27,13 @@
   23.22  		--prefix=/usr \
   23.23  		$CONFIGURE_ARGS &&
   23.24  	make &&
   23.25 -	make DESTDIR=$PWD/_pkg install
   23.26 +	make DESTDIR=$DESTDIR install
   23.27  }
   23.28  
   23.29  # Rules to gen a SliTaz package suitable for Tazpkg.
   23.30  genpkg_rules()
   23.31  {
   23.32  	mkdir -p $fs/usr/lib
   23.33 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   23.34 -	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
   23.35 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   23.36 +	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
   23.37  }
    24.1 --- a/clutter/receipt	Sat Aug 10 09:25:15 2013 +0000
    24.2 +++ b/clutter/receipt	Sat Aug 10 11:00:21 2013 +0000
    24.3 @@ -5,6 +5,7 @@
    24.4  CATEGORY="x-window"
    24.5  SHORT_DESC="Animated graphical user interfaces library."
    24.6  MAINTAINER="pankso@slitaz.org"
    24.7 +LICENSE="LGPL2.1"
    24.8  SUGGESTED="nvidia"
    24.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   24.10  WEB_SITE="http://clutter-project.org/"
    25.1 --- a/dialog/receipt	Sat Aug 10 09:25:15 2013 +0000
    25.2 +++ b/dialog/receipt	Sat Aug 10 11:00:21 2013 +0000
    25.3 @@ -5,6 +5,7 @@
    25.4  CATEGORY="base-system"
    25.5  SHORT_DESC="Script-interpreter which provides a set of curses widgets."
    25.6  MAINTAINER="pankso@slitaz.org"
    25.7 +LICENSE="LGPL2.1"
    25.8  TARBALL="$PACKAGE-$VERSION.tgz"
    25.9  WEB_SITE="http://invisible-island.net/dialog/"
   25.10  WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL"
    26.1 --- a/eina-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    26.2 +++ b/eina-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    26.3 @@ -5,7 +5,7 @@
    26.4  CATEGORY="development"
    26.5  SHORT_DESC="EFL Core data structure library - Devel files."
    26.6  MAINTAINER="pankso@slitaz.org"
    26.7 -LICENSE="BSD"
    26.8 +LICENSE="LGPL2.1"
    26.9  WANTED="eina"
   26.10  WEB_SITE="http://www.enlightenment.org/"
   26.11  
    27.1 --- a/eina/receipt	Sat Aug 10 09:25:15 2013 +0000
    27.2 +++ b/eina/receipt	Sat Aug 10 11:00:21 2013 +0000
    27.3 @@ -5,7 +5,7 @@
    27.4  CATEGORY="base-system"
    27.5  SHORT_DESC="EFL Core data structure library."
    27.6  MAINTAINER="pankso@slitaz.org"
    27.7 -LICENSE="BSD"
    27.8 +LICENSE="LGPL2.1"
    27.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   27.10  WEB_SITE="http://www.enlightenment.org/"
   27.11  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    28.1 --- a/eio-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    28.2 +++ b/eio-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    28.3 @@ -5,7 +5,7 @@
    28.4  CATEGORY="development"
    28.5  SHORT_DESC="EFL Async I/O library - Devel files."
    28.6  MAINTAINER="pankso@slitaz.org"
    28.7 -LICENSE="BSD"
    28.8 +LICENSE="LGPL2.1"
    28.9  WANTED="eio"
   28.10  WEB_SITE="http://www.enlightenment.org/"
   28.11  
    29.1 --- a/eio/receipt	Sat Aug 10 09:25:15 2013 +0000
    29.2 +++ b/eio/receipt	Sat Aug 10 11:00:21 2013 +0000
    29.3 @@ -5,7 +5,7 @@
    29.4  CATEGORY="base-system"
    29.5  SHORT_DESC="EFL Async I/O library."
    29.6  MAINTAINER="pankso@slitaz.org"
    29.7 -LICENSE="BSD"
    29.8 +LICENSE="LGPL2.1"
    29.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   29.10  WEB_SITE="http://www.enlightenment.org/"
   29.11  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    30.1 --- a/elementary-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    30.2 +++ b/elementary-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    30.3 @@ -5,7 +5,7 @@
    30.4  CATEGORY="development"
    30.5  SHORT_DESC="EFL full regular widget set - Devel files."
    30.6  MAINTAINER="pankso@slitaz.org"
    30.7 -LICENSE="BSD"
    30.8 +LICENSE="LGPL2.1"
    30.9  WANTED="elementary"
   30.10  WEB_SITE="http://www.enlightenment.org/"
   30.11  
    31.1 --- a/elementary/receipt	Sat Aug 10 09:25:15 2013 +0000
    31.2 +++ b/elementary/receipt	Sat Aug 10 11:00:21 2013 +0000
    31.3 @@ -5,7 +5,7 @@
    31.4  CATEGORY="x-window"
    31.5  SHORT_DESC="EFL full regular widget set."
    31.6  MAINTAINER="pankso@slitaz.org"
    31.7 -LICENSE="BSD"
    31.8 +LICENSE="LGPL2.1"
    31.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   31.10  WEB_SITE="http://www.enlightenment.org/"
   31.11  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    32.1 --- a/ethumb-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    32.2 +++ b/ethumb-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    32.3 @@ -5,6 +5,7 @@
    32.4  CATEGORY="development"
    32.5  SHORT_DESC="EFL Thumbnail generation library - Devel files."
    32.6  MAINTAINER="pankso@slitaz.org"
    32.7 +LICENSE="LGPL2.1"
    32.8  WANTED="ethumb"
    32.9  WEB_SITE="http://www.enlightenment.org/"
   32.10  
    33.1 --- a/ethumb/receipt	Sat Aug 10 09:25:15 2013 +0000
    33.2 +++ b/ethumb/receipt	Sat Aug 10 11:00:21 2013 +0000
    33.3 @@ -5,6 +5,7 @@
    33.4  CATEGORY="graphics"
    33.5  SHORT_DESC="EFL Thumbnail generation library."
    33.6  MAINTAINER="pankso@slitaz.org"
    33.7 +LICENSE="LGPL2.1"
    33.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    33.9  WEB_SITE="http://www.enlightenment.org/"
   33.10  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    34.1 --- a/fox-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    34.2 +++ b/fox-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    34.3 @@ -5,18 +5,20 @@
    34.4  CATEGORY="x-window"
    34.5  SHORT_DESC="Fox Toolkit devel files."
    34.6  MAINTAINER="pankso@slitaz.org"
    34.7 -DEPENDS="fox"
    34.8 +LICENSE="LGPL2.1"
    34.9  WANTED="fox"
   34.10  WEB_SITE="http://www.fox-toolkit.org/"
   34.11  
   34.12 +DEPENDS="fox"
   34.13 +
   34.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   34.15  genpkg_rules()
   34.16  {
   34.17  	mkdir -p $fs/usr/lib $fs/usr/bin
   34.18 -	cp -a $_pkg/usr/include $fs/usr
   34.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   34.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   34.21 -	cp -a $_pkg/usr/bin/fox-config $fs/usr/bin
   34.22 -	cp -a $_pkg/usr/bin/reswrap $fs/usr/bin
   34.23 +	cp -a $install/usr/include $fs/usr
   34.24 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   34.25 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   34.26 +	cp -a $install/usr/bin/fox-config $fs/usr/bin
   34.27 +	cp -a $install/usr/bin/reswrap $fs/usr/bin
   34.28  	chmod +x $fs/usr/bin/*
   34.29  }
    35.1 --- a/fox-doc/receipt	Sat Aug 10 09:25:15 2013 +0000
    35.2 +++ b/fox-doc/receipt	Sat Aug 10 11:00:21 2013 +0000
    35.3 @@ -5,6 +5,7 @@
    35.4  CATEGORY="misc"
    35.5  SHORT_DESC="Fox Toolkit documentation."
    35.6  MAINTAINER="pankso@slitaz.org"
    35.7 +LICENSE="LGPL2.1"
    35.8  WANTED="fox"
    35.9  WEB_SITE="http://www.fox-toolkit.org/"
   35.10  
   35.11 @@ -12,5 +13,5 @@
   35.12  genpkg_rules()
   35.13  {
   35.14  	mkdir -p $fs/usr/share
   35.15 -	cp -a $_pkg/usr/share/doc $fs/usr/share
   35.16 +	cp -a $install/usr/share/doc $fs/usr/share
   35.17  }
    36.1 --- a/fox/receipt	Sat Aug 10 09:25:15 2013 +0000
    36.2 +++ b/fox/receipt	Sat Aug 10 11:00:21 2013 +0000
    36.3 @@ -5,6 +5,7 @@
    36.4  CATEGORY="x-window"
    36.5  SHORT_DESC="Fox toolkit."
    36.6  MAINTAINER="pankso@slitaz.org"
    36.7 +LICENSE="LGPL2.1"
    36.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    36.9  SUGGESTED="adie calculator pathfinder shutterbug"
   36.10  WEB_SITE="http://www.fox-toolkit.org/"
    37.1 --- a/fox14-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    37.2 +++ b/fox14-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    37.3 @@ -5,16 +5,18 @@
    37.4  CATEGORY="x-window"
    37.5  SHORT_DESC="Fox toolkit."
    37.6  MAINTAINER="pankso@slitaz.org"
    37.7 -DEPENDS="fox"
    37.8 +LICENSE="LGPL2.1"
    37.9  SUGGESTED="adie calculator pathfinder shutterbug"
   37.10  WEB_SITE="http://www.fox-toolkit.org/"
   37.11  WANTED="fox14"
   37.12  
   37.13 +DEPENDS="fox"
   37.14 +
   37.15  # Rules to gen a SliTaz package suitable for Tazpkg.
   37.16  genpkg_rules()
   37.17  {
   37.18  	mkdir -p $fs/usr/lib
   37.19 -	cp -a $_pkg/usr/include $fs/usr
   37.20 -	cp -a $_pkg/usr/lib/*.a* $fs/usr/lib
   37.21 -	cp -a $_pkg/usr/lib/*.la* $fs/usr/lib
   37.22 +	cp -a $install/usr/include $fs/usr
   37.23 +	cp -a $install/usr/lib/*.a* $fs/usr/lib
   37.24 +	cp -a $install/usr/lib/*.la* $fs/usr/lib
   37.25  }
    38.1 --- a/fox14/receipt	Sat Aug 10 09:25:15 2013 +0000
    38.2 +++ b/fox14/receipt	Sat Aug 10 11:00:21 2013 +0000
    38.3 @@ -6,14 +6,16 @@
    38.4  CATEGORY="x-window"
    38.5  SHORT_DESC="Fox toolkit."
    38.6  MAINTAINER="pankso@slitaz.org"
    38.7 +LICENSE="LGPL2.1"
    38.8  TARBALL="$SOURCE-$VERSION.tar.gz"
    38.9 +WEB_SITE="http://www.fox-toolkit.org/"
   38.10 +WGET_URL="http://ftp.fox-toolkit.org/pub/$TARBALL"
   38.11 +SUGGESTED="adie calculator pathfinder shutterbug"
   38.12 +
   38.13  DEPENDS="libpng jpeg tiff xorg-libXft bzlib mesa libglu-mesa"
   38.14  BUILD_DEPENDS="libpng jpeg tiff xorg-libXft bzlib \
   38.15  xorg-libXrender xorg-libXrender-dev fontconfig fontconfig-dev freetype freetype-dev \
   38.16  libpng-dev jpeg-dev tiff-dev xorg-libXft-dev mesa libglu-mesa expat-dev"
   38.17 -SUGGESTED="adie calculator pathfinder shutterbug"
   38.18 -WEB_SITE="http://www.fox-toolkit.org/"
   38.19 -WGET_URL="http://ftp.fox-toolkit.org/pub/$TARBALL"
   38.20  
   38.21  # Rules to configure and make the package.
   38.22  compile_rules()
   38.23 @@ -26,13 +28,13 @@
   38.24  		--with-xft \
   38.25  		$CONFIGURE_ARGS &&
   38.26  	make $MAKEFLAGS &&
   38.27 -	make DESTDIR=$PWD/_pkg install
   38.28 +	make DESTDIR=$DESTDIR install
   38.29  }
   38.30  
   38.31  # Rules to gen a SliTaz package suitable for Tazpkg.
   38.32  genpkg_rules()
   38.33  {
   38.34  	mkdir -p $fs/usr/lib
   38.35 -	cp -a $_pkg/usr/bin $fs/usr
   38.36 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   38.37 +	cp -a $install/usr/bin $fs/usr
   38.38 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   38.39  }
    39.1 --- a/fribidi-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    39.2 +++ b/fribidi-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    39.3 @@ -5,16 +5,18 @@
    39.4  CATEGORY="development"
    39.5  SHORT_DESC="Devel files Unicode Bidirectional Algorithm"
    39.6  MAINTAINER="pankso@slitaz.org"
    39.7 -DEPENDS="fribidi"
    39.8 +LICENSE="LGPL2.1"
    39.9  WANTED="fribidi"
   39.10  WEB_SITE="http://fribidi.freedesktop.org/wiki/"
   39.11  
   39.12 +DEPENDS="fribidi"
   39.13 +
   39.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   39.15  genpkg_rules()
   39.16  {
   39.17  	mkdir -p $fs/usr/bin $fs/usr/lib
   39.18 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   39.19 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   39.20 -	cp -a $_pkg/usr/include $fs/usr
   39.21 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   39.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   39.23 +	cp -a $install/usr/include $fs/usr
   39.24  }
   39.25  
    40.1 --- a/fribidi/receipt	Sat Aug 10 09:25:15 2013 +0000
    40.2 +++ b/fribidi/receipt	Sat Aug 10 11:00:21 2013 +0000
    40.3 @@ -5,11 +5,13 @@
    40.4  CATEGORY="x-window"
    40.5  SHORT_DESC="Free implementation of the Unicode Bidirectional Algorithm"
    40.6  MAINTAINER="pankso@slitaz.org"
    40.7 -DEPENDS="glibc-base"
    40.8 +LICENSE="LGPL2.1"
    40.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   40.10  WEB_SITE="http://fribidi.freedesktop.org/wiki/"
   40.11  WGET_URL="http://fribidi.org/download/$TARBALL"
   40.12  
   40.13 +DEPENDS="glibc-base"
   40.14 +
   40.15  # Rules to configure and make the package.
   40.16  compile_rules()
   40.17  {
   40.18 @@ -17,14 +19,14 @@
   40.19  	./configure --prefix=/usr --infodir=/usr/share/info \
   40.20  	--mandir=/usr/share/man $CONFIGURE_ARGS
   40.21  	make
   40.22 -	make DESTDIR=$PWD/_pkg install
   40.23 +	make DESTDIR=$DESTDIR install
   40.24  }
   40.25  
   40.26  # Rules to gen a SliTaz package suitable for Tazpkg.
   40.27  genpkg_rules()
   40.28  {
   40.29  	mkdir -p $fs/usr/bin $fs/usr/lib
   40.30 -	cp -a $_pkg/usr/bin/fribidi $fs/usr/bin
   40.31 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   40.32 +	cp -a $install/usr/bin/fribidi $fs/usr/bin
   40.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   40.34  }
   40.35  
    41.1 --- a/geos-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    41.2 +++ b/geos-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    41.3 @@ -5,6 +5,7 @@
    41.4  CATEGORY="development"
    41.5  SHORT_DESC="Geos dev files."
    41.6  MAINTAINER="erjo@slitaz.org"
    41.7 +LICENSE="LGPL2.1"
    41.8  WEB_SITE="http://trac.osgeo.org/geos/"
    41.9  WANTED="geos"
   41.10  
    42.1 --- a/geos/receipt	Sat Aug 10 09:25:15 2013 +0000
    42.2 +++ b/geos/receipt	Sat Aug 10 11:00:21 2013 +0000
    42.3 @@ -5,6 +5,7 @@
    42.4  CATEGORY="misc"
    42.5  SHORT_DESC="Geometry Engine, Open Source."
    42.6  MAINTAINER="erjo@slitaz.org"
    42.7 +LICENSE="LGPL2.1"
    42.8  WEB_SITE="http://trac.osgeo.org/geos/"
    42.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   42.10  WGET_URL="http://download.osgeo.org/geos/$TARBALL"
    43.1 --- a/glibmm-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    43.2 +++ b/glibmm-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    43.3 @@ -5,6 +5,7 @@
    43.4  CATEGORY="development"
    43.5  SHORT_DESC="Callback Framework for C++ devel files."
    43.6  MAINTAINER="pankso@slitaz.org"
    43.7 +LICENSE="LGPL2.1"
    43.8  WANTED="glibmm"
    43.9  DEPENDS="glibmm libgiomm-dev libsigc++-dev glib-dev"
   43.10  WEB_SITE="http://www.gtkmm.org/"
   43.11 @@ -13,11 +14,11 @@
   43.12  genpkg_rules()
   43.13  {
   43.14  	mkdir -p $fs/usr/lib $fs/usr/share
   43.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   43.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   43.17 -	cp -a $_pkg/usr/lib/glibmm-2.4 $fs/usr/lib
   43.18 -	cp -a $_pkg/usr/include $fs/usr
   43.19 -	cp -a $_pkg/usr/share/devhelp $fs/usr/share
   43.20 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   43.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   43.22 +	cp -a $install/usr/lib/glibmm-2.4 $fs/usr/lib
   43.23 +	cp -a $install/usr/include $fs/usr
   43.24 +	cp -a $install/usr/share/devhelp $fs/usr/share
   43.25  	# Remove libgiomm-dev
   43.26  	rm -rf $fs/usr/lib/libgiomm*.*a
   43.27  	rm -rf $fs/usr/lib/pkgconfig/giomm-2.4.pc
    44.1 --- a/glibmm/receipt	Sat Aug 10 09:25:15 2013 +0000
    44.2 +++ b/glibmm/receipt	Sat Aug 10 11:00:21 2013 +0000
    44.3 @@ -5,6 +5,7 @@
    44.4  CATEGORY="x-window"
    44.5  SHORT_DESC="C++ interface for the popular GUI library GTK+."
    44.6  MAINTAINER="pankso@slitaz.org"
    44.7 +LICENSE="LGPL2.1"
    44.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    44.9  WEB_SITE="http://www.gtkmm.org/"
   44.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
   44.11 @@ -25,7 +26,7 @@
   44.12  genpkg_rules()
   44.13  {
   44.14  	mkdir -p $fs/usr/lib
   44.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   44.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   44.17  	# Remove libgiomm
   44.18  	rm -rf $fs/usr/lib/libgiomm*
   44.19  }
    45.1 --- a/gmime-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    45.2 +++ b/gmime-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    45.3 @@ -5,16 +5,18 @@
    45.4  CATEGORY="development"
    45.5  SHORT_DESC="library for parsing messages using MIME"
    45.6  MAINTAINER="allan316@gmail.com"
    45.7 -DEPENDS="gmime gpgme-dev"
    45.8 +LICENSE="LGPL2.1"
    45.9  WEB_SITE="http://spruce.sourceforge.net/gmime"
   45.10  WANTED="gmime"
   45.11  
   45.12 +DEPENDS="gmime gpgme-dev"
   45.13 +
   45.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   45.15  genpkg_rules()
   45.16  {
   45.17  	mkdir -p $fs/usr/lib
   45.18 -	cp -a $_pkg/usr/include $fs/usr
   45.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   45.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   45.21 +	cp -a $install/usr/include $fs/usr
   45.22 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   45.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   45.24  }
   45.25  
    46.1 --- a/gmime/receipt	Sat Aug 10 09:25:15 2013 +0000
    46.2 +++ b/gmime/receipt	Sat Aug 10 11:00:21 2013 +0000
    46.3 @@ -5,6 +5,7 @@
    46.4  CATEGORY="development"
    46.5  SHORT_DESC="library for parsing messages using MIME"
    46.6  MAINTAINER="allan316@gmail.com"
    46.7 +LICENSE="LGPL2.1"
    46.8  TARBALL="$PACKAGE-$VERSION.tar.xz"
    46.9  WEB_SITE="http://spruce.sourceforge.net/gmime"
   46.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
   46.11 @@ -29,5 +30,5 @@
   46.12  genpkg_rules()
   46.13  {
   46.14  	mkdir -p $fs/usr/lib
   46.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   46.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   46.17  }
    47.1 --- a/gsettings-desktop-schemas/receipt	Sat Aug 10 09:25:15 2013 +0000
    47.2 +++ b/gsettings-desktop-schemas/receipt	Sat Aug 10 11:00:21 2013 +0000
    47.3 @@ -5,24 +5,26 @@
    47.4  CATEGORY="x-window"
    47.5  SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop"
    47.6  MAINTAINER="al.bobylev@gmail.com"
    47.7 -DEPENDS=""
    47.8 -BUILD_DEPENDS="libgio-dev glib-dev"
    47.9 +LICENSE="LGPL2.1"
   47.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
   47.11  HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|')
   47.12  WEB_SITE="http://www.gnome.org/"
   47.13  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/$HI_VERSION/$TARBALL"
   47.14  
   47.15 +DEPENDS=""
   47.16 +BUILD_DEPENDS="libgio-dev glib-dev"
   47.17 +
   47.18  # Rules to configure and make the package.
   47.19  compile_rules()
   47.20  {
   47.21  	cd $src
   47.22  	./configure --prefix=/usr &&
   47.23  	make &&
   47.24 -	make DESTDIR=$PWD/_pkg install
   47.25 +	make DESTDIR=$DESTDIR install
   47.26  }
   47.27  
   47.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   47.29  genpkg_rules()
   47.30  {
   47.31 -	cp -a $_pkg/usr $fs
   47.32 +	cp -a $install/usr $fs
   47.33  }
    48.1 --- a/gst-plugins-good-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    48.2 +++ b/gst-plugins-good-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    48.3 @@ -6,7 +6,7 @@
    48.4  CATEGORY="development"
    48.5  SHORT_DESC="gst-plugins-good devel files"
    48.6  MAINTAINER="jozee@slitaz.org"
    48.7 -DEPENDS="gst-plugins-good"
    48.8 +LICENSE="LGPL2.1"
    48.9  WANTED="gst-plugins-good"
   48.10  WEB_SITE="http://gstreamer.freedesktop.org/"
   48.11  
    49.1 --- a/gst-plugins-good/receipt	Sat Aug 10 09:25:15 2013 +0000
    49.2 +++ b/gst-plugins-good/receipt	Sat Aug 10 11:00:21 2013 +0000
    49.3 @@ -6,6 +6,7 @@
    49.4  CATEGORY="multimedia"
    49.5  SHORT_DESC="GStreamer Good Plugins"
    49.6  MAINTAINER="jozee@slitaz.org"
    49.7 +LICENSE="LGPL2.1"
    49.8  SUGGESTED="jack-audio-connection-kit"
    49.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
   49.10  WEB_SITE="http://gstreamer.freedesktop.org/"
    50.1 --- a/gst-plugins-ugly-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    50.2 +++ b/gst-plugins-ugly-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    50.3 @@ -6,6 +6,7 @@
    50.4  CATEGORY="development"
    50.5  SHORT_DESC="gst-plugins-ugly devel files"
    50.6  MAINTAINER="jozee@slitaz.org"
    50.7 +LICENSE="LGPL2.1"
    50.8  WANTED="gst-plugins-ugly"
    50.9  WEB_SITE="http://gstreamer.freedesktop.org/"
   50.10  
    51.1 --- a/gst-plugins-ugly/receipt	Sat Aug 10 09:25:15 2013 +0000
    51.2 +++ b/gst-plugins-ugly/receipt	Sat Aug 10 11:00:21 2013 +0000
    51.3 @@ -6,6 +6,7 @@
    51.4  CATEGORY="multimedia"
    51.5  SHORT_DESC="GStreamer Ugly Plugins"
    51.6  MAINTAINER="jozee@slitaz.org"
    51.7 +LICENSE="LGPL2.1"
    51.8  SUGGESTED="x264"
    51.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
   51.10  WEB_SITE="http://gstreamer.freedesktop.org/"
    52.1 --- a/gst-python-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    52.2 +++ b/gst-python-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    52.3 @@ -6,6 +6,7 @@
    52.4  CATEGORY="development"
    52.5  SHORT_DESC="gst-python devel files"
    52.6  MAINTAINER="jozee@slitaz.org"
    52.7 +LICENSE="LGPL2.1"
    52.8  WANTED="gst-python"
    52.9  WEB_SITE="http://gstreamer.freedesktop.org/"
   52.10  
   52.11 @@ -15,5 +16,5 @@
   52.12  genpkg_rules()
   52.13  {
   52.14  	mkdir -p $fs/usr/lib
   52.15 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   52.16 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   52.17  }
    53.1 --- a/gst-python/receipt	Sat Aug 10 09:25:15 2013 +0000
    53.2 +++ b/gst-python/receipt	Sat Aug 10 11:00:21 2013 +0000
    53.3 @@ -5,6 +5,7 @@
    53.4  CATEGORY="multimedia"
    53.5  SHORT_DESC="GStreamer Python Plugins"
    53.6  MAINTAINER="jozee@slitaz.org"
    53.7 +LICENSE="LGPL2.1"
    53.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    53.9  WEB_SITE="http://gstreamer.freedesktop.org/"
   53.10  WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
    54.1 --- a/gtk3-engine-unico-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    54.2 +++ b/gtk3-engine-unico-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    54.3 @@ -5,7 +5,7 @@
    54.4  CATEGORY="development"
    54.5  SHORT_DESC="Development files for Unico"
    54.6  MAINTAINER="al.bobylev@gmail.com"
    54.7 -LICENSE="LGPL3"
    54.8 +LICENSE="LGPL2.1"
    54.9  WEB_SITE="https://launchpad.net/unico"
   54.10  
   54.11  WANTED="gtk3-engine-unico"
    55.1 --- a/gtk3-engine-unico/receipt	Sat Aug 10 09:25:15 2013 +0000
    55.2 +++ b/gtk3-engine-unico/receipt	Sat Aug 10 11:00:21 2013 +0000
    55.3 @@ -5,7 +5,7 @@
    55.4  CATEGORY="x-window"
    55.5  SHORT_DESC="Unico GTK3 theme engine"
    55.6  MAINTAINER="al.bobylev@gmail.com"
    55.7 -LICENSE="LGPL3"
    55.8 +LICENSE="LGPL2.1"
    55.9  WEB_SITE="https://launchpad.net/unico"
   55.10  SOURCE="unico"
   55.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    56.1 --- a/gtkdatabox-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    56.2 +++ b/gtkdatabox-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    56.3 @@ -5,6 +5,7 @@
    56.4  CATEGORY="development"
    56.5  SHORT_DESC="GTKdatabox devel files."
    56.6  MAINTAINER="pankso@slitaz.org"
    56.7 +LICENSE="LGPL2.1"
    56.8  WANTED="gtkdatabox"
    56.9  WEB_SITE="http://sourceforge.net/projects/gtkdatabox/"
   56.10  
   56.11 @@ -12,7 +13,7 @@
   56.12  genpkg_rules()
   56.13  {
   56.14  	mkdir -p $fs/usr/lib
   56.15 -	cp -a $_pkg/usr/include $fs/usr
   56.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   56.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   56.18 +	cp -a $install/usr/include $fs/usr
   56.19 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   56.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   56.21  }
    57.1 --- a/gtkdatabox/receipt	Sat Aug 10 09:25:15 2013 +0000
    57.2 +++ b/gtkdatabox/receipt	Sat Aug 10 11:00:21 2013 +0000
    57.3 @@ -5,12 +5,14 @@
    57.4  CATEGORY="development"
    57.5  SHORT_DESC="Widget for live display of large amounts of fluctuating data."
    57.6  MAINTAINER="pankso@slitaz.org"
    57.7 -DEPENDS="gtk+"
    57.8 -BUILD_DEPENDS="pkg-config libffi gtk+-dev"
    57.9 +LICENSE="LGPL2.1"
   57.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   57.11  WEB_SITE="http://sourceforge.net/projects/gtkdatabox/"
   57.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   57.13  
   57.14 +DEPENDS="gtk+"
   57.15 +BUILD_DEPENDS="pkg-config libffi gtk+-dev"
   57.16 +
   57.17  # Rules to configure and make the package.
   57.18  compile_rules()
   57.19  {
   57.20 @@ -32,5 +34,5 @@
   57.21  genpkg_rules()
   57.22  {
   57.23  	mkdir -p $fs/usr/lib
   57.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   57.25 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   57.26  }
    58.1 --- a/gtkmm-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    58.2 +++ b/gtkmm-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    58.3 @@ -5,9 +5,11 @@
    58.4  CATEGORY="development"
    58.5  SHORT_DESC="Callback Framework for C++ devel files."
    58.6  MAINTAINER="pankso@slitaz.org"
    58.7 +LICENSE="LGPL2.1"
    58.8  WANTED="gtkmm"
    58.9 +WEB_SITE="http://www.gtkmm.org/"
   58.10 +
   58.11  DEPENDS="gtkmm gtk+-dev atkmm-dev glibmm-dev libgiomm-dev pangomm-dev"
   58.12 -WEB_SITE="http://www.gtkmm.org/"
   58.13  
   58.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   58.15  genpkg_rules()
    59.1 --- a/gtkmm/receipt	Sat Aug 10 09:25:15 2013 +0000
    59.2 +++ b/gtkmm/receipt	Sat Aug 10 11:00:21 2013 +0000
    59.3 @@ -5,6 +5,7 @@
    59.4  CATEGORY="x-window"
    59.5  SHORT_DESC="C++ interface for the popular GUI library GTK+."
    59.6  MAINTAINER="pankso@slitaz.org"
    59.7 +LICENSE="LGPL2.1"
    59.8  TARBALL="$PACKAGE-$VERSION.tar.xz"
    59.9  WEB_SITE="http://www.gtkmm.org/"
   59.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
    60.1 --- a/ibus-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    60.2 +++ b/ibus-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    60.3 @@ -5,6 +5,7 @@
    60.4  CATEGORY="development"
    60.5  SHORT_DESC="Intelligent Input Bus for Linux / Unix OS, development files"
    60.6  MAINTAINER="pascal.bellard@slitaz.org"
    60.7 +LICENSE="LGPL2.1"
    60.8  WEB_SITE="http://code.google.com/p/ibus/"
    60.9  WANTED="ibus"
   60.10  
    61.1 --- a/ibus-hangul/receipt	Sat Aug 10 09:25:15 2013 +0000
    61.2 +++ b/ibus-hangul/receipt	Sat Aug 10 11:00:21 2013 +0000
    61.3 @@ -5,6 +5,7 @@
    61.4  CATEGORY="utilities"
    61.5  SHORT_DESC="Intelligent Input Bus"
    61.6  MAINTAINER="pascal.bellard@slitaz.org"
    61.7 +LICENSE="GPL2"
    61.8  WEB_SITE="http://code.google.com/p/ibus/"
    61.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   61.10  WGET_URL="http://ibus.googlecode.com/files/$TARBALL"
    62.1 --- a/ibus/receipt	Sat Aug 10 09:25:15 2013 +0000
    62.2 +++ b/ibus/receipt	Sat Aug 10 11:00:21 2013 +0000
    62.3 @@ -5,6 +5,7 @@
    62.4  CATEGORY="utilities"
    62.5  SHORT_DESC="Intelligent Input Bus for Linux / Unix OS"
    62.6  MAINTAINER="pascal.bellard@slitaz.org"
    62.7 +LICENSE="LGPL2.1"
    62.8  WEB_SITE="http://code.google.com/p/ibus/"
    62.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   62.10  WGET_URL="http://ibus.googlecode.com/files/$TARBALL"
    63.1 --- a/id3v2/receipt	Sat Aug 10 09:25:15 2013 +0000
    63.2 +++ b/id3v2/receipt	Sat Aug 10 11:00:21 2013 +0000
    63.3 @@ -5,12 +5,14 @@
    63.4  CATEGORY="multimedia"
    63.5  SHORT_DESC="A command line editor for id3v2 tags."
    63.6  MAINTAINER="paul@slitaz.org"
    63.7 -DEPENDS="id3lib"
    63.8 -BUILD_DEPENDS="id3lib-dev"
    63.9 +LICENSE="LGPL2.1"
   63.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   63.11  WEB_SITE="http://id3v2.sourceforge.net/"
   63.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   63.13  
   63.14 +DEPENDS="id3lib"
   63.15 +BUILD_DEPENDS="id3lib-dev"
   63.16 +
   63.17  # Rules to configure and make the package.
   63.18  compile_rules()
   63.19  {
    64.1 --- a/iso-codes/receipt	Sat Aug 10 09:25:15 2013 +0000
    64.2 +++ b/iso-codes/receipt	Sat Aug 10 11:00:21 2013 +0000
    64.3 @@ -5,6 +5,7 @@
    64.4  CATEGORY="utilities"
    64.5  SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists + translations."
    64.6  MAINTAINER="pascal.bellard@slitaz.org"
    64.7 +LICENSE="LGPL2.1"
    64.8  WEB_SITE="http://pkg-isocodes.alioth.debian.org"
    64.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
   64.10  WGET_URL="http://pkg-isocodes.alioth.debian.org/downloads/$TARBALL"
    65.1 --- a/json-glib-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    65.2 +++ b/json-glib-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    65.3 @@ -5,17 +5,19 @@
    65.4  CATEGORY="development"
    65.5  SHORT_DESC="json-glib development files"
    65.6  MAINTAINER="mallory@sweetpeople.org"
    65.7 +LICENSE="LGPL2.1"
    65.8  WEB_SITE="http://live.gnome.org/JsonGlib"
    65.9 +WANTED="json-glib"
   65.10 +
   65.11  DEPENDS="json-glib glib-dev"
   65.12 -WANTED="json-glib"
   65.13  
   65.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   65.15  genpkg_rules()
   65.16  {
   65.17  	mkdir -p $fs/usr/lib $fs/usr/share
   65.18 -	cp -a $_pkg/usr/include $fs/usr
   65.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   65.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   65.21 -	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
   65.22 +	cp -a $install/usr/include $fs/usr
   65.23 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   65.24 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   65.25 +	cp -a $install/usr/share/gir-1.0 $fs/usr/share
   65.26  }
   65.27  
    66.1 --- a/json-glib/receipt	Sat Aug 10 09:25:15 2013 +0000
    66.2 +++ b/json-glib/receipt	Sat Aug 10 11:00:21 2013 +0000
    66.3 @@ -5,6 +5,7 @@
    66.4  CATEGORY="development"
    66.5  SHORT_DESC="JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation"
    66.6  MAINTAINER="mallory@sweetpeople.org"
    66.7 +LICENSE="LGPL2.1"
    66.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    66.9  WEB_SITE="http://live.gnome.org/JsonGlib"
   66.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
   66.11 @@ -25,7 +26,7 @@
   66.12  genpkg_rules()
   66.13  {
   66.14  	mkdir -p $fs/usr/lib
   66.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   66.16 -	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
   66.17 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   66.18 +	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
   66.19  }
   66.20  
    67.1 --- a/libasyncns-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    67.2 +++ b/libasyncns-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    67.3 @@ -5,16 +5,18 @@
    67.4  CATEGORY="development"
    67.5  SHORT_DESC="devel files for libasyncns."
    67.6  MAINTAINER="slaxemulator@gmail.com"
    67.7 -DEPENDS="libasyncns"
    67.8 +LICENSE="LGPL2.1"
    67.9  WEB_SITE="http://0pointer.de/lennart/projects/libasyncns"
   67.10  WANTED="libasyncns"
   67.11  
   67.12 +DEPENDS="libasyncns"
   67.13 +
   67.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   67.15  genpkg_rules()
   67.16  {
   67.17  	mkdir -p $fs/usr/lib
   67.18 -	cp -a $_pkg/usr/include $fs/usr
   67.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   67.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   67.21 +	cp -a $install/usr/include $fs/usr
   67.22 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   67.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   67.24  }
   67.25  
    68.1 --- a/libasyncns/receipt	Sat Aug 10 09:25:15 2013 +0000
    68.2 +++ b/libasyncns/receipt	Sat Aug 10 11:00:21 2013 +0000
    68.3 @@ -5,11 +5,13 @@
    68.4  CATEGORY="development"
    68.5  SHORT_DESC="A C library for Linux/Unix for executing name service queries asynchronously."
    68.6  MAINTAINER="slaxemulator@gmail.com"
    68.7 -DEPENDS="glibc-base"
    68.8 +LICENSE="LGPL2.1"
    68.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   68.10  WEB_SITE="http://0pointer.de/lennart/projects/libasyncns"
   68.11  WGET_URL="$WEB_SITE/$TARBALL"
   68.12  
   68.13 +DEPENDS="glibc-base"
   68.14 +
   68.15  # Rules to configure and make the package.
   68.16  compile_rules()
   68.17  {
   68.18 @@ -20,13 +22,13 @@
   68.19  		--mandir=/usr/share/man \
   68.20  		--disable-lynx \
   68.21  		$CONFIGURE_ARGS &&
   68.22 -	make && make DESTDIR=$PWD/_pkg install
   68.23 +	make && make DESTDIR=$DESTDIR install
   68.24  }
   68.25  
   68.26  # Rules to gen a SliTaz package suitable for Tazpkg.
   68.27  genpkg_rules()
   68.28  {
   68.29  	mkdir -p $fs/usr/lib
   68.30 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   68.31 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   68.32  }
   68.33  
    69.1 --- a/libcairo-compmgr-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    69.2 +++ b/libcairo-compmgr-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    69.3 @@ -5,6 +5,7 @@
    69.4  CATEGORY="development"
    69.5  SHORT_DESC="Cairo composite manager - library development files"
    69.6  MAINTAINER="al.bobylev@gmail.com"
    69.7 +LICENSE="GPL2"
    69.8  WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    69.9  
   69.10  WANTED="cairo-compmgr-core"
    70.1 --- a/libcairo-compmgr0/receipt	Sat Aug 10 09:25:15 2013 +0000
    70.2 +++ b/libcairo-compmgr0/receipt	Sat Aug 10 11:00:21 2013 +0000
    70.3 @@ -5,6 +5,7 @@
    70.4  CATEGORY="development"
    70.5  SHORT_DESC="Cairo composite manager - library"
    70.6  MAINTAINER="al.bobylev@gmail.com"
    70.7 +LICENSE="GPL2"
    70.8  WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    70.9  
   70.10  WANTED="cairo-compmgr-core"
    71.1 --- a/libelementary/receipt	Sat Aug 10 09:25:15 2013 +0000
    71.2 +++ b/libelementary/receipt	Sat Aug 10 11:00:21 2013 +0000
    71.3 @@ -5,7 +5,7 @@
    71.4  CATEGORY="development"
    71.5  SHORT_DESC="Elementary library."
    71.6  MAINTAINER="pankso@slitaz.org"
    71.7 -LICENSE="BSD"
    71.8 +LICENSE="LGPL2.1"
    71.9  WANTED="elementary"
   71.10  WEB_SITE="http://www.enlightenment.org/"
   71.11  
    72.1 --- a/libgiomm-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    72.2 +++ b/libgiomm-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    72.3 @@ -5,6 +5,7 @@
    72.4  CATEGORY="development"
    72.5  SHORT_DESC="GIO Framework for C++ devel files."
    72.6  MAINTAINER="pankso@slitaz.org"
    72.7 +LICENSE="LGPL2.1"
    72.8  DEPENDS="libgiomm"
    72.9  WANTED="glibmm"
   72.10  WEB_SITE="http://www.gtkmm.org/"
   72.11 @@ -13,8 +14,8 @@
   72.12  genpkg_rules()
   72.13  {
   72.14  	mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include
   72.15 -	cp -a $_pkg/usr/lib/libgiomm*.*a $fs/usr/lib
   72.16 -	cp -a $_pkg/usr/lib/pkgconfig/giomm-2.4.pc $fs/usr/lib/pkgconfig
   72.17 -	cp -a $_pkg/usr/lib/giomm-2.4 $fs/usr/lib
   72.18 -	cp -a $_pkg/usr/include/giomm-2.4 $fs/usr/include
   72.19 +	cp -a $install/usr/lib/libgiomm*.*a $fs/usr/lib
   72.20 +	cp -a $install/usr/lib/pkgconfig/giomm-2.4.pc $fs/usr/lib/pkgconfig
   72.21 +	cp -a $install/usr/lib/giomm-2.4 $fs/usr/lib
   72.22 +	cp -a $install/usr/include/giomm-2.4 $fs/usr/include
   72.23  }
    73.1 --- a/libgiomm/receipt	Sat Aug 10 09:25:15 2013 +0000
    73.2 +++ b/libgiomm/receipt	Sat Aug 10 11:00:21 2013 +0000
    73.3 @@ -5,6 +5,7 @@
    73.4  CATEGORY="x-window"
    73.5  SHORT_DESC="GIO Framework for C++."
    73.6  MAINTAINER="pankso@slitaz.org"
    73.7 +LICENSE="LGPL2.1"
    73.8  DEPENDS="glib glibmm libgio libsigc++ gcc-lib-base"
    73.9  WANTED="glibmm"
   73.10  WEB_SITE="http://www.gtkmm.org/"
   73.11 @@ -13,5 +14,5 @@
   73.12  genpkg_rules()
   73.13  {
   73.14  	mkdir -p $fs/usr/lib
   73.15 -	cp -a $_pkg/usr/lib/libgiomm*.so* $fs/usr/lib
   73.16 +	cp -a $install/usr/lib/libgiomm*.so* $fs/usr/lib
   73.17  }
    74.1 --- a/libqwt5-qt4-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    74.2 +++ b/libqwt5-qt4-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    74.3 @@ -5,6 +5,7 @@
    74.4  CATEGORY="development"
    74.5  SHORT_DESC="Lib Qt Widgets for Technical applications"
    74.6  MAINTAINER="slitaz@objectif-securite.ch"
    74.7 +LICENSE="LGPL2.1"
    74.8  DEPENDS="qt-x11-opensource-src libqwt5-qt4"
    74.9  WEB_SITE="http://qwt.sourceforge.net"
   74.10  WANTED="libqwt5-qt4"
    75.1 --- a/libqwt5-qt4/receipt	Sat Aug 10 09:25:15 2013 +0000
    75.2 +++ b/libqwt5-qt4/receipt	Sat Aug 10 11:00:21 2013 +0000
    75.3 @@ -5,13 +5,15 @@
    75.4  CATEGORY="graphics"
    75.5  SHORT_DESC="Lib Qt Widgets for Technical applications"
    75.6  MAINTAINER="slitaz@objectif-securite.ch"
    75.7 -DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base"
    75.8 -BUILD_DEPENDS="$DEPENDS qt4 qmake Qt4-dev"
    75.9 +LICENSE="LGPL2.1"
   75.10  SOURCE="qwt"
   75.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
   75.12  WEB_SITE="http://qwt.sourceforge.net"
   75.13  WGET_URL="http://switch.dl.sourceforge.net/sourceforge/qwt/$TARBALL"
   75.14  
   75.15 +DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base"
   75.16 +BUILD_DEPENDS="$DEPENDS qt4 qmake Qt4-dev"
   75.17 +
   75.18  # Rules to configure and make the package.
   75.19  compile_rules()
   75.20  {
    76.1 --- a/libqwt6-qt4-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    76.2 +++ b/libqwt6-qt4-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    76.3 @@ -5,6 +5,7 @@
    76.4  CATEGORY="development"
    76.5  SHORT_DESC="Lib Qt Widgets for Technical applications"
    76.6  MAINTAINER="slitaz@objectif-securite.ch"
    76.7 +LICENSE="LGPL2.1"
    76.8  WEB_SITE="http://qwt.sourceforge.net"
    76.9  WANTED="libqwt6-qt4"
   76.10  
    77.1 --- a/libqwt6-qt4/receipt	Sat Aug 10 09:25:15 2013 +0000
    77.2 +++ b/libqwt6-qt4/receipt	Sat Aug 10 11:00:21 2013 +0000
    77.3 @@ -5,6 +5,7 @@
    77.4  CATEGORY="graphics"
    77.5  SHORT_DESC="Lib Qt Widgets for Technical applications"
    77.6  MAINTAINER="slitaz@objectif-securite.ch"
    77.7 +LICENSE="LGPL2.1"
    77.8  SOURCE="qwt"
    77.9  TARBALL="$SOURCE-$VERSION.tar.bz2"
   77.10  WEB_SITE="http://qwt.sourceforge.net"
    78.1 --- a/libsdl-mixer-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    78.2 +++ b/libsdl-mixer-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    78.3 @@ -5,6 +5,7 @@
    78.4  CATEGORY="development"
    78.5  SHORT_DESC="Development files of a multichannel sample and music mixer."
    78.6  MAINTAINER="chadi.elahmad@gmail.com"
    78.7 +LICENSE="LGPL2.1"
    78.8  WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
    78.9  WANTED="libsdl-mixer"
   78.10  SOURCE="SDL_mixer"
    79.1 --- a/libsdl-mixer/receipt	Sat Aug 10 09:25:15 2013 +0000
    79.2 +++ b/libsdl-mixer/receipt	Sat Aug 10 11:00:21 2013 +0000
    79.3 @@ -6,6 +6,7 @@
    79.4  CATEGORY="development"
    79.5  SHORT_DESC="A multichannel sample and music mixer."
    79.6  MAINTAINER="chadi.elahmad@gmail.com"
    79.7 +LICENSE="LGPL2.1"
    79.8  TARBALL="$SOURCE-$VERSION.tar.gz"
    79.9  WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
   79.10  WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
    80.1 --- a/libsdl-net-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    80.2 +++ b/libsdl-net-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    80.3 @@ -5,6 +5,7 @@
    80.4  CATEGORY="development"
    80.5  SHORT_DESC="SDL net lib devel files."
    80.6  MAINTAINER="pankso@slitaz.org"
    80.7 +LICENSE="LGPL2.1"
    80.8  WANTED="libsdl-net"
    80.9  SOURCE="SDL_net"
   80.10  WEB_SITE="http://www.libsdl.org/projects/SDL_net/"
    81.1 --- a/libsdl-net/receipt	Sat Aug 10 09:25:15 2013 +0000
    81.2 +++ b/libsdl-net/receipt	Sat Aug 10 11:00:21 2013 +0000
    81.3 @@ -6,6 +6,7 @@
    81.4  CATEGORY="x-window"
    81.5  SHORT_DESC="SDL net support."
    81.6  MAINTAINER="pankso@slitaz.org"
    81.7 +LICENSE="LGPL2.1"
    81.8  TARBALL="$SOURCE-$VERSION.tar.gz"
    81.9  WEB_SITE="http://www.libsdl.org/projects/SDL_net/"
   81.10  WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL"
    82.1 --- a/libsdl-pango-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    82.2 +++ b/libsdl-pango-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    82.3 @@ -5,6 +5,7 @@
    82.4  CATEGORY="development"
    82.5  SHORT_DESC="devel files for libsdl-pango"
    82.6  MAINTAINER="slaxemulator@gmail.com"
    82.7 +LICENSE="LGPL2.1"
    82.8  WEB_SITE="http://sdlpango.sourceforge.net/"
    82.9  WANTED="libsdl-pango"
   82.10  SOURCE="SDL_Pango"
    83.1 --- a/libsdl-pango/receipt	Sat Aug 10 09:25:15 2013 +0000
    83.2 +++ b/libsdl-pango/receipt	Sat Aug 10 11:00:21 2013 +0000
    83.3 @@ -5,6 +5,7 @@
    83.4  CATEGORY="x-window"
    83.5  SHORT_DESC="Pango SDL binding."
    83.6  MAINTAINER="slaxemulator@gmail.com"
    83.7 +LICENSE="LGPL2.1"
    83.8  SOURCE="SDL_Pango"
    83.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   83.10  WEB_SITE="http://sdlpango.sourceforge.net/"
    84.1 --- a/libsdl-ttf-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    84.2 +++ b/libsdl-ttf-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    84.3 @@ -5,6 +5,7 @@
    84.4  CATEGORY="development"
    84.5  SHORT_DESC="SDL ttf lib devel files."
    84.6  MAINTAINER="pankso@slitaz.org"
    84.7 +LICENSE="LGPL2.1"
    84.8  WANTED="libsdl-ttf"
    84.9  SOURCE="SDL_ttf"
   84.10  WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/"
    85.1 --- a/libsdl-ttf/receipt	Sat Aug 10 09:25:15 2013 +0000
    85.2 +++ b/libsdl-ttf/receipt	Sat Aug 10 11:00:21 2013 +0000
    85.3 @@ -6,6 +6,7 @@
    85.4  CATEGORY="x-window"
    85.5  SHORT_DESC="SDL ttf support."
    85.6  MAINTAINER="pankso@slitaz.org"
    85.7 +LICENSE="LGPL2.1"
    85.8  TARBALL="$SOURCE-$VERSION.tar.gz"
    85.9  WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/"
   85.10  WGET_URL="http://www.libsdl.org/projects/SDL_ttf/release/$TARBALL"
    86.1 --- a/libsexy-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    86.2 +++ b/libsexy-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    86.3 @@ -6,7 +6,7 @@
    86.4  SHORT_DESC="Sexy widgests for GTK+ devel files."
    86.5  WANTED="libsexy"
    86.6  MAINTAINER="pankso@slitaz.org"
    86.7 -LICENSE="GPL2"
    86.8 +LICENSE="LGPL2.1"
    86.9  WEB_SITE="http://www.chipx86.com/wiki/Libsexy"
   86.10  
   86.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    87.1 --- a/libsexy/receipt	Sat Aug 10 09:25:15 2013 +0000
    87.2 +++ b/libsexy/receipt	Sat Aug 10 11:00:21 2013 +0000
    87.3 @@ -5,7 +5,7 @@
    87.4  CATEGORY="x-window"
    87.5  SHORT_DESC="Sexy widgests for GTK+."
    87.6  MAINTAINER="pankso@slitaz.org"
    87.7 -LICENSE="GPL2"
    87.8 +LICENSE="LGPL2.1"
    87.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   87.10  WEB_SITE="http://www.chipx86.com/wiki/Libsexy"
   87.11  WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL"
    88.1 --- a/libssh-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    88.2 +++ b/libssh-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    88.3 @@ -5,7 +5,7 @@
    88.4  CATEGORY="development"
    88.5  SHORT_DESC="devel files for libssh"
    88.6  MAINTAINER="slaxemulator@gmail.com"
    88.7 -LICENSE="GPL2"
    88.8 +LICENSE="LGPL2.1"
    88.9  WEB_SITE="http://www.libssh.org/"
   88.10  WANTED="libssh"
   88.11  
    89.1 --- a/libssh/receipt	Sat Aug 10 09:25:15 2013 +0000
    89.2 +++ b/libssh/receipt	Sat Aug 10 11:00:21 2013 +0000
    89.3 @@ -5,7 +5,7 @@
    89.4  CATEGORY="network"
    89.5  SHORT_DESC="Library for accessing ssh client services through C libraries"
    89.6  MAINTAINER="slaxemulator@gmail.com"
    89.7 -LICENSE="GPL2"
    89.8 +LICENSE="LGPL2.1"
    89.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   89.10  WEB_SITE="http://www.libssh.org/"
   89.11  WGET_URL="https://red.libssh.org/attachments/download/27/$TARBALL"
    90.1 --- a/libunixODBC/receipt	Sat Aug 10 09:25:15 2013 +0000
    90.2 +++ b/libunixODBC/receipt	Sat Aug 10 11:00:21 2013 +0000
    90.3 @@ -5,6 +5,7 @@
    90.4  CATEGORY="system-tools"
    90.5  SHORT_DESC="ODBC for unix libraries."
    90.6  MAINTAINER="pascal.bellard@slitaz.org"
    90.7 +LICENSE="LGPL2.1"
    90.8  WEB_SITE="http://www.unixodbc.org/"
    90.9  WANTED="unixODBC"
   90.10  
   90.11 @@ -12,6 +13,6 @@
   90.12  genpkg_rules()
   90.13  {
   90.14  	mkdir -p $fs/usr/lib
   90.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   90.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   90.17  }
   90.18  
    91.1 --- a/log4c-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    91.2 +++ b/log4c-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    91.3 @@ -5,6 +5,7 @@
    91.4  CATEGORY="development"
    91.5  SHORT_DESC="Log4c development files"
    91.6  MAINTAINER="erjo@slitaz.org"
    91.7 +LICENSE="LGPL2.1"
    91.8  WEB_SITE="http://log4c.sourceforge.net"
    91.9  WANTED="log4c"
   91.10  
    92.1 --- a/log4c/receipt	Sat Aug 10 09:25:15 2013 +0000
    92.2 +++ b/log4c/receipt	Sat Aug 10 11:00:21 2013 +0000
    92.3 @@ -5,6 +5,7 @@
    92.4  CATEGORY="system-tools"
    92.5  SHORT_DESC="Logging for C Library"
    92.6  MAINTAINER="erjo@slitaz.org"
    92.7 +LICENSE="LGPL2.1"
    92.8  WEB_SITE="http://log4c.sourceforge.net"
    92.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   92.10  WGET_URL="http://prdownloads.sourceforge.net/log4c/$TARBALL"
    93.1 --- a/midori-video/receipt	Sat Aug 10 09:25:15 2013 +0000
    93.2 +++ b/midori-video/receipt	Sat Aug 10 11:00:21 2013 +0000
    93.3 @@ -5,7 +5,7 @@
    93.4  CATEGORY="multimedia"
    93.5  SHORT_DESC="Add video support to midori for html5 videos"
    93.6  MAINTAINER="domcox@slitaz.org"
    93.7 -LICENSE="GPL"
    93.8 +LICENSE="LGPL2.1"
    93.9  WEB_SITE="http://www.slitaz.org"
   93.10  
   93.11  DEPENDS="midori libwebkit-video gstreamer gst-plugins-base gst-plugins-good \
    94.1 --- a/midori/receipt	Sat Aug 10 09:25:15 2013 +0000
    94.2 +++ b/midori/receipt	Sat Aug 10 11:00:21 2013 +0000
    94.3 @@ -5,6 +5,7 @@
    94.4  CATEGORY="x-window"
    94.5  SHORT_DESC="Lightweight web browser based on GTK+/WebKit"
    94.6  MAINTAINER="pankso@slitaz.org"
    94.7 +LICENSE="LGPL2.1"
    94.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    94.9  WEB_SITE="http://twotoasts.de/index.php/midori/"
   94.10  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL"
    95.1 --- a/mixxx/receipt	Sat Aug 10 09:25:15 2013 +0000
    95.2 +++ b/mixxx/receipt	Sat Aug 10 11:00:21 2013 +0000
    95.3 @@ -5,6 +5,7 @@
    95.4  CATEGORY="multimedia"
    95.5  SHORT_DESC="Digital DJ mixing software"
    95.6  MAINTAINER="slaxemulator@gmail.com"
    95.7 +LICENSE="LGPL2.1"
    95.8  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
    95.9  WEB_SITE="http://www.mixxx.org/"
   95.10  WGET_URL="http://downloads.mixxx.org/$PACKAGE-$VERSION/$TARBALL"
    96.1 --- a/mpg123-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
    96.2 +++ b/mpg123-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
    96.3 @@ -5,10 +5,12 @@
    96.4  CATEGORY="development"
    96.5  SHORT_DESC="mpg123 development files"
    96.6  MAINTAINER="devl547@gmail.com"
    96.7 -DEPENDS="mpg123"
    96.8 +LICENSE="LGPL2.1"
    96.9  WANTED="mpg123"
   96.10  WEB_SITE="http://www.mpg123.de"
   96.11  
   96.12 +DEPENDS="mpg123"
   96.13 +
   96.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   96.15  genpkg_rules()
   96.16  {
    97.1 --- a/mpg123/receipt	Sat Aug 10 09:25:15 2013 +0000
    97.2 +++ b/mpg123/receipt	Sat Aug 10 11:00:21 2013 +0000
    97.3 @@ -5,12 +5,14 @@
    97.4  CATEGORY="multimedia"
    97.5  SHORT_DESC="Command line audio player and streamer"
    97.6  MAINTAINER="pankso@slitaz.org"
    97.7 -DEPENDS="alsa-lib libltdl esound openal portaudio libsdl"
    97.8 -BUILD_DEPENDS="alsa-lib-dev libtool"
    97.9 +LICENSE="LGPL2.1"
   97.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   97.11  WEB_SITE="http://www.mpg123.de/"
   97.12  WGET_URL="http://www.mpg123.de/download/$TARBALL"
   97.13  
   97.14 +DEPENDS="alsa-lib libltdl esound openal portaudio libsdl"
   97.15 +BUILD_DEPENDS="alsa-lib-dev libtool"
   97.16 +
   97.17  # Rules to configure and make the package.
   97.18  compile_rules()
   97.19  {
    98.1 --- a/nss-ldapd/receipt	Sat Aug 10 09:25:15 2013 +0000
    98.2 +++ b/nss-ldapd/receipt	Sat Aug 10 11:00:21 2013 +0000
    98.3 @@ -5,6 +5,7 @@
    98.4  CATEGORY="system-tools"
    98.5  SHORT_DESC="NSS module for name lookups using LDAP (nss_ldap remplacement)."
    98.6  MAINTAINER="pascal.bellard@slitaz.org"
    98.7 +LICENSE="LGPL2.1"
    98.8  SOURCE="nss-pam-ldapd"
    98.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   98.10  WEB_SITE="http://ch.tudelft.nl/~arthur/nss-ldapd/"
   98.11 @@ -24,15 +25,15 @@
   98.12  	./configure --prefix=/usr --infodir=/usr/share/info \
   98.13  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   98.14  	make &&
   98.15 -	make DESTDIR=$PWD/_pkg install
   98.16 +	make DESTDIR=$DESTDIR install
   98.17  }
   98.18  
   98.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   98.20  genpkg_rules()
   98.21  {
   98.22  	mkdir -p $fs/usr
   98.23 -	cp -a $_pkg/etc $fs
   98.24 -	cp -a $_pkg/usr/sbin $fs/usr
   98.25 -	cp -a $_pkg/usr/lib $fs/usr
   98.26 +	cp -a $install/etc $fs
   98.27 +	cp -a $install/usr/sbin $fs/usr
   98.28 +	cp -a $install/usr/lib $fs/usr
   98.29  }
   98.30  
    99.1 --- a/ogmrip/receipt	Sat Aug 10 09:25:15 2013 +0000
    99.2 +++ b/ogmrip/receipt	Sat Aug 10 11:00:21 2013 +0000
    99.3 @@ -5,11 +5,12 @@
    99.4  SHORT_DESC="Libraries and GTK2 interface for DVD ripping using mencoder."
    99.5  WEB_SITE="http://ogmrip.sourceforge.net/en/index.html"
    99.6  MAINTAINER="fredericguilbault@live.ca"
    99.7 -DEPENDS="libdvdread enca libxml2 mplayer mencoder libglade libnotify acl GConf"
    99.8 -BUILD_DEPENDS="libglade-dev libnotify-dev glib-dev libgio-dev enca-dev libxml2-dev mplayer mencoder tiff-dev zlib-dev intltool acl libdvdread-dev GConf-dev pkg-config" 
    99.9 +LICENSE="LGPL2.1"
   99.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   99.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   99.12  
   99.13 +DEPENDS="libdvdread enca libxml2 mplayer mencoder libglade libnotify acl GConf"
   99.14 +BUILD_DEPENDS="libglade-dev libnotify-dev glib-dev libgio-dev enca-dev libxml2-dev mplayer mencoder tiff-dev zlib-dev intltool acl libdvdread-dev GConf-dev pkg-config" 
   99.15  
   99.16  compile_rules()
   99.17  {
   99.18 @@ -23,12 +24,12 @@
   99.19  {
   99.20  	mkdir -p $fs/usr/lib $fs/usr/share
   99.21  
   99.22 -	cp -a $_pkg/usr/bin $fs/usr
   99.23 -	cp -a $_pkg/usr/share/applications $fs/usr/share
   99.24 -	cp -a $_pkg/usr/share/ogmrip $fs/usr/share
   99.25 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
   99.26 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   99.27 -	cp -a $_pkg/usr/lib/ogmrip $fs/usr/lib
   99.28 +	cp -a $install/usr/bin $fs/usr
   99.29 +	cp -a $install/usr/share/applications $fs/usr/share
   99.30 +	cp -a $install/usr/share/ogmrip $fs/usr/share
   99.31 +	cp -a $install/usr/share/pixmaps $fs/usr/share
   99.32 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   99.33 +	cp -a $install/usr/lib/ogmrip $fs/usr/lib
   99.34  	find $fs/usr/lib/ogmrip -name "*.*a" -type f -delete
   99.35 -	cp -a $_pkg/etc $fs
   99.36 +	cp -a $install/etc $fs
   99.37  }
   100.1 --- a/ola-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   100.2 +++ b/ola-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   100.3 @@ -5,6 +5,7 @@
   100.4  CATEGORY="development"
   100.5  SHORT_DESC="Open Lighting Architecture devel files."
   100.6  MAINTAINER="kult-ex@aon.at"
   100.7 +LICENSE="LGPL2.1"
   100.8  WEB_SITE="http://www.opendmx.net/index.php/OLA"
   100.9  DEPENDS="ola"
  100.10  WANTED="ola"
   101.1 --- a/ola/receipt	Sat Aug 10 09:25:15 2013 +0000
   101.2 +++ b/ola/receipt	Sat Aug 10 11:00:21 2013 +0000
   101.3 @@ -5,6 +5,7 @@
   101.4  CATEGORY="network"
   101.5  SHORT_DESC="Open Lighting Architecture."
   101.6  MAINTAINER="kult-ex@aon.at"
   101.7 +LICENSE="LGPL2.1"
   101.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
   101.9  WEB_SITE="http://www.opendmx.net/index.php/OLA"
  101.10  WGET_URL="http://open-lighting.googlecode.com/files/$TARBALL"
   102.1 --- a/ortp-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   102.2 +++ b/ortp-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   102.3 @@ -5,8 +5,10 @@
   102.4  CATEGORY="development"
   102.5  SHORT_DESC="Library implementing the Real-time Transport Protocol (RFC3550), development files."
   102.6  MAINTAINER="pascal.bellard@slitaz.org"
   102.7 +LICENSE="LGPL2.1"
   102.8  WEB_SITE="http://freecode.com/projects/ortp"
   102.9  WANTED="ortp"
  102.10 +
  102.11  DEPENDS="ortp"
  102.12  
  102.13  # Rules to gen a SliTaz package suitable for Tazpkg.
   103.1 --- a/ortp/receipt	Sat Aug 10 09:25:15 2013 +0000
   103.2 +++ b/ortp/receipt	Sat Aug 10 11:00:21 2013 +0000
   103.3 @@ -5,6 +5,7 @@
   103.4  CATEGORY="network"
   103.5  SHORT_DESC="Library implementing the Real-time Transport Protocol (RFC3550)."
   103.6  MAINTAINER="pascal.bellard@slitaz.org"
   103.7 +LICENSE="LGPL2.1"
   103.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
   103.9  WEB_SITE="http://freecode.com/projects/ortp"
  103.10  WGET_URL="http://download-mirror.savannah.gnu.org/releases/linphone/$PACKAGE/sources/$TARBALL"
   104.1 --- a/pangomm-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   104.2 +++ b/pangomm-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   104.3 @@ -5,15 +5,17 @@
   104.4  CATEGORY="development"
   104.5  SHORT_DESC="Pangomm library devel files."
   104.6  MAINTAINER="pankso@slitaz.org"
   104.7 -DEPENDS="pangomm cairomm-dev"
   104.8 +LICENSE="LGPL2.1"
   104.9  WANTED="pangomm"
  104.10  WEB_SITE="http://www.gnome.org/"
  104.11  
  104.12 +DEPENDS="pangomm cairomm-dev"
  104.13 +
  104.14  # Rules to gen a SliTaz package suitable for Tazpkg.
  104.15  genpkg_rules()
  104.16  {
  104.17  	mkdir -p $fs/usr/lib
  104.18 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
  104.19 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
  104.20 -	cp -a $_pkg/usr/include $_pkg/usr/lib/*/include $fs/usr
  104.21 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
  104.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
  104.23 +	cp -a $install/usr/include $_pkg/usr/lib/*/include $fs/usr
  104.24  }
   105.1 --- a/pangomm/receipt	Sat Aug 10 09:25:15 2013 +0000
   105.2 +++ b/pangomm/receipt	Sat Aug 10 11:00:21 2013 +0000
   105.3 @@ -5,12 +5,14 @@
   105.4  CATEGORY="x-window"
   105.5  SHORT_DESC="Pango binding for GTKmm."
   105.6  MAINTAINER="pankso@slitaz.org"
   105.7 -DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base"
   105.8 -BUILD_DEPENDS="cairo-dev cairomm-dev glibmm-dev pango-dev"
   105.9 +LICENSE="LGPL2.1"
  105.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
  105.11  WEB_SITE="http://www.gnome.org/"
  105.12  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
  105.13  
  105.14 +DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base"
  105.15 +BUILD_DEPENDS="cairo-dev cairomm-dev glibmm-dev pango-dev"
  105.16 +
  105.17  # Rules to configure and make the package.
  105.18  compile_rules()
  105.19  {
  105.20 @@ -26,6 +28,6 @@
  105.21  genpkg_rules()
  105.22  {
  105.23  	mkdir -p $fs/usr/lib
  105.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
  105.25 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
  105.26  }
  105.27  
   106.1 --- a/pathfinder/receipt	Sat Aug 10 09:25:15 2013 +0000
   106.2 +++ b/pathfinder/receipt	Sat Aug 10 11:00:21 2013 +0000
   106.3 @@ -5,14 +5,16 @@
   106.4  CATEGORY="x-window"
   106.5  SHORT_DESC="Fast and light file manager using the Fox Toolkit."
   106.6  MAINTAINER="pankso@slitaz.org"
   106.7 -DEPENDS="fox"
   106.8 +LICENSE="LGPL2.1"
   106.9  WANTED="fox"
  106.10  WEB_SITE="http://www.fox-toolkit.org/"
  106.11  
  106.12 +DEPENDS="fox"
  106.13 +
  106.14  # Rules to gen a SliTaz package suitable for Tazpkg.
  106.15  genpkg_rules()
  106.16  {
  106.17  	mkdir -p $fs/usr/bin
  106.18 -	cp -a $_pkg/usr/bin/PathFinder $fs/usr/bin
  106.19 +	cp -a $install/usr/bin/PathFinder $fs/usr/bin
  106.20  	copy_generic_files
  106.21  }
   107.1 --- a/perl-cairo/receipt	Sat Aug 10 09:25:15 2013 +0000
   107.2 +++ b/perl-cairo/receipt	Sat Aug 10 11:00:21 2013 +0000
   107.3 @@ -6,7 +6,7 @@
   107.4  CATEGORY="development"
   107.5  SHORT_DESC="Perl interface to the cairo library."
   107.6  MAINTAINER="claudinei@slitaz.org"
   107.7 -LICENSE="GPL"
   107.8 +LICENSE="LGPL2.1"
   107.9  DEPENDS="perl cairo freetype fontconfig libpng"
  107.10  BUILD_DEPENDS="perl cairo-dev freetype-dev fontconfig-dev libpng-dev \
  107.11  perl-extutils-depends perl-extutils-pkgconfig perl-test-number-delta"
   108.1 --- a/perl-glib/receipt	Sat Aug 10 09:25:15 2013 +0000
   108.2 +++ b/perl-glib/receipt	Sat Aug 10 11:00:21 2013 +0000
   108.3 @@ -6,7 +6,7 @@
   108.4  CATEGORY="development"
   108.5  SHORT_DESC="Perl wrappers for the GLib utility and Object libraries."
   108.6  MAINTAINER="claudinei@slitaz.org"
   108.7 -LICENSE="GPL"
   108.8 +LICENSE="LGPL2.1"
   108.9  DEPENDS="perl glib"
  108.10  BUILD_DEPENDS="perl perl-extutils-depends perl-extutils-pkgconfig glib-dev"
  108.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   109.1 --- a/perl-gtk2/receipt	Sat Aug 10 09:25:15 2013 +0000
   109.2 +++ b/perl-gtk2/receipt	Sat Aug 10 11:00:21 2013 +0000
   109.3 @@ -6,7 +6,7 @@
   109.4  CATEGORY="development"
   109.5  SHORT_DESC="Perl interface to the 2.x series of the Gimp Toolkit Library."
   109.6  MAINTAINER="claudinei@slitaz.org"
   109.7 -LICENSE="GPL"
   109.8 +LICENSE="LGPL2.1"
   109.9  DEPENDS="perl gtk+ perl-glib perl-pango perl-cairo"
  109.10  BUILD_DEPENDS="perl gtk+-dev perl-extutils-depends perl-extutils-pkgconfig \
  109.11  perl-glib perl-pango perl-cairo xorg-dev xorg-xproto xorg-renderproto \
   110.1 --- a/perl-pango/receipt	Sat Aug 10 09:25:15 2013 +0000
   110.2 +++ b/perl-pango/receipt	Sat Aug 10 11:00:21 2013 +0000
   110.3 @@ -6,7 +6,7 @@
   110.4  CATEGORY="development"
   110.5  SHORT_DESC="Layout and render international text."
   110.6  MAINTAINER="claudinei@slitaz.org"
   110.7 -LICENSE="GPL"
   110.8 +LICENSE="LGPL2.1"
   110.9  DEPENDS="perl pango perl-glib perl-cairo xcb-util"
  110.10  BUILD_DEPENDS="$DEPENDS glib-dev pango-dev cairo-dev freetype-dev \
  110.11  libpng-dev fontconfig-dev perl-extutils-depends perl-extutils-pkgconfig"
   111.1 --- a/perl-test-nowarnings/receipt	Sat Aug 10 09:25:15 2013 +0000
   111.2 +++ b/perl-test-nowarnings/receipt	Sat Aug 10 11:00:21 2013 +0000
   111.3 @@ -5,7 +5,7 @@
   111.4  CATEGORY="development"
   111.5  SHORT_DESC="Make sure you don't emit any warning while testing"
   111.6  MAINTAINER="slaxemulator@gmail.com"
   111.7 -LICENSE="GPL"
   111.8 +LICENSE="LGPL2.1"
   111.9  WEB_SITE="http://search.cpan.org/dist/Test-NoWarnings"
  111.10  SOURCE="Test-NoWarnings"
  111.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   112.1 --- a/polkit-qt-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   112.2 +++ b/polkit-qt-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   112.3 @@ -5,6 +5,7 @@
   112.4  CATEGORY="development"
   112.5  SHORT_DESC="polkit for QT API devel files."
   112.6  MAINTAINER="pankso@slitaz.org"
   112.7 +LICENSE="LGPL2.1"
   112.8  WANTED="polkit-qt"
   112.9  WEB_SITE="http://www.kde.org/"
  112.10  
  112.11 @@ -12,7 +13,7 @@
  112.12  genpkg_rules()
  112.13  {
  112.14  	mkdir -p $fs/usr/lib
  112.15 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
  112.16 -	cp -a $_pkg/usr/lib/cmake $fs/usr/lib
  112.17 -	cp -a $_pkg/usr/include $fs/usr
  112.18 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
  112.19 +	cp -a $install/usr/lib/cmake $fs/usr/lib
  112.20 +	cp -a $install/usr/include $fs/usr
  112.21  }
   113.1 --- a/polkit-qt/receipt	Sat Aug 10 09:25:15 2013 +0000
   113.2 +++ b/polkit-qt/receipt	Sat Aug 10 11:00:21 2013 +0000
   113.3 @@ -5,12 +5,14 @@
   113.4  CATEGORY="system-tools"
   113.5  SHORT_DESC="Library that allows to access PolicyKit API with a nice Qt-style API"
   113.6  MAINTAINER="pankso@slitaz.org"
   113.7 -DEPENDS="polkit"
   113.8 -BUILD_DEPENDS="$DEPENDS qmake Qt4-dev automoc4 polkit-dev libgio-dev glib-dev"
   113.9 +LICENSE="LGPL2.1"
  113.10  TARBALL="$PACKAGE-1-$VERSION.tar.bz2"
  113.11  WEB_SITE="http://www.kde.org/"
  113.12  WGET_URL="ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/$TARBALL"
  113.13  
  113.14 +DEPENDS="polkit"
  113.15 +BUILD_DEPENDS="$DEPENDS qmake Qt4-dev automoc4 polkit-dev libgio-dev glib-dev"
  113.16 +
  113.17  # Rules to configure and make the package.
  113.18  compile_rules()
  113.19  {
  113.20 @@ -26,5 +28,5 @@
  113.21  genpkg_rules()
  113.22  {
  113.23  	mkdir -p $fs/usr/lib
  113.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
  113.25 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
  113.26  }
   114.1 --- a/pycurl/receipt	Sat Aug 10 09:25:15 2013 +0000
   114.2 +++ b/pycurl/receipt	Sat Aug 10 11:00:21 2013 +0000
   114.3 @@ -5,12 +5,14 @@
   114.4  CATEGORY="development"
   114.5  SHORT_DESC="A Python interface to libcurl."
   114.6  MAINTAINER="slaxemulator@gmail.com"
   114.7 -DEPENDS="python libcurl"
   114.8 -BUILD_DEPENDS="openssl-dev curl-dev python-dev"
   114.9 +LICENSE="LGPL2.1"
  114.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
  114.11  WEB_SITE="http://pycurl.sourceforge.net"
  114.12  WGET_URL="http://pycurl.sourceforge.net/download/$TARBALL"
  114.13  
  114.14 +DEPENDS="python libcurl"
  114.15 +BUILD_DEPENDS="openssl-dev curl-dev python-dev"
  114.16 +
  114.17  # Rules to configure and make the package.
  114.18  compile_rules()
  114.19  {
  114.20 @@ -23,6 +25,6 @@
  114.21  genpkg_rules()
  114.22  {
  114.23  	mkdir -p $fs/usr
  114.24 -	cp -a $_pkg/usr/lib $fs/usr
  114.25 +	cp -a $install/usr/lib $fs/usr
  114.26  }
  114.27  
   115.1 --- a/pygobject-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   115.2 +++ b/pygobject-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   115.3 @@ -5,19 +5,21 @@
   115.4  CATEGORY="development"
   115.5  SHORT_DESC="Python bindings for the GObject library dev files."
   115.6  MAINTAINER="erjo@slitaz.org"
   115.7 -DEPENDS="pygobject libffi-dev"
   115.8 +LICENSE="LGPL2.1"
   115.9  WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html"
  115.10  WANTED="pygobject"
  115.11  
  115.12 +DEPENDS="pygobject libffi-dev"
  115.13 +
  115.14  # Rules to gen a SliTaz package suitable for Tazpkg.
  115.15  genpkg_rules()
  115.16  {
  115.17  	mkdir -p $fs/usr/lib $fs/usr/share
  115.18 -	cp -a $_pkg/usr/bin $fs/usr
  115.19 -	cp -a $_pkg/usr/include $fs/usr
  115.20 -	cp -a $_pkg/usr/share/pygobject $fs/usr/share
  115.21 -	cp -a $_pkg/usr/share/gtk-doc $fs/usr/share
  115.22 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
  115.23 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
  115.24 +	cp -a $install/usr/bin $fs/usr
  115.25 +	cp -a $install/usr/include $fs/usr
  115.26 +	cp -a $install/usr/share/pygobject $fs/usr/share
  115.27 +	cp -a $install/usr/share/gtk-doc $fs/usr/share
  115.28 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
  115.29 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
  115.30  }
  115.31  
   116.1 --- a/pygobject/receipt	Sat Aug 10 09:25:15 2013 +0000
   116.2 +++ b/pygobject/receipt	Sat Aug 10 11:00:21 2013 +0000
   116.3 @@ -5,12 +5,14 @@
   116.4  CATEGORY="development"
   116.5  SHORT_DESC="Python bindings for the GObject library"
   116.6  MAINTAINER="erjo@slitaz.org"
   116.7 -DEPENDS="python pycairo glib libffi libgio"
   116.8 -BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev"
   116.9 +LICENSE="LGPL2.1"
  116.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
  116.11  WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html"
  116.12  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
  116.13  
  116.14 +DEPENDS="python pycairo glib libffi libgio"
  116.15 +BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev"
  116.16 +
  116.17  # Rules to configure and make the package.
  116.18  compile_rules()
  116.19  {
  116.20 @@ -24,7 +26,7 @@
  116.21  {
  116.22  	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
  116.23  	mkdir -p $fs/usr/lib
  116.24 -	cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib
  116.25 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
  116.26 +	cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib
  116.27 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
  116.28  }
  116.29  
   117.1 --- a/pygtk-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   117.2 +++ b/pygtk-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   117.3 @@ -5,18 +5,20 @@
   117.4  CATEGORY="development"
   117.5  SHORT_DESC="GTK+ for Python dev files with codegen."
   117.6  MAINTAINER="erjo@slitaz.org"
   117.7 -DEPENDS="pygtk gtk+-dev pygobject-dev pycairo-dev"
   117.8 +LICENSE="LGPL2.1"
   117.9  WEB_SITE="http://www.pygtk.org/"
  117.10  WANTED="pygtk"
  117.11  
  117.12 +DEPENDS="pygtk gtk+-dev pygobject-dev pycairo-dev"
  117.13 +
  117.14  # Rules to gen a SliTaz package suitable for Tazpkg.
  117.15  genpkg_rules()
  117.16  {
  117.17  	mkdir -p $fs/usr/lib  $fs/usr/share
  117.18 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
  117.19 -	cp -a $_pkg/usr/lib/pygtk $fs/usr/lib
  117.20 -	cp -a $_pkg/usr/include $fs/usr
  117.21 -	cp -a $_pkg/usr/bin $fs/usr
  117.22 -	cp -a $_pkg/usr/share/pygtk $fs/usr/share
  117.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
  117.24 +	cp -a $install/usr/lib/pygtk $fs/usr/lib
  117.25 +	cp -a $install/usr/include $fs/usr
  117.26 +	cp -a $install/usr/bin $fs/usr
  117.27 +	cp -a $install/usr/share/pygtk $fs/usr/share
  117.28  	chmod +x $fs/usr/bin/*
  117.29  }
   118.1 --- a/pygtk/receipt	Sat Aug 10 09:25:15 2013 +0000
   118.2 +++ b/pygtk/receipt	Sat Aug 10 11:00:21 2013 +0000
   118.3 @@ -5,6 +5,7 @@
   118.4  CATEGORY="development"
   118.5  SHORT_DESC="GTK+ for Python"
   118.6  MAINTAINER="erjo@slitaz.org"
   118.7 +LICENSE="LGPL2.1"
   118.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   118.9  WEB_SITE="http://www.pygtk.org/"
  118.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
  118.11 @@ -31,5 +32,5 @@
  118.12  {
  118.13  	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
  118.14  	mkdir -p $fs/usr/lib
  118.15 -	cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib
  118.16 +	cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib
  118.17  }
   119.1 --- a/python-kiwi/receipt	Sat Aug 10 09:25:15 2013 +0000
   119.2 +++ b/python-kiwi/receipt	Sat Aug 10 11:00:21 2013 +0000
   119.3 @@ -6,6 +6,7 @@
   119.4  CATEGORY="development"
   119.5  SHORT_DESC="A framework for python applications with graphical user interfaces."
   119.6  MAINTAINER="claudinei@slitaz.org"
   119.7 +LICENSE="LGPL2.1"
   119.8  SUGGESTED="zopeinterface libglade"
   119.9  TARBALL="$SOURCE-$VERSION.tar.xz"
  119.10  WEB_SITE="http://www.async.com.br/projects/kiwi"
   120.1 --- a/python-urwid/receipt	Sat Aug 10 09:25:15 2013 +0000
   120.2 +++ b/python-urwid/receipt	Sat Aug 10 11:00:21 2013 +0000
   120.3 @@ -5,13 +5,15 @@
   120.4  CATEGORY="development"
   120.5  SHORT_DESC="Console user interface library for Python."
   120.6  MAINTAINER="paul@slitaz.org"
   120.7 -DEPENDS="python"
   120.8 -BUILD_DEPENDS="python python-dev"
   120.9 +LICENSE="LGPL2.1"
  120.10  SOURCE="urwid"
  120.11  TARBALL="$SOURCE-$VERSION.tar.gz"
  120.12  WEB_SITE="http://excess.org/urwid/"
  120.13  WGET_URL="http://excess.org/urwid/$TARBALL"
  120.14  
  120.15 +DEPENDS="python"
  120.16 +BUILD_DEPENDS="python python-dev"
  120.17 +
  120.18  # Rules to configure and make the package.
  120.19  compile_rules()
  120.20  {
   121.1 --- a/qca-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   121.2 +++ b/qca-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   121.3 @@ -5,6 +5,7 @@
   121.4  CATEGORY="development"
   121.5  SHORT_DESC="The qca devel files."
   121.6  MAINTAINER="pankso@slitaz.org"
   121.7 +LICENSE="LGPL2.1"
   121.8  WANTED="qca"
   121.9  WEB_SITE="http://delta.affinix.com/qca/"
  121.10  
  121.11 @@ -12,8 +13,8 @@
  121.12  genpkg_rules()
  121.13  {
  121.14  	mkdir -p $fs/usr/lib $fs/usr/share
  121.15 -	cp -a $_pkg/usr/include $fs/usr
  121.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
  121.17 -	cp -a $_pkg/usr/lib/*.prl $fs/usr/lib
  121.18 -	cp -a $_pkg/usr/share/qt $fs/usr/share
  121.19 +	cp -a $install/usr/include $fs/usr
  121.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
  121.21 +	cp -a $install/usr/lib/*.prl $fs/usr/lib
  121.22 +	cp -a $install/usr/share/qt $fs/usr/share
  121.23  }
   122.1 --- a/qca/receipt	Sat Aug 10 09:25:15 2013 +0000
   122.2 +++ b/qca/receipt	Sat Aug 10 11:00:21 2013 +0000
   122.3 @@ -5,12 +5,14 @@
   122.4  CATEGORY="system-tools"
   122.5  SHORT_DESC="QCA aims to provide a straightforward and cross-platform crypto API"
   122.6  MAINTAINER="pankso@slitaz.org"
   122.7 -DEPENDS="qt4"
   122.8 -BUILD_DEPENDS="Qt4-dev qmake"
   122.9 +LICENSE="LGPL2.1"
  122.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
  122.11  WEB_SITE="http://delta.affinix.com/qca/"
  122.12  WGET_URL="http://delta.affinix.com/download/qca/${VERSION%.*}/$TARBALL"
  122.13  
  122.14 +DEPENDS="qt4"
  122.15 +BUILD_DEPENDS="Qt4-dev qmake"
  122.16 +
  122.17  # Rules to configure and make the package.
  122.18  compile_rules()
  122.19  {
  122.20 @@ -28,6 +30,6 @@
  122.21  genpkg_rules()
  122.22  {
  122.23  	mkdir -p $fs/usr/lib
  122.24 -	cp -a $_pkg/usr/bin $fs/usr
  122.25 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
  122.26 +	cp -a $install/usr/bin $fs/usr
  122.27 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
  122.28  }
   123.1 --- a/qemacs-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   123.2 +++ b/qemacs-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   123.3 @@ -6,7 +6,7 @@
   123.4  CATEGORY="development"
   123.5  SHORT_DESC="Light emacs clone developmement files."
   123.6  MAINTAINER="pascal.bellard@slitaz.org"
   123.7 -LICENSE="LGPL"
   123.8 +LICENSE="LGPL2.1"
   123.9  WEB_SITE="http://bellard.org/qemacs/"
  123.10  
  123.11  # Rules to gen a SliTaz package suitable for Tazpkg.
   124.1 --- a/qemacs-tiny/receipt	Sat Aug 10 09:25:15 2013 +0000
   124.2 +++ b/qemacs-tiny/receipt	Sat Aug 10 11:00:21 2013 +0000
   124.3 @@ -6,7 +6,7 @@
   124.4  CATEGORY="development"
   124.5  SHORT_DESC="Tiny emacs clone."
   124.6  MAINTAINER="pascal.bellard@slitaz.org"
   124.7 -LICENSE="LGPL"
   124.8 +LICENSE="LGPL2.1"
   124.9  TARBALL="$SOURCE-$VERSION.tar.gz"
  124.10  WEB_SITE="http://bellard.org/$SOURCE/"
  124.11  WGET_URL="${WEB_SITE}$TARBALL"
   125.1 --- a/qemacs-x11/receipt	Sat Aug 10 09:25:15 2013 +0000
   125.2 +++ b/qemacs-x11/receipt	Sat Aug 10 11:00:21 2013 +0000
   125.3 @@ -6,7 +6,7 @@
   125.4  CATEGORY="development"
   125.5  SHORT_DESC="Light emacs clone with X11 support."
   125.6  MAINTAINER="pascal.bellard@slitaz.org"
   125.7 -LICENSE="LGPL"
   125.8 +LICENSE="LGPL2.1"
   125.9  TARBALL="$SOURCE-$VERSION.tar.gz"
  125.10  WEB_SITE="http://bellard.org/$SOURCE/"
  125.11  DEPENDS="xorg-libX11 xorg-libXext xorg-libXv libxcb xorg-libXau xorg-libXdmcp"
   126.1 --- a/qemacs/receipt	Sat Aug 10 09:25:15 2013 +0000
   126.2 +++ b/qemacs/receipt	Sat Aug 10 11:00:21 2013 +0000
   126.3 @@ -5,7 +5,7 @@
   126.4  CATEGORY="development"
   126.5  SHORT_DESC="Light emacs clone."
   126.6  MAINTAINER="pascal.bellard@slitaz.org"
   126.7 -LICENSE="LGPL"
   126.8 +LICENSE="LGPL2.1"
   126.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
  126.10  WEB_SITE="http://bellard.org/$PACKAGE/"
  126.11  DEPENDS=""
   127.1 --- a/quesoglc-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   127.2 +++ b/quesoglc-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   127.3 @@ -5,15 +5,17 @@
   127.4  CATEGORY="development"
   127.5  SHORT_DESC="devel files for quesoglc"
   127.6  MAINTAINER="slaxemulator@gmail.com"
   127.7 -DEPENDS="quesoglc"
   127.8 +LICENSE="LGPL2.1"
   127.9  WEB_SITE="http://quesoglc.sourceforge.net/"
  127.10  WANTED="quesoglc"
  127.11  
  127.12 +DEPENDS="quesoglc"
  127.13 +
  127.14  # Rules to gen a SliTaz package suitable for Tazpkg.
  127.15  genpkg_rules()
  127.16  {
  127.17  	mkdir -p $fs/usr/lib
  127.18 -	cp -a $_pkg/usr/include $fs/usr
  127.19 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
  127.20 +	cp -a $install/usr/include $fs/usr
  127.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
  127.22  }
  127.23  
   128.1 --- a/quesoglc/receipt	Sat Aug 10 09:25:15 2013 +0000
   128.2 +++ b/quesoglc/receipt	Sat Aug 10 11:00:21 2013 +0000
   128.3 @@ -5,6 +5,7 @@
   128.4  CATEGORY="x-window"
   128.5  SHORT_DESC="The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API)."
   128.6  MAINTAINER="slaxemulator@gmail.com"
   128.7 +LICENSE="LGPL2.1"
   128.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
   128.9  WEB_SITE="http://quesoglc.sourceforge.net/"
  128.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   129.1 --- a/shutterbug/receipt	Sat Aug 10 09:25:15 2013 +0000
   129.2 +++ b/shutterbug/receipt	Sat Aug 10 11:00:21 2013 +0000
   129.3 @@ -5,14 +5,16 @@
   129.4  CATEGORY="x-window"
   129.5  SHORT_DESC="Screenshot application from the Fox Toolkit."
   129.6  MAINTAINER="pankso@slitaz.org"
   129.7 -DEPENDS="fox"
   129.8 +LICENSE="LGPL2.1"
   129.9  WANTED="fox"
  129.10  WEB_SITE="http://www.fox-toolkit.org/"
  129.11  
  129.12 +DEPENDS="fox"
  129.13 +
  129.14  # Rules to gen a SliTaz package suitable for Tazpkg.
  129.15  genpkg_rules()
  129.16  {
  129.17  	mkdir -p $fs/usr/bin
  129.18 -	cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
  129.19 +	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
  129.20  	copy_generic_files
  129.21  }
   130.1 --- a/speech-dispatcher/receipt	Sat Aug 10 09:25:15 2013 +0000
   130.2 +++ b/speech-dispatcher/receipt	Sat Aug 10 11:00:21 2013 +0000
   130.3 @@ -5,12 +5,14 @@
   130.4  CATEGORY="utilities"
   130.5  SHORT_DESC="Common interface to speech synthesis."
   130.6  MAINTAINER="paul@slitaz.org"
   130.7 +LICENSE="LGPL2.1"
   130.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   130.9 +WEB_SITE="http://www.freebsoft.org/speechd"
  130.10 +WGET_URL="http://www.freebsoft.org/pub/projects/speechd/$TARBALL"
  130.11 +
  130.12  DEPENDS="glib alsa-lib espeak dotconf python libsndfile"
  130.13  BUILD_DEPENDS="glib-dev pkg-config alsa-lib-dev dotconf-dev python
  130.14  python-dev espeak-dev sed espeak dotconf"
  130.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
  130.16 -WEB_SITE="http://www.freebsoft.org/speechd"
  130.17 -WGET_URL="http://www.freebsoft.org/pub/projects/speechd/$TARBALL"
  130.18  
  130.19  # Rules to configure and make the package.
  130.20  compile_rules()
  130.21 @@ -34,17 +36,17 @@
  130.22  		--sysconfdir=/etc \
  130.23  		--with-espeak \
  130.24  		$CONFIGURE_ARGS &&
  130.25 -	make && make DESTDIR=$PWD/_pkg install
  130.26 +	make && make DESTDIR=$DESTDIR install
  130.27  }
  130.28  
  130.29  # Rules to gen a SliTaz package suitable for Tazpkg.
  130.30  genpkg_rules()
  130.31  {
  130.32  	mkdir -p $fs/usr/share/sounds/speech-dispatcher
  130.33 -	cp -a $_pkg/usr/bin $fs/usr
  130.34 -	cp -a $_pkg/etc $fs
  130.35 -	cp -a $_pkg/usr/lib $fs/usr
  130.36 -	cp -a $_pkg/usr/share $fs/usr
  130.37 +	cp -a $install/usr/bin $fs/usr
  130.38 +	cp -a $install/etc $fs
  130.39 +	cp -a $install/usr/lib $fs/usr
  130.40 +	cp -a $install/usr/share $fs/usr
  130.41  
  130.42  	# copy python stuff
  130.43  	cp -a $src/src/python/_pkg/usr $fs
   131.1 --- a/swfdec-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   131.2 +++ b/swfdec-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   131.3 @@ -5,6 +5,7 @@
   131.4  CATEGORY="development"
   131.5  SHORT_DESC="Macromedia Flash decoding library"
   131.6  MAINTAINER="devl547@gmail.com"
   131.7 +LICENSE="LGPL2.1"
   131.8  WEB_SITE="http://swfdec.freedesktop.org/"
   131.9  WANTED="swfdec"
  131.10  
  131.11 @@ -12,7 +13,7 @@
  131.12  genpkg_rules()
  131.13  {
  131.14  	mkdir -p $fs/usr/
  131.15 -	cp -a $_pkg/usr/include $fs/usr/lib
  131.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
  131.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
  131.18 +	cp -a $install/usr/include $fs/usr/lib
  131.19 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
  131.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
  131.21  }
   132.1 --- a/swfdec/receipt	Sat Aug 10 09:25:15 2013 +0000
   132.2 +++ b/swfdec/receipt	Sat Aug 10 11:00:21 2013 +0000
   132.3 @@ -5,9 +5,11 @@
   132.4  CATEGORY="multimedia"
   132.5  SHORT_DESC="Macromedia Flash decoding library"
   132.6  MAINTAINER="devl547@gmail.com"
   132.7 +LICENSE="LGPL2.1"
   132.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
   132.9  WEB_SITE="http://swfdec.freedesktop.org/"
  132.10  WGET_URL="http://swfdec.freedesktop.org/download/swfdec/0.9/$TARBALL"
  132.11 +
  132.12  BUILD_DEPENDS="glib-dev liboil-dev pango-dev gtk+-dev libsoup-dev \
  132.13  cairo-dev alsa-lib-dev gstreamer-dev gst-plugins-base-dev"
  132.14  DEPENDS="glib liboil pango gtk+ libsoup cairo alsa-lib gstreamer gst-plugins-base"
  132.15 @@ -20,12 +22,12 @@
  132.16  	--mandir=/usr/share/man $CONFIGURE_ARGS \
  132.17  	--enable-gtk --with-audio="alsa" &&
  132.18  	make &&
  132.19 -	make DESTDIR=$PWD/_pkg install
  132.20 +	make DESTDIR=$DESTDIR install
  132.21  }
  132.22  
  132.23  # Rules to gen a SliTaz package suitable for Tazpkg.
  132.24  genpkg_rules()
  132.25  {
  132.26  	mkdir -p $fs/usr/lib
  132.27 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
  132.28 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
  132.29  }
   133.1 --- a/tcc-arm/receipt	Sat Aug 10 09:25:15 2013 +0000
   133.2 +++ b/tcc-arm/receipt	Sat Aug 10 11:00:21 2013 +0000
   133.3 @@ -5,7 +5,7 @@
   133.4  CATEGORY="development"
   133.5  SHORT_DESC="fast Tiny C cross Compiler to ARM target."
   133.6  MAINTAINER="pascal.bellard@slitaz.org"
   133.7 -LICENSE="LGPL"
   133.8 +LICENSE="LGPL2.1"
   133.9  WEB_SITE="http://bellard.org/tcc/"
  133.10  DEPENDS="tcc-common"
  133.11  WANTED="tcc"
   134.1 --- a/tcc-c67/receipt	Sat Aug 10 09:25:15 2013 +0000
   134.2 +++ b/tcc-c67/receipt	Sat Aug 10 11:00:21 2013 +0000
   134.3 @@ -5,7 +5,7 @@
   134.4  CATEGORY="development"
   134.5  SHORT_DESC="fast Tiny C cross Compiler to C67 target."
   134.6  MAINTAINER="pascal.bellard@slitaz.org"
   134.7 -LICENSE="LGPL"
   134.8 +LICENSE="LGPL2.1"
   134.9  WEB_SITE="http://bellard.org/tcc/"
  134.10  DEPENDS="tcc-common"
  134.11  WANTED="tcc"
   135.1 --- a/tcc-common/receipt	Sat Aug 10 09:25:15 2013 +0000
   135.2 +++ b/tcc-common/receipt	Sat Aug 10 11:00:21 2013 +0000
   135.3 @@ -5,7 +5,7 @@
   135.4  CATEGORY="development"
   135.5  SHORT_DESC="fast Tiny C Compiler, common files."
   135.6  MAINTAINER="pascal.bellard@slitaz.org"
   135.7 -LICENSE="LGPL"
   135.8 +LICENSE="LGPL2.1"
   135.9  WEB_SITE="http://bellard.org/tcc/"
  135.10  WANTED="tcc"
  135.11  HOST_ARCH="i486 arm"
   136.1 --- a/tcc-win32/receipt	Sat Aug 10 09:25:15 2013 +0000
   136.2 +++ b/tcc-win32/receipt	Sat Aug 10 11:00:21 2013 +0000
   136.3 @@ -5,7 +5,7 @@
   136.4  CATEGORY="development"
   136.5  SHORT_DESC="fast Tiny C cross Compiler to win32 target."
   136.6  MAINTAINER="pascal.bellard@slitaz.org"
   136.7 -LICENSE="LGPL"
   136.8 +LICENSE="LGPL2.1"
   136.9  WEB_SITE="http://bellard.org/tcc/"
  136.10  DEPENDS="tcc-common"
  136.11  SUGGESTED="mingw32-w32api"
   137.1 --- a/tcc-x86_64/receipt	Sat Aug 10 09:25:15 2013 +0000
   137.2 +++ b/tcc-x86_64/receipt	Sat Aug 10 11:00:21 2013 +0000
   137.3 @@ -5,7 +5,7 @@
   137.4  CATEGORY="development"
   137.5  SHORT_DESC="fast Tiny C cross Compiler to x86_64 target."
   137.6  MAINTAINER="pascal.bellard@slitaz.org"
   137.7 -LICENSE="LGPL"
   137.8 +LICENSE="LGPL2.1"
   137.9  WEB_SITE="http://bellard.org/tcc/"
  137.10  DEPENDS="tcc-common"
  137.11  WANTED="tcc"
   138.1 --- a/tcc/receipt	Sat Aug 10 09:25:15 2013 +0000
   138.2 +++ b/tcc/receipt	Sat Aug 10 11:00:21 2013 +0000
   138.3 @@ -6,7 +6,7 @@
   138.4  SHORT_DESC="Fast Tiny C Compiler."
   138.5  MAINTAINER="pascal.bellard@slitaz.org"
   138.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   138.7 -LICENSE="LGPL"
   138.8 +LICENSE="LGPL2.1"
   138.9  WEB_SITE="http://bellard.org/tcc/"
  138.10  WGET_URL="http://download.savannah.nongnu.org/releases/tinycc/$TARBALL"
  138.11  TAGS="compiler C assembler"
   139.1 --- a/tokyocabinet-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   139.2 +++ b/tokyocabinet-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   139.3 @@ -5,8 +5,10 @@
   139.4  CATEGORY="development"
   139.5  SHORT_DESC="High performance database library, successor of QDBM - development files"
   139.6  MAINTAINER="pascal.bellard@slitaz.org"
   139.7 +LICENSE="LGPL2.1"
   139.8  WEB_SITE="http://sourceforge.net/projects/tokyocabinet"
   139.9  WANTED="tokyocabinet"
  139.10 +
  139.11  DEPENDS="tokyocabinet"
  139.12  
  139.13  # Rules to gen a SliTaz package suitable for Tazpkg.   
   140.1 --- a/tokyocabinet/receipt	Sat Aug 10 09:25:15 2013 +0000
   140.2 +++ b/tokyocabinet/receipt	Sat Aug 10 11:00:21 2013 +0000
   140.3 @@ -5,6 +5,7 @@
   140.4  CATEGORY="development"
   140.5  SHORT_DESC="High performance database library, successor of QDBM."
   140.6  MAINTAINER="pascal.bellard@slitaz.org"
   140.7 +LICENSE="LGPL2.1"
   140.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
   140.9  WEB_SITE="http://sourceforge.net/projects/tokyocabinet"
  140.10  WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
   141.1 --- a/uget/receipt	Sat Aug 10 09:25:15 2013 +0000
   141.2 +++ b/uget/receipt	Sat Aug 10 11:00:21 2013 +0000
   141.3 @@ -4,13 +4,15 @@
   141.4  VERSION="1.8.1"
   141.5  CATEGORY="network"
   141.6  SHORT_DESC="Download manager using gtk+ and libcurl"
   141.7 -DEPENDS="pcre glib curl gtk+"
   141.8 -BUILD_DEPENDS="pcre-dev glib-dev curl-dev gtk+-dev intltool"
   141.9  MAINTAINER="devl547@gmail.com"
  141.10 +LICENSE="LGPL2.1"
  141.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
  141.12  WEB_SITE="http://urlget.sourceforge.net/"
  141.13  WGET_URL="$SF_MIRROR/urlget/$TARBALL"
  141.14  
  141.15 +DEPENDS="pcre glib curl gtk+"
  141.16 +BUILD_DEPENDS="pcre-dev glib-dev curl-dev gtk+-dev intltool"
  141.17 +
  141.18  # Rules to configure and make the package.
  141.19  compile_rules()
  141.20  {
  141.21 @@ -30,8 +32,8 @@
  141.22  genpkg_rules()
  141.23  {
  141.24  	mkdir -p $fs/usr/share
  141.25 -	cp -a $_pkg/usr/bin $fs/usr/
  141.26 -	cp -a $_pkg/usr/share/applications/ $fs/usr/share
  141.27 -	cp -a $_pkg/usr/share/icons/ $fs/usr/share
  141.28 -	cp -a $_pkg/usr/share/sounds/ $fs/usr/share
  141.29 +	cp -a $install/usr/bin $fs/usr/
  141.30 +	cp -a $install/usr/share/applications/ $fs/usr/share
  141.31 +	cp -a $install/usr/share/icons/ $fs/usr/share
  141.32 +	cp -a $install/usr/share/sounds/ $fs/usr/share
  141.33  }
   142.1 --- a/unixODBC-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   142.2 +++ b/unixODBC-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   142.3 @@ -5,15 +5,17 @@
   142.4  CATEGORY="development"
   142.5  SHORT_DESC="ODBC for unix development files."
   142.6  MAINTAINER="pascal.bellard@slitaz.org"
   142.7 +LICENSE="LGPL2.1"
   142.8  WEB_SITE="http://www.unixodbc.org/"
   142.9 +WANTED="unixODBC"
  142.10 +
  142.11  DEPENDS="unixODBC"
  142.12 -WANTED="unixODBC"
  142.13  
  142.14  # Rules to gen a SliTaz package suitable for Tazpkg.
  142.15  genpkg_rules()
  142.16  {
  142.17  	mkdir -p $fs/usr/lib
  142.18 -	cp -a $_pkg/usr/include $fs/usr
  142.19 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
  142.20 +	cp -a $install/usr/include $fs/usr
  142.21 +	cp -a $install/usr/lib/*a $fs/usr/lib
  142.22  }
  142.23  
   143.1 --- a/unixODBC/receipt	Sat Aug 10 09:25:15 2013 +0000
   143.2 +++ b/unixODBC/receipt	Sat Aug 10 11:00:21 2013 +0000
   143.3 @@ -5,11 +5,13 @@
   143.4  CATEGORY="system-tools"
   143.5  SHORT_DESC="ODBC for unix."
   143.6  MAINTAINER="pascal.bellard@slitaz.org"
   143.7 +LICENSE="LGPL2.1"
   143.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
   143.9  WEB_SITE="http://www.unixodbc.org/"
  143.10  WGET_URL="${WEB_SITE}$TARBALL"
  143.11 +TAGS="database"
  143.12 +
  143.13  DEPENDS="libunixODBC readline"
  143.14 -TAGS="database"
  143.15  
  143.16  # Rules to configure and make the package.
  143.17  compile_rules()
  143.18 @@ -19,14 +21,14 @@
  143.19  	--disable-gui --sysconfdir=/etc \
  143.20  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
  143.21  	make $MAKEFLAGS &&
  143.22 -	make DESTDIR=$PWD/_pkg install
  143.23 +	make DESTDIR=$DESTDIR install
  143.24  }
  143.25  
  143.26  # Rules to gen a SliTaz package suitable for Tazpkg.
  143.27  genpkg_rules()
  143.28  {
  143.29  	mkdir -p $fs/usr/lib
  143.30 -	cp -a $_pkg/etc $fs
  143.31 -	cp -a $_pkg/usr/bin $fs/usr
  143.32 +	cp -a $install/etc $fs
  143.33 +	cp -a $install/usr/bin $fs/usr
  143.34  }
  143.35  
   144.1 --- a/vala/receipt	Sat Aug 10 09:25:15 2013 +0000
   144.2 +++ b/vala/receipt	Sat Aug 10 11:00:21 2013 +0000
   144.3 @@ -5,6 +5,7 @@
   144.4  CATEGORY="development"
   144.5  SHORT_DESC="Compiler for the GObject type system"
   144.6  MAINTAINER="mimas@slitaz.org"
   144.7 +LICENSE="LGPL2.1"
   144.8  TARBALL="$PACKAGE-$VERSION.tar.xz"
   144.9  WEB_SITE="http://live.gnome.org/Vala"
  144.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
   145.1 --- a/vlc-plugin/receipt	Sat Aug 10 09:25:15 2013 +0000
   145.2 +++ b/vlc-plugin/receipt	Sat Aug 10 11:00:21 2013 +0000
   145.3 @@ -5,6 +5,7 @@
   145.4  CATEGORY="multimedia"
   145.5  SHORT_DESC="VLC Web Browser Plug-in that will allow to play video and audio"
   145.6  MAINTAINER="domcox@slitaz.org"
   145.7 +LICENSE="LGPL2.1"
   145.8  WEB_SITE="http://www.videolan.org/vlc"
   145.9  SOURCE="npapi-vlc"
  145.10  TARBALL="$SOURCE-$VERSION.tar.xz"
   146.1 --- a/vmware-view-open-client/receipt	Sat Aug 10 09:25:15 2013 +0000
   146.2 +++ b/vmware-view-open-client/receipt	Sat Aug 10 11:00:21 2013 +0000
   146.3 @@ -6,6 +6,7 @@
   146.4  CATEGORY="network"
   146.5  SHORT_DESC="Connection tools to remote Windows desktops managed by VMware View."
   146.6  MAINTAINER="pascal.bellard@slitaz.org"
   146.7 +LICENSE="LGPL2.1"
   146.8  TARBALL="$SOURCE-$VERSION.tar.gz"
   146.9  WEB_SITE="http://code.google.com/p/$PACKAGE/"
  146.10  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
   147.1 --- a/vorbisgain/receipt	Sat Aug 10 09:25:15 2013 +0000
   147.2 +++ b/vorbisgain/receipt	Sat Aug 10 11:00:21 2013 +0000
   147.3 @@ -5,12 +5,14 @@
   147.4  CATEGORY="multimedia"
   147.5  SHORT_DESC="Analyzes and adjusts volume on ogg vorbis files."
   147.6  MAINTAINER="paul@slitaz.org"
   147.7 -DEPENDS="libogg libvorbis"
   147.8 -BUILD_DEPENDS="libogg-dev libvorbis-dev"
   147.9 +LICENSE="LGPL2.1"
  147.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
  147.11  WEB_SITE="http://sjeng.org/vorbisgain.html"
  147.12  WGET_URL="http://sjeng.org/ftp/vorbis/$TARBALL"
  147.13  
  147.14 +DEPENDS="libogg libvorbis"
  147.15 +BUILD_DEPENDS="libogg-dev libvorbis-dev"
  147.16 +
  147.17  # Rules to configure and make the package.
  147.18  compile_rules()
  147.19  {
  147.20 @@ -25,6 +27,6 @@
  147.21  genpkg_rules()
  147.22  {
  147.23  	mkdir -p $fs/usr
  147.24 -	cp -a $_pkg/usr/bin $fs/usr
  147.25 +	cp -a $install/usr/bin $fs/usr
  147.26  }
  147.27  
   148.1 --- a/zbar-dev/receipt	Sat Aug 10 09:25:15 2013 +0000
   148.2 +++ b/zbar-dev/receipt	Sat Aug 10 11:00:21 2013 +0000
   148.3 @@ -5,6 +5,7 @@
   148.4  CATEGORY="development"
   148.5  SHORT_DESC="Decode barcode & QR code, development code."
   148.6  MAINTAINER="pascal.bellard@slitaz.org"
   148.7 +LICENSE="LGPL2.1"
   148.8  WEB_SITE="http://zbar.sourceforge.net/"
   148.9  WANTED="zbar"
  148.10  
  148.11 @@ -14,7 +15,7 @@
  148.12  genpkg_rules()                                      
  148.13  {
  148.14  	mkdir -p $fs/usr/lib
  148.15 -	cp -a $_pkg/usr/include $fs/usr
  148.16 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
  148.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
  148.18 +	cp -a $install/usr/include $fs/usr
  148.19 +	cp -a $install/usr/lib/*a $fs/usr/lib
  148.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
  148.21  }
   149.1 --- a/zbar/receipt	Sat Aug 10 09:25:15 2013 +0000
   149.2 +++ b/zbar/receipt	Sat Aug 10 11:00:21 2013 +0000
   149.3 @@ -5,6 +5,7 @@
   149.4  CATEGORY="utilities"
   149.5  SHORT_DESC="Decode barcode & QR code."
   149.6  MAINTAINER="pascal.bellard@slitaz.org"
   149.7 +LICENSE="LGPL2.1"
   149.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   149.9  WEB_SITE="http://zbar.sourceforge.net/"
  149.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
  149.11 @@ -33,6 +34,6 @@
  149.12  genpkg_rules()                                      
  149.13  {
  149.14  	mkdir -p $fs/usr/lib
  149.15 -	cp -a $_pkg/usr/bin $fs/usr
  149.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
  149.17 +	cp -a $install/usr/bin $fs/usr
  149.18 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
  149.19  }