wok rev 15004

Add some LGPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 22:18:41 2013 +0000 (2013-08-10)
parents 02efefc5d9de
children 7f646ca10d23
files GConf-dev/receipt GConf/receipt aalib-dev/receipt aalib/receipt cairomm-dev/receipt cairomm/receipt dolibarr/receipt fltk-2.0.x-dev/receipt fltk-2.0.x-fluid2/receipt fltk-2.0.x-gl/receipt fltk-2.0.x/receipt fltk-dev/receipt fltk-doc/receipt fltk/receipt fluidsynth-dev/receipt fluidsynth/receipt gamin-dev/receipt gamin/receipt garcon-dev/receipt garcon/receipt glib-networking-dev/receipt glib-networking/receipt gnome-python-dev/receipt gnome-python/receipt gstreamer-dev/receipt gstreamer/receipt gtk+3-demo/receipt gtk+3-dev/receipt gtk+3-widget-factory/receipt gtk+3/receipt lame-dev/receipt lame/receipt libIDL/receipt libcddb-dev/receipt libcddb-utils/receipt libcddb/receipt libcroco-dev/receipt libcroco/receipt libdbusmenu-qt-dev/receipt libdbusmenu-qt/receipt libglade-dev/receipt libglade/receipt libgnome-keyring-dev/receipt libgnome-keyring/receipt libsdl-perl/receipt libsmpeg-dev/receipt libsmpeg/receipt libsoup-dev/receipt libsoup/receipt libwnck-dev/receipt libwnck/receipt libxfce4ui-dev/receipt libxfce4ui/receipt libxfce4util-dev/receipt libxfce4util/receipt openal-dev/receipt openal/receipt polkit-dev/receipt polkit-pam/receipt polkit/receipt python-gconf/receipt pywebkitgtk/receipt startup-notification-dev/receipt startup-notification/receipt strigi-client/receipt strigi-dev/receipt strigi/receipt thunar-vfs-dev/receipt thunar-vfs/receipt
line diff
     1.1 --- a/GConf-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
     1.2 +++ b/GConf-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
     1.3 @@ -5,22 +5,24 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GConf devel files."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="GConf ORBit2-dev"
     1.8 +LICENSE="LGPL2"
     1.9  WEB_SITE="http://projects.gnome.org/gconf/"
    1.10  WANTED="GConf"
    1.11  
    1.12 +DEPENDS="GConf ORBit2-dev"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p  $fs/usr/lib/GConf/2/
    1.18 -	cp -a $_pkg/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2
    1.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 +	cp -a $install/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2
    1.22 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24  
    1.25  	mkdir -p $fs/usr/share
    1.26 -	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.27 -	cp -a $_pkg/usr/share/sgml $fs/usr/share
    1.28 -	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
    1.29 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.30 +	cp -a $install/usr/share/sgml $fs/usr/share
    1.31 +	cp -a $install/usr/share/gir-1.0 $fs/usr/share
    1.32  	
    1.33 -	cp -a $_pkg/usr/include $fs/usr
    1.34 +	cp -a $install/usr/include $fs/usr
    1.35  }
     2.1 --- a/GConf/receipt	Sat Aug 10 21:37:32 2013 +0000
     2.2 +++ b/GConf/receipt	Sat Aug 10 22:18:41 2013 +0000
     2.3 @@ -5,6 +5,7 @@
     2.4  CATEGORY="utilities"
     2.5  SHORT_DESC="A configuration database system."
     2.6  MAINTAINER="rcx@zoominternet.net"
     2.7 +LICENSE="LGPL2"
     2.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.9  WEB_SITE="http://projects.gnome.org/gconf/"
    2.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.11 @@ -31,12 +32,12 @@
    2.12  genpkg_rules()
    2.13  {
    2.14  	mkdir -p  $fs/usr/lib $fs/usr/share
    2.15 -	cp -a $_pkg/usr/lib/GConf $fs/usr/lib
    2.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.17 -	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    2.18 +	cp -a $install/usr/lib/GConf $fs/usr/lib
    2.19 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.20 +	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    2.21  	rm $fs/usr/lib/GConf/2/*.*a
    2.22 -	cp -a $_pkg/usr/bin $fs/usr
    2.23 -	cp -a $_pkg/etc $fs
    2.24 -	cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    2.25 -	cp -a $_pkg/usr/share/polkit-1 $fs/usr/share
    2.26 +	cp -a $install/usr/bin $fs/usr
    2.27 +	cp -a $install/etc $fs
    2.28 +	cp -a $install/usr/share/dbus-1 $fs/usr/share
    2.29 +	cp -a $install/usr/share/polkit-1 $fs/usr/share
    2.30  }
     3.1 --- a/aalib-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
     3.2 +++ b/aalib-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
     3.3 @@ -5,8 +5,10 @@
     3.4  CATEGORY="development"
     3.5  SHORT_DESC="devel files for aalib"
     3.6  MAINTAINER="slaxemulator@gmail.com"
     3.7 +LICENSE="LGPL2"
     3.8  WEB_SITE="http://aa-project.sourceforge.net/aalib/"
     3.9  WANTED="aalib"
    3.10 +
    3.11  DEPENDS="aalib"
    3.12  
    3.13  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/aalib/receipt	Sat Aug 10 21:37:32 2013 +0000
     4.2 +++ b/aalib/receipt	Sat Aug 10 22:18:41 2013 +0000
     4.3 @@ -5,6 +5,7 @@
     4.4  CATEGORY="multimedia"
     4.5  SHORT_DESC="A portable ASCII art graphic library"
     4.6  MAINTAINER="slaxemulator@gmail.com"
     4.7 +LICENSE="LGPL2"
     4.8  WEB_SITE="http://aa-project.sourceforge.net/aalib/"
     4.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.10  WGET_URL="$SF_MIRROR/aa-project/$TARBALL"
     5.1 --- a/cairomm-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
     5.2 +++ b/cairomm-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
     5.3 @@ -5,10 +5,12 @@
     5.4  CATEGORY="development"
     5.5  SHORT_DESC="Cairomm library devel files."
     5.6  MAINTAINER="pankso@slitaz.org"
     5.7 -DEPENDS="cairomm cairo-dev"
     5.8 +LICENSE="LGPL2"
     5.9  WANTED="cairomm"
    5.10  WEB_SITE="http://www.cairographics.org/"
    5.11  
    5.12 +DEPENDS="cairomm cairo-dev"
    5.13 +
    5.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.15  genpkg_rules()
    5.16  {
     6.1 --- a/cairomm/receipt	Sat Aug 10 21:37:32 2013 +0000
     6.2 +++ b/cairomm/receipt	Sat Aug 10 22:18:41 2013 +0000
     6.3 @@ -5,6 +5,7 @@
     6.4  CATEGORY="x-window"
     6.5  SHORT_DESC="2D graphics library (mm)."
     6.6  MAINTAINER="pankso@slitaz.org"
     6.7 +LICENSE="LGPL2"
     6.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     6.9  WEB_SITE="http://www.cairographics.org/"
    6.10  WGET_URL="http://cairographics.org/releases/$TARBALL"
     7.1 --- a/dolibarr/receipt	Sat Aug 10 21:37:32 2013 +0000
     7.2 +++ b/dolibarr/receipt	Sat Aug 10 22:18:41 2013 +0000
     7.3 @@ -5,6 +5,7 @@
     7.4  CATEGORY="office"
     7.5  SHORT_DESC="ERP/CRM"
     7.6  MAINTAINER="erjo@slitaz.org"
     7.7 +LICENSE="LGPL2"
     7.8  WEB_SITE="http://www.dolibarr.fr/"
     7.9  TARBALL="$PACKAGE-$VERSION.tgz"
    7.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     8.1 --- a/fltk-2.0.x-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
     8.2 +++ b/fltk-2.0.x-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
     8.3 @@ -5,15 +5,17 @@
     8.4  CATEGORY="development"
     8.5  SHORT_DESC="Fast Light Tool Kit devel files (FLZK 2.0)."
     8.6  WANTED="fltk-2.0.x"
     8.7 +MAINTAINER="pankso@slitaz.org"
     8.8 +LICENSE="LGPL2"
     8.9 +WEB_SITE="http://www.fltk.org/"
    8.10 +
    8.11  DEPENDS="fltk-2.0.x"
    8.12 -MAINTAINER="pankso@slitaz.org"
    8.13 -WEB_SITE="http://www.fltk.org/"
    8.14  
    8.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.16  genpkg_rules()
    8.17  {
    8.18  	mkdir -p $fs/usr/bin $fs/usr/lib
    8.19 -	cp -a $_pkg/usr/bin/fltk2-config $fs/usr/bin
    8.20 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    8.21 -	cp -a $_pkg/usr/include $fs/usr
    8.22 +	cp -a $install/usr/bin/fltk2-config $fs/usr/bin
    8.23 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    8.24 +	cp -a $install/usr/include $fs/usr
    8.25  }
     9.1 --- a/fltk-2.0.x-fluid2/receipt	Sat Aug 10 21:37:32 2013 +0000
     9.2 +++ b/fltk-2.0.x-fluid2/receipt	Sat Aug 10 22:18:41 2013 +0000
     9.3 @@ -5,13 +5,15 @@
     9.4  CATEGORY="development"
     9.5  SHORT_DESC="Fast Light Tool Kit designer 2.0 serie."
     9.6  WANTED="fltk-2.0.x"
     9.7 +MAINTAINER="pankso@slitaz.org"
     9.8 +LICENSE="LGPL2"
     9.9 +WEB_SITE="http://www.fltk.org/"
    9.10 +
    9.11  DEPENDS="fltk-2.0.x"
    9.12 -MAINTAINER="pankso@slitaz.org"
    9.13 -WEB_SITE="http://www.fltk.org/"
    9.14  
    9.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    9.16  genpkg_rules()
    9.17  {
    9.18  	mkdir -p $fs/usr/bin
    9.19 -	cp -a $_pkg/usr/bin/fluid2 $fs/usr/bin
    9.20 +	cp -a $install/usr/bin/fluid2 $fs/usr/bin
    9.21  }
    10.1 --- a/fltk-2.0.x-gl/receipt	Sat Aug 10 21:37:32 2013 +0000
    10.2 +++ b/fltk-2.0.x-gl/receipt	Sat Aug 10 22:18:41 2013 +0000
    10.3 @@ -5,14 +5,16 @@
    10.4  CATEGORY="x-window"
    10.5  SHORT_DESC="Fast Light Tool Kit GL library."
    10.6  WANTED="fltk-2.0.x"
    10.7 +MAINTAINER="pankso@slitaz.org"
    10.8 +LICENSE="LGPL2"
    10.9 +WEB_SITE="http://www.fltk.org/"
   10.10 +
   10.11  DEPENDS="mesa libglu-mesa expat fontconfig xorg-libXft xorg-libXi \
   10.12  xorg-libXinerama xorg-libXext gcc-lib-base"
   10.13 -MAINTAINER="pankso@slitaz.org"
   10.14 -WEB_SITE="http://www.fltk.org/"
   10.15  
   10.16  # Rules to gen a SliTaz package suitable for Tazpkg.
   10.17  genpkg_rules()
   10.18  {
   10.19  	mkdir -p $fs/usr/lib
   10.20 -	cp -a $_pkg/usr/lib/libfltk2*gl*.so* $fs/usr/lib
   10.21 +	cp -a $install/usr/lib/libfltk2*gl*.so* $fs/usr/lib
   10.22  }
    11.1 --- a/fltk-2.0.x/receipt	Sat Aug 10 21:37:32 2013 +0000
    11.2 +++ b/fltk-2.0.x/receipt	Sat Aug 10 22:18:41 2013 +0000
    11.3 @@ -5,6 +5,7 @@
    11.4  CATEGORY="system-tools"
    11.5  SHORT_DESC="Fast Light Tool Kit (provide fluid)."
    11.6  MAINTAINER="pankso@slitaz.org"
    11.7 +LICENSE="LGPL2"
    11.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    11.9  WEB_SITE="http://www.fltk.org/"
   11.10  WGET_URL="subversion|http://svn.easysw.com/public/fltk/fltk/trunk"
    12.1 --- a/fltk-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    12.2 +++ b/fltk-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    12.3 @@ -5,15 +5,17 @@
    12.4  CATEGORY="development"
    12.5  SHORT_DESC="Fast Light Tool Kit devel files."
    12.6  WANTED="fltk"
    12.7 +MAINTAINER="pankso@slitaz.org"
    12.8 +LICENSE="LGPL2"
    12.9 +WEB_SITE="http://www.fltk.org/"
   12.10 +
   12.11  DEPENDS="fltk"
   12.12 -MAINTAINER="pankso@slitaz.org"
   12.13 -WEB_SITE="http://www.fltk.org/"
   12.14  
   12.15  # Rules to gen a SliTaz package suitable for Tazpkg.
   12.16  genpkg_rules()
   12.17  {
   12.18  	mkdir -p $fs/usr/bin $fs/usr/lib
   12.19 -	cp -a $_pkg/usr/bin/fltk-config $fs/usr/bin
   12.20 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   12.21 -	cp -a $_pkg/usr/include $fs/usr
   12.22 +	cp -a $install/usr/bin/fltk-config $fs/usr/bin
   12.23 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   12.24 +	cp -a $install/usr/include $fs/usr
   12.25  }
    13.1 --- a/fltk-doc/receipt	Sat Aug 10 21:37:32 2013 +0000
    13.2 +++ b/fltk-doc/receipt	Sat Aug 10 22:18:41 2013 +0000
    13.3 @@ -6,11 +6,12 @@
    13.4  SHORT_DESC="Fast Light Tool Kit documentation and examples."
    13.5  WANTED="fltk"
    13.6  MAINTAINER="pankso@slitaz.org"
    13.7 +LICENSE="LGPL2"
    13.8  WEB_SITE="http://www.fltk.org/"
    13.9  
   13.10  # Rules to gen a SliTaz package suitable for Tazpkg.
   13.11  genpkg_rules()
   13.12  {
   13.13  	mkdir -p $fs/usr/share
   13.14 -	cp -a $_pkg/usr/share/doc $fs/usr/share
   13.15 +	cp -a $install/usr/share/doc $fs/usr/share
   13.16  }
    14.1 --- a/fltk/receipt	Sat Aug 10 21:37:32 2013 +0000
    14.2 +++ b/fltk/receipt	Sat Aug 10 22:18:41 2013 +0000
    14.3 @@ -5,6 +5,7 @@
    14.4  CATEGORY="system-tools"
    14.5  SHORT_DESC="Fast Light Tool Kit (provide fluid)."
    14.6  MAINTAINER="pankso@slitaz.org"
    14.7 +LICENSE="LGPL2"
    14.8  TARBALL="$PACKAGE-$VERSION-source.tar.gz"
    14.9  WEB_SITE="http://www.fltk.org/"
   14.10  WGET_URL="http://ftp.easysw.com/pub/fltk/$VERSION/$TARBALL"
    15.1 --- a/fluidsynth-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    15.2 +++ b/fluidsynth-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    15.3 @@ -4,16 +4,18 @@
    15.4  VERSION="1.1.3"
    15.5  CATEGORY="development"
    15.6  MAINTAINER="jozee@slitaz.org"
    15.7 +LICENSE="LGPL2"
    15.8  SHORT_DESC="fluidsynth devel files"
    15.9 -DEPENDS="fluidsynth"
   15.10  WEB_SITE="http://www.fluidsynth.org/"
   15.11  WANTED="fluidsynth"
   15.12  
   15.13 +DEPENDS="fluidsynth"
   15.14 +
   15.15  # Rules to gen a SliTaz package suitable for Tazpkg.
   15.16  genpkg_rules()
   15.17  {
   15.18  	mkdir -p $fs/usr/lib
   15.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   15.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   15.21 -	cp -a $_pkg/usr/include $fs/usr
   15.22 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   15.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   15.24 +	cp -a $install/usr/include $fs/usr
   15.25  }
    16.1 --- a/fluidsynth/receipt	Sat Aug 10 21:37:32 2013 +0000
    16.2 +++ b/fluidsynth/receipt	Sat Aug 10 22:18:41 2013 +0000
    16.3 @@ -4,6 +4,7 @@
    16.4  VERSION="1.1.3"
    16.5  CATEGORY="multimedia"
    16.6  MAINTAINER="jozee@slitaz.org"
    16.7 +LICENSE="LGPL2"
    16.8  SHORT_DESC="A real-time software synthesizer based on the SoundFont 2 specifications."
    16.9  WEB_SITE="http://www.fluidsynth.org/"
   16.10  DEPENDS="glib jack-audio-connection-kit ladspa"
   16.11 @@ -25,7 +26,7 @@
   16.12  genpkg_rules()
   16.13  {
   16.14  	mkdir -p $fs/usr/lib 
   16.15 -	cp -a $_pkg/usr/bin $fs/usr
   16.16 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
   16.17 +	cp -a $install/usr/bin $fs/usr
   16.18 +	cp -a $install/usr/lib/*so* $fs/usr/lib/
   16.19  	
   16.20  }
    17.1 --- a/gamin-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    17.2 +++ b/gamin-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    17.3 @@ -5,6 +5,7 @@
    17.4  CATEGORY="development"
    17.5  SHORT_DESC="Devel files for gamin file and directory monitoring system."
    17.6  MAINTAINER="pankso@slitaz.org"
    17.7 +LICENSE="LGPL2"
    17.8  WANTED="gamin"
    17.9  WEB_SITE="http://www.gnome.org/~veillard/gamin/"
   17.10  
   17.11 @@ -12,8 +13,8 @@
   17.12  genpkg_rules()
   17.13  {
   17.14  	mkdir -p $fs/usr/lib
   17.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   17.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   17.17 -	cp -a $_pkg/usr/include $fs/usr
   17.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   17.19 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   17.20 +	cp -a $install/usr/include $fs/usr
   17.21  }
   17.22  
    18.1 --- a/gamin/receipt	Sat Aug 10 21:37:32 2013 +0000
    18.2 +++ b/gamin/receipt	Sat Aug 10 22:18:41 2013 +0000
    18.3 @@ -5,6 +5,7 @@
    18.4  CATEGORY="system-tools"
    18.5  SHORT_DESC="File and directory monitoring system."
    18.6  MAINTAINER="pankso@slitaz.org"
    18.7 +LICENSE="LGPL2"
    18.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    18.9  WEB_SITE="http://www.gnome.org/~veillard/gamin/"
   18.10  WGET_URL="http://www.gnome.org/~veillard/gamin/sources/$TARBALL"
   18.11 @@ -41,7 +42,7 @@
   18.12  genpkg_rules()
   18.13  {
   18.14  	mkdir -p $fs/usr/lib
   18.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   18.16 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
   18.17 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   18.18 +	cp -a $install/usr/lib/$PACKAGE $fs/usr/lib
   18.19  	strip -s $fs/usr/lib/$PACKAGE/*
   18.20  }
    19.1 --- a/garcon-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    19.2 +++ b/garcon-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    19.3 @@ -5,17 +5,19 @@
    19.4  CATEGORY="development"
    19.5  SHORT_DESC="Xfce menu devel files"
    19.6  MAINTAINER="erjo@slitaz.org"
    19.7 -DEPENDS="garcon"
    19.8 +LICENSE="LGPL2"
    19.9  WANTED="garcon"
   19.10  WEB_SITE="http://www.xfce.org"
   19.11  
   19.12 +DEPENDS="garcon"
   19.13 +
   19.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   19.15  genpkg_rules()
   19.16  {
   19.17  	mkdir -p $fs/usr/lib
   19.18  	
   19.19 -	cp -a $_pkg/usr/lib/*.la $fs/usr/lib
   19.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   19.21 -	cp -a $_pkg/usr/include $fs/usr
   19.22 +	cp -a $install/usr/lib/*.la $fs/usr/lib
   19.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   19.24 +	cp -a $install/usr/include $fs/usr
   19.25  }
   19.26  
    20.1 --- a/garcon/receipt	Sat Aug 10 21:37:32 2013 +0000
    20.2 +++ b/garcon/receipt	Sat Aug 10 22:18:41 2013 +0000
    20.3 @@ -5,12 +5,14 @@
    20.4  CATEGORY="misc"
    20.5  SHORT_DESC="Xfce menu library"
    20.6  MAINTAINER="erjo@slitaz.org"
    20.7 -DEPENDS="libgio glib"
    20.8 -BUILD_DEPENDS="intltool libgio libgio-dev glib-dev libxfce4util-dev"
    20.9 +LICENSE="LGPL2"
   20.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   20.11  WEB_SITE="http://www.xfce.org"
   20.12  WGET_URL="http://archive.xfce.org/src/libs/garcon/${VERSION%.*}/$TARBALL"
   20.13  
   20.14 +DEPENDS="libgio glib"
   20.15 +BUILD_DEPENDS="intltool libgio libgio-dev glib-dev libxfce4util-dev"
   20.16 +
   20.17  # Rules to configure and make the package.
   20.18  compile_rules()
   20.19  {
    21.1 --- a/glib-networking-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    21.2 +++ b/glib-networking-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    21.3 @@ -5,10 +5,12 @@
    21.4  CATEGORY="development"
    21.5  SHORT_DESC="The glib-networking devel files."
    21.6  MAINTAINER="pankso@slitaz.org"
    21.7 -DEPENDS="glib-networking"
    21.8 +LICENSE="LGPL2"
    21.9  WANTED="glib-networking"
   21.10  WEB_SITE="http://www.gtk.org/"
   21.11  
   21.12 +DEPENDS="glib-networking"
   21.13 +
   21.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   21.15  genpkg_rules()
   21.16  {
    22.1 --- a/glib-networking/receipt	Sat Aug 10 21:37:32 2013 +0000
    22.2 +++ b/glib-networking/receipt	Sat Aug 10 22:18:41 2013 +0000
    22.3 @@ -5,6 +5,7 @@
    22.4  CATEGORY="x-window"
    22.5  SHORT_DESC="TLS support for glib."
    22.6  MAINTAINER="pankso@slitaz.org"
    22.7 +LICENSE="LGPL2"
    22.8  TARBALL="$PACKAGE-$VERSION.tar.xz"
    22.9  WEB_SITE="http://www.gtk.org/"
   22.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    23.1 --- a/gnome-python-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    23.2 +++ b/gnome-python-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    23.3 @@ -5,6 +5,7 @@
    23.4  CATEGORY="development"
    23.5  SHORT_DESC="Python bindings for GNOME, development files."
    23.6  MAINTAINER="pankso@slitaz.org"
    23.7 +LICENSE="LGPL2"
    23.8  WEB_SITE="http://www.gnome.org/"
    23.9  WANTED="gnome-python"
   23.10  
    24.1 --- a/gnome-python/receipt	Sat Aug 10 21:37:32 2013 +0000
    24.2 +++ b/gnome-python/receipt	Sat Aug 10 22:18:41 2013 +0000
    24.3 @@ -5,6 +5,7 @@
    24.4  CATEGORY="x-window"
    24.5  SHORT_DESC="Python bindings for GNOME."
    24.6  MAINTAINER="pankso@slitaz.org"
    24.7 +LICENSE="LGPL2"
    24.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    24.9  WEB_SITE="http://www.gnome.org/"
   24.10  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    25.1 --- a/gstreamer-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    25.2 +++ b/gstreamer-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    25.3 @@ -6,6 +6,7 @@
    25.4  CATEGORY="development"
    25.5  SHORT_DESC="gstreamer devel files"
    25.6  MAINTAINER="jozee@slitaz.org"
    25.7 +LICENSE="LGPL2"
    25.8  WANTED="gstreamer"
    25.9  WEB_SITE="http://gstreamer.freedesktop.org/"
   25.10  
    26.1 --- a/gstreamer/receipt	Sat Aug 10 21:37:32 2013 +0000
    26.2 +++ b/gstreamer/receipt	Sat Aug 10 22:18:41 2013 +0000
    26.3 @@ -6,6 +6,7 @@
    26.4  CATEGORY="multimedia"
    26.5  SHORT_DESC="GStreamer Multimedia Framework"
    26.6  MAINTAINER="jozee@slitaz.org"
    26.7 +LICENSE="LGPL2"
    26.8  TARBALL="$PACKAGE-$VERSION.tar.xz"
    26.9  WEB_SITE="http://gstreamer.freedesktop.org/"
   26.10  WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
    27.1 --- a/gtk+3-demo/receipt	Sat Aug 10 21:37:32 2013 +0000
    27.2 +++ b/gtk+3-demo/receipt	Sat Aug 10 22:18:41 2013 +0000
    27.3 @@ -5,6 +5,7 @@
    27.4  CATEGORY="development"
    27.5  SHORT_DESC="The GIMP Toolkit 3.x example code and demo"
    27.6  MAINTAINER="pankso@slitaz.org"
    27.7 +LICENSE="LGPL2"
    27.8  WEB_SITE="http://www.gtk.org/"
    27.9  
   27.10  DEPENDS="gtk+3"
    28.1 --- a/gtk+3-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    28.2 +++ b/gtk+3-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    28.3 @@ -5,6 +5,7 @@
    28.4  CATEGORY="development"
    28.5  SHORT_DESC="The GIMP Toolkit 3.x (development files)"
    28.6  MAINTAINER="pankso@slitaz.org"
    28.7 +LICENSE="LGPL2"
    28.8  WEB_SITE="http://www.gtk.org/"
    28.9  
   28.10  WANTED="gtk+3"
    29.1 --- a/gtk+3-widget-factory/receipt	Sat Aug 10 21:37:32 2013 +0000
    29.2 +++ b/gtk+3-widget-factory/receipt	Sat Aug 10 22:18:41 2013 +0000
    29.3 @@ -5,6 +5,7 @@
    29.4  CATEGORY="development"
    29.5  SHORT_DESC="The GIMP Toolkit 3.x widget factory"
    29.6  MAINTAINER="pankso@slitaz.org"
    29.7 +LICENSE="LGPL2"
    29.8  WEB_SITE="http://www.gtk.org/"
    29.9  
   29.10  WANTED="gtk+3"
    30.1 --- a/gtk+3/receipt	Sat Aug 10 21:37:32 2013 +0000
    30.2 +++ b/gtk+3/receipt	Sat Aug 10 22:18:41 2013 +0000
    30.3 @@ -5,6 +5,7 @@
    30.4  CATEGORY="x-window"
    30.5  SHORT_DESC="The GIMP Toolkit 3.x"
    30.6  MAINTAINER="pankso@slitaz.org"
    30.7 +LICENSE="LGPL2"
    30.8  SOURCE="gtk+"
    30.9  TARBALL="$SOURCE-$VERSION.tar.xz"
   30.10  WEB_SITE="http://www.gtk.org/"
    31.1 --- a/lame-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    31.2 +++ b/lame-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    31.3 @@ -5,14 +5,16 @@
    31.4  CATEGORY="development"
    31.5  SHORT_DESC="Lame (mp3 encoder) devel files."
    31.6  MAINTAINER="pankso@slitaz.org"
    31.7 -DEPENDS="lame"
    31.8 +LICENSE="LGPL2"
    31.9  WANTED="lame"
   31.10  WEB_SITE="http://lame.sourceforge.net/"
   31.11  
   31.12 +DEPENDS="lame"
   31.13 +
   31.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   31.15  genpkg_rules()
   31.16  {
   31.17  	mkdir -p $fs/usr/lib
   31.18 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   31.19 -	cp -a $_pkg/usr/include $fs/usr
   31.20 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   31.21 +	cp -a $install/usr/include $fs/usr
   31.22  }
    32.1 --- a/lame/receipt	Sat Aug 10 21:37:32 2013 +0000
    32.2 +++ b/lame/receipt	Sat Aug 10 22:18:41 2013 +0000
    32.3 @@ -5,7 +5,7 @@
    32.4  CATEGORY="multimedia"
    32.5  SHORT_DESC="MPEG Audio Layer III (MP3) encoder."
    32.6  MAINTAINER="pankso@slitaz.org"
    32.7 -LICENSE="LGPL"
    32.8 +LICENSE="LGPL2"
    32.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   32.10  DEPENDS="ncurses"
   32.11  BUILD_DEPENDS="gtk+-dev ncurses-dev"
   32.12 @@ -29,6 +29,6 @@
   32.13  genpkg_rules()
   32.14  {
   32.15  	mkdir -p $fs/usr/lib
   32.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   32.17 -	cp -a $_pkg/usr/bin $fs/usr
   32.18 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   32.19 +	cp -a $install/usr/bin $fs/usr
   32.20  }
    33.1 --- a/libIDL/receipt	Sat Aug 10 21:37:32 2013 +0000
    33.2 +++ b/libIDL/receipt	Sat Aug 10 22:18:41 2013 +0000
    33.3 @@ -5,7 +5,7 @@
    33.4  CATEGORY="development"
    33.5  SHORT_DESC="IDL Compiling Library."
    33.6  MAINTAINER="pankso@slitaz.org"
    33.7 -LICENSE="GPL2"
    33.8 +LICENSE="LGPL2"
    33.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   33.10  WEB_SITE="http://andrewtv.org/libIDL/"
   33.11  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    34.1 --- a/libcddb-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    34.2 +++ b/libcddb-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    34.3 @@ -5,7 +5,7 @@
    34.4  CATEGORY="development"
    34.5  SHORT_DESC="Devel CDDB file C library."
    34.6  MAINTAINER="pankso@slitaz.org"
    34.7 -LICENSE="GPL2"
    34.8 +LICENSE="LGPL2"
    34.9  WANTED="libcddb"
   34.10  WEB_SITE="http://libcddb.sourceforge.net/"
   34.11  
    35.1 --- a/libcddb-utils/receipt	Sat Aug 10 21:37:32 2013 +0000
    35.2 +++ b/libcddb-utils/receipt	Sat Aug 10 22:18:41 2013 +0000
    35.3 @@ -5,7 +5,7 @@
    35.4  CATEGORY="multimedia"
    35.5  SHORT_DESC="libccdb utilities."
    35.6  MAINTAINER="erjo@slitaz.org"
    35.7 -LICENSE="GPL2"
    35.8 +LICENSE="LGPL2"
    35.9  WEB_SITE="http://libcddb.sourceforge.net/"
   35.10  WANTED="libcddb"
   35.11  
    36.1 --- a/libcddb/receipt	Sat Aug 10 21:37:32 2013 +0000
    36.2 +++ b/libcddb/receipt	Sat Aug 10 22:18:41 2013 +0000
    36.3 @@ -5,7 +5,7 @@
    36.4  CATEGORY="multimedia"
    36.5  SHORT_DESC="C library to access data on a CDDB server (freedb.org)."
    36.6  MAINTAINER="pankso@slitaz.org"
    36.7 -LICENSE="GPL2"
    36.8 +LICENSE="LGPL2"
    36.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   36.10  WEB_SITE="http://libcddb.sourceforge.net/"
   36.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    37.1 --- a/libcroco-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    37.2 +++ b/libcroco-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    37.3 @@ -5,7 +5,7 @@
    37.4  CATEGORY="development"
    37.5  SHORT_DESC="Libcroco devel files."
    37.6  MAINTAINER="pankso@slitaz.org"
    37.7 -LICENSE="GPL2"
    37.8 +LICENSE="LGPL2"
    37.9  WANTED="libcroco"
   37.10  WEB_SITE="http://www.freespiders.org/projects/libcroco/"
   37.11  
    38.1 --- a/libcroco/receipt	Sat Aug 10 21:37:32 2013 +0000
    38.2 +++ b/libcroco/receipt	Sat Aug 10 22:18:41 2013 +0000
    38.3 @@ -5,7 +5,7 @@
    38.4  CATEGORY="system-tools"
    38.5  SHORT_DESC="Cascading Style Sheet (CSS) parsing and manipulation toolkit."
    38.6  MAINTAINER="pankso@slitaz.org"
    38.7 -LICENSE="GPL2"
    38.8 +LICENSE="LGPL2"
    38.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
   38.10  WEB_SITE="http://www.freespiders.org/projects/libcroco/"
   38.11  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
    39.1 --- a/libdbusmenu-qt-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    39.2 +++ b/libdbusmenu-qt-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    39.3 @@ -5,7 +5,7 @@
    39.4  CATEGORY="development"
    39.5  SHORT_DESC="libdbusmenu-qt devel files."
    39.6  MAINTAINER="pankso@slitaz.org"
    39.7 -LICENSE="GPL2"
    39.8 +LICENSE="LGPL2"
    39.9  WANTED="libdbusmenu-qt"
   39.10  WEB_SITE="https://launchpad.net/libdbusmenu-qt"
   39.11  
    40.1 --- a/libdbusmenu-qt/receipt	Sat Aug 10 21:37:32 2013 +0000
    40.2 +++ b/libdbusmenu-qt/receipt	Sat Aug 10 22:18:41 2013 +0000
    40.3 @@ -5,7 +5,7 @@
    40.4  CATEGORY="system-tools"
    40.5  SHORT_DESC="Library to import and export QMenu instances using the DBusMenu."
    40.6  MAINTAINER="pankso@slitaz.org"
    40.7 -LICENSE="GPL2"
    40.8 +LICENSE="LGPL2"
    40.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   40.10  WEB_SITE="https://launchpad.net/libdbusmenu-qt"
   40.11  WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL"
    41.1 --- a/libglade-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    41.2 +++ b/libglade-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    41.3 @@ -5,7 +5,7 @@
    41.4  CATEGORY="development"
    41.5  SHORT_DESC="The Glade libs devel files."
    41.6  MAINTAINER="pankso@slitaz.org"
    41.7 -LICENSE="GPL2"
    41.8 +LICENSE="LGPL2"
    41.9  WANTED="libglade"
   41.10  WEB_SITE="http://www.jamesh.id.au/software/libglade/"
   41.11  
    42.1 --- a/libglade/receipt	Sat Aug 10 21:37:32 2013 +0000
    42.2 +++ b/libglade/receipt	Sat Aug 10 22:18:41 2013 +0000
    42.3 @@ -5,7 +5,7 @@
    42.4  CATEGORY="x-window"
    42.5  SHORT_DESC="The Glade libs."
    42.6  MAINTAINER="pankso@slitaz.org"
    42.7 -LICENSE="GPL2"
    42.8 +LICENSE="LGPL2"
    42.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   42.10  WEB_SITE="http://www.jamesh.id.au/software/libglade/"
   42.11  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    43.1 --- a/libgnome-keyring-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    43.2 +++ b/libgnome-keyring-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    43.3 @@ -5,7 +5,7 @@
    43.4  CATEGORY="development"
    43.5  SHORT_DESC="A libray that keep password and other secrets for users, development files."
    43.6  MAINTAINER="pankso@slitaz.org"
    43.7 -LICENSE="GPL2"
    43.8 +LICENSE="LGPL2"
    43.9  WEB_SITE="http://www.gnome.org"
   43.10  WANTED="libgnome-keyring"
   43.11  
    44.1 --- a/libgnome-keyring/receipt	Sat Aug 10 21:37:32 2013 +0000
    44.2 +++ b/libgnome-keyring/receipt	Sat Aug 10 22:18:41 2013 +0000
    44.3 @@ -5,7 +5,7 @@
    44.4  CATEGORY="x-window"
    44.5  SHORT_DESC="A libray that keep password and other secrets for users."
    44.6  MAINTAINER="pankso@slitaz.org"
    44.7 -LICENSE="GPL2"
    44.8 +LICENSE="LGPL2"
    44.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   44.10  WEB_SITE="http://www.gnome.org"
   44.11  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    45.1 --- a/libsdl-perl/receipt	Sat Aug 10 21:37:32 2013 +0000
    45.2 +++ b/libsdl-perl/receipt	Sat Aug 10 22:18:41 2013 +0000
    45.3 @@ -5,7 +5,7 @@
    45.4  CATEGORY="x-window"
    45.5  SHORT_DESC="SDL perl support."
    45.6  MAINTAINER="slaxemulator@gmail.com"
    45.7 -LICENSE="GPL2"
    45.8 +LICENSE="LGPL2"
    45.9  SOURCE="SDL_Perl"
   45.10  TARBALL="$SOURCE-v${VERSION}.tar.gz"
   45.11  WEB_SITE="http://sdl.perl.org"
    46.1 --- a/libsmpeg-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    46.2 +++ b/libsmpeg-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    46.3 @@ -5,9 +5,11 @@
    46.4  CATEGORY="development"
    46.5  SHORT_DESC="Mpeg decoding library devel files"
    46.6  MAINTAINER="claudinei@slitaz.org"
    46.7 +LICENSE="LGPL2"
    46.8  WEB_SITE="http://icculus.org/smpeg"
    46.9 +WANTED="libsmpeg"
   46.10 +
   46.11  DEPENDS="libsmpeg"
   46.12 -WANTED="libsmpeg"
   46.13  
   46.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   46.15  genpkg_rules()
    47.1 --- a/libsmpeg/receipt	Sat Aug 10 21:37:32 2013 +0000
    47.2 +++ b/libsmpeg/receipt	Sat Aug 10 22:18:41 2013 +0000
    47.3 @@ -5,6 +5,7 @@
    47.4  CATEGORY="development"
    47.5  SHORT_DESC="Mpeg decoding library"
    47.6  MAINTAINER="claudinei@slitaz.org"
    47.7 +LICENSE="LGPL2"
    47.8  WEB_SITE="http://icculus.org/smpeg"
    47.9  DEPENDS="libsdl gcc-lib-base"
   47.10  BUILD_DEPENDS="libsdl libsdl-dev gtk+-dev autoconf automake m4 subversion tar"
   47.11 @@ -19,13 +20,13 @@
   47.12  	./autogen.sh
   47.13  	./configure --prefix=/usr --disable-gtk-player $CONFIGURE_ARGS &&
   47.14  	make LDFLAGS+=-lstdc++ &&
   47.15 -	make DESTDIR=$PWD/_pkg install
   47.16 +	make DESTDIR=$DESTDIR install
   47.17  }
   47.18  
   47.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   47.20  genpkg_rules()
   47.21  {
   47.22  	mkdir -p $fs/usr/lib
   47.23 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   47.24 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   47.25  
   47.26  }
    48.1 --- a/libsoup-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    48.2 +++ b/libsoup-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    48.3 @@ -5,7 +5,7 @@
    48.4  CATEGORY="x-window"
    48.5  SHORT_DESC="GNOME Soup Library (devel files)."
    48.6  MAINTAINER="pankso@slitaz.org"
    48.7 -LICENSE="GPL2"
    48.8 +LICENSE="LGPL2"
    48.9  WANTED="libsoup"
   48.10  WEB_SITE="http://live.gnome.org/LibSoup/"
   48.11  
    49.1 --- a/libsoup/receipt	Sat Aug 10 21:37:32 2013 +0000
    49.2 +++ b/libsoup/receipt	Sat Aug 10 22:18:41 2013 +0000
    49.3 @@ -5,7 +5,7 @@
    49.4  CATEGORY="x-window"
    49.5  SHORT_DESC="GNOME Soup Library."
    49.6  MAINTAINER="pankso@slitaz.org"
    49.7 -LICENSE="GPL2"
    49.8 +LICENSE="LGPL2"
    49.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
   49.10  WEB_SITE="https://live.gnome.org/LibSoup/"
   49.11  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    50.1 --- a/libwnck-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    50.2 +++ b/libwnck-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    50.3 @@ -5,7 +5,7 @@
    50.4  CATEGORY="development"
    50.5  SHORT_DESC="libwnck devel files."
    50.6  MAINTAINER="pankso@slitaz.org"
    50.7 -LICENSE="GPL2"
    50.8 +LICENSE="LGPL2"
    50.9  WANTED="libwnck"
   50.10  WEB_SITE="http://www.gnome.org/"
   50.11  
    51.1 --- a/libwnck/receipt	Sat Aug 10 21:37:32 2013 +0000
    51.2 +++ b/libwnck/receipt	Sat Aug 10 22:18:41 2013 +0000
    51.3 @@ -5,7 +5,7 @@
    51.4  CATEGORY="x-window"
    51.5  SHORT_DESC="libwnck is Window Navigator Construction Kit."
    51.6  MAINTAINER="pankso@slitaz.org"
    51.7 -LICENSE="GPL2"
    51.8 +LICENSE="LGPL2"
    51.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   51.10  WEB_SITE="http://www.gnome.org/"
   51.11  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    52.1 --- a/libxfce4ui-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    52.2 +++ b/libxfce4ui-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    52.3 @@ -5,7 +5,7 @@
    52.4  CATEGORY="development"
    52.5  SHORT_DESC="Xfce Gtk Widget library dev files"
    52.6  MAINTAINER="erjo@slitaz.org"
    52.7 -LICENSE="GPL2"
    52.8 +LICENSE="LGPL2"
    52.9  WEB_SITE="http://www.xfce.org"
   52.10  
   52.11  DEPENDS="libxfce4ui gtk+-dev libxfce4util-dev"
    53.1 --- a/libxfce4ui/receipt	Sat Aug 10 21:37:32 2013 +0000
    53.2 +++ b/libxfce4ui/receipt	Sat Aug 10 22:18:41 2013 +0000
    53.3 @@ -5,7 +5,7 @@
    53.4  CATEGORY="x-window"
    53.5  SHORT_DESC="Xfce Gtk Widget library"
    53.6  MAINTAINER="erjo@slitaz.org"
    53.7 -LICENSE="GPL2"
    53.8 +LICENSE="LGPL2"
    53.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   53.10  WEB_SITE="http://www.xfce.org"
   53.11  WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL"
    54.1 --- a/libxfce4util-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    54.2 +++ b/libxfce4util-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    54.3 @@ -5,7 +5,7 @@
    54.4  CATEGORY="development"
    54.5  SHORT_DESC="Xfce Utility library dev files"
    54.6  MAINTAINER="erjo@slitaz.org"
    54.7 -LICENSE="GPL2"
    54.8 +LICENSE="LGPL2"
    54.9  WANTED="libxfce4util"
   54.10  WEB_SITE="http://www.xfce.org"
   54.11  
    55.1 --- a/libxfce4util/receipt	Sat Aug 10 21:37:32 2013 +0000
    55.2 +++ b/libxfce4util/receipt	Sat Aug 10 22:18:41 2013 +0000
    55.3 @@ -5,7 +5,7 @@
    55.4  CATEGORY="x-window"
    55.5  SHORT_DESC="Xfce Utility library"
    55.6  MAINTAINER="erjo@slitaz.org"
    55.7 -LICENSE="GPL2"
    55.8 +LICENSE="LGPL2"
    55.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   55.10  WEB_SITE="http://www.xfce.org"
   55.11  WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL"
    56.1 --- a/openal-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    56.2 +++ b/openal-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    56.3 @@ -6,15 +6,17 @@
    56.4  CATEGORY="development"
    56.5  SHORT_DESC="cross-platform 3D audio API, development files."
    56.6  MAINTAINER="pascal.bellard@slitaz.org"
    56.7 +LICENSE="LGPL2"
    56.8  WEB_SITE="http://www.openal.org/"
    56.9 +WANTED="openal"
   56.10 +
   56.11  DEPENDS="openal"
   56.12 -WANTED="openal"
   56.13  
   56.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   56.15  genpkg_rules()
   56.16  {
   56.17  	mkdir -p $fs/usr/lib
   56.18 -	cp -a $_pkg/usr/include $fs/usr
   56.19 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   56.20 +	cp -a $install/usr/include $fs/usr
   56.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   56.22  }
   56.23  
    57.1 --- a/openal/receipt	Sat Aug 10 21:37:32 2013 +0000
    57.2 +++ b/openal/receipt	Sat Aug 10 22:18:41 2013 +0000
    57.3 @@ -6,6 +6,7 @@
    57.4  CATEGORY="multimedia"
    57.5  SHORT_DESC="cross-platform 3D audio API."
    57.6  MAINTAINER="pascal.bellard@slitaz.org"
    57.7 +LICENSE="LGPL2"
    57.8  TARBALL="$SOURCE-$VERSION.tar.bz2"
    57.9  WEB_SITE="http://www.openal.org/"
   57.10  WGET_URL="http://kcat.strangesoft.net/openal-releases/$TARBALL"
   57.11 @@ -25,7 +26,7 @@
   57.12  genpkg_rules()
   57.13  {
   57.14  	mkdir -p $fs/usr/lib
   57.15 -	cp -a $_pkg/usr/bin $fs/usr
   57.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   57.17 +	cp -a $install/usr/bin $fs/usr
   57.18 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   57.19  }
   57.20  
    58.1 --- a/polkit-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    58.2 +++ b/polkit-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    58.3 @@ -5,6 +5,7 @@
    58.4  CATEGORY="development"
    58.5  SHORT_DESC="devel files for polkit"
    58.6  MAINTAINER="slaxemulator@gmail.com"
    58.7 +LICENSE="LGPL2"
    58.8  WANTED="polkit"
    58.9  WEB_SITE="http://www.freedesktop.org/wiki/Software/PolicyKit"
   58.10  PROVIDE="PolicyKit-dev"
   58.11 @@ -15,7 +16,7 @@
   58.12  	mkdir -p $fs/usr/lib/polkit-1/extensions $fs/usr/share
   58.13  	cp -a $install/usr/include $fs/usr
   58.14  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   58.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   58.16 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   58.17  	cp -a $install/usr/share/gir-1.0 $fs/usr/share
   58.18  	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
   58.19  	cp -a $install/usr/lib/polkit-1/extensions/*.*a \
    59.1 --- a/polkit-pam/receipt	Sat Aug 10 21:37:32 2013 +0000
    59.2 +++ b/polkit-pam/receipt	Sat Aug 10 22:18:41 2013 +0000
    59.3 @@ -5,6 +5,7 @@
    59.4  CATEGORY="base-system"
    59.5  SHORT_DESC="Polkit with PAM support."
    59.6  MAINTAINER="slaxemulator@gmail.com"
    59.7 +LICENSE="LGPL2"
    59.8  SOURCE="polkit"
    59.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   59.10  WEB_SITE="http://www.freedesktop.org/wiki/Software/PolicyKit"
    60.1 --- a/polkit/receipt	Sat Aug 10 21:37:32 2013 +0000
    60.2 +++ b/polkit/receipt	Sat Aug 10 22:18:41 2013 +0000
    60.3 @@ -5,6 +5,7 @@
    60.4  CATEGORY="base-system"
    60.5  SHORT_DESC="Application development toolkit for controlling system-wide privileges."
    60.6  MAINTAINER="slaxemulator@gmail.com"
    60.7 +LICENSE="LGPL2"
    60.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    60.9  WEB_SITE="http://www.freedesktop.org/wiki/Software/PolicyKit"
   60.10  WGET_URL="http://hal.freedesktop.org/releases/$TARBALL"
    61.1 --- a/python-gconf/receipt	Sat Aug 10 21:37:32 2013 +0000
    61.2 +++ b/python-gconf/receipt	Sat Aug 10 22:18:41 2013 +0000
    61.3 @@ -5,6 +5,7 @@
    61.4  CATEGORY="system-tools"
    61.5  SHORT_DESC="Python bindings for gconf."
    61.6  MAINTAINER="pankso@slitaz.org"
    61.7 +LICENSE="LGPL2"
    61.8  DEPENDS="python GConf"
    61.9  WANTED="gnome-python"
   61.10  WEB_SITE="http://www.gnome.org/"
   61.11 @@ -14,6 +15,6 @@
   61.12  {
   61.13  	_PYTHONVER=$(grep  ^VERSION= $WOK/python/receipt | cut -d "=" -f2 | sed -e 's/"//g')
   61.14  	mkdir -p $fs/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0
   61.15 -	cp -a $_pkg/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0/gconf.so \
   61.16 +	cp -a $install/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0/gconf.so \
   61.17  		$fs/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0
   61.18  }
    62.1 --- a/pywebkitgtk/receipt	Sat Aug 10 21:37:32 2013 +0000
    62.2 +++ b/pywebkitgtk/receipt	Sat Aug 10 22:18:41 2013 +0000
    62.3 @@ -5,12 +5,14 @@
    62.4  CATEGORY="development"
    62.5  SHORT_DESC="Python bindings to the Webkit GTK+ port."
    62.6  MAINTAINER="slaxemulator@gmail.com"
    62.7 -DEPENDS="libwebkit pygtk libxslt"
    62.8 -BUILD_DEPENDS="libwebkit-dev pygtk-dev libxslt-dev python-dev util-linux-uuid-dev pkg-config"
    62.9 +LICENSE="LGPL2"
   62.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   62.11  WEB_SITE="http://code.google.com/p/pywebkitgtk/"
   62.12  WGET_URL="http://pywebkitgtk.googlecode.com/files/$TARBALL"
   62.13  
   62.14 +DEPENDS="libwebkit pygtk libxslt"
   62.15 +BUILD_DEPENDS="libwebkit-dev pygtk-dev libxslt-dev python-dev util-linux-uuid-dev pkg-config"
   62.16 +
   62.17  # Rules to configure and make the package.
   62.18  compile_rules()
   62.19  {
   62.20 @@ -20,14 +22,14 @@
   62.21  		--infodir=/usr/share/info \
   62.22  		--mandir=/usr/share/man \
   62.23  		$CONFIGURE_ARGS &&
   62.24 -	make && make DESTDIR=$PWD/_pkg install
   62.25 +	make && make DESTDIR=$DESTDIR install
   62.26  }
   62.27  
   62.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   62.29  genpkg_rules()
   62.30  {
   62.31  	mkdir -p $fs/usr/share
   62.32 -	cp -a $_pkg/usr/lib $fs/usr
   62.33 -	cp -a $_pkg/usr/share/pywebkitgtk $fs/usr/share
   62.34 +	cp -a $install/usr/lib $fs/usr
   62.35 +	cp -a $install/usr/share/pywebkitgtk $fs/usr/share
   62.36  }
   62.37  
    63.1 --- a/startup-notification-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    63.2 +++ b/startup-notification-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    63.3 @@ -5,15 +5,17 @@
    63.4  CATEGORY="development"
    63.5  SHORT_DESC="Startup notification protocol developpement files"
    63.6  MAINTAINER="erjo@slitaz.org"
    63.7 -DEPENDS="startup-notification"
    63.8 +LICENSE="LGPL2"
    63.9  WANTED="startup-notification"
   63.10  WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
   63.11  
   63.12 +DEPENDS="startup-notification"
   63.13 +
   63.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   63.15  genpkg_rules()
   63.16  {
   63.17  	mkdir -p $fs/usr/lib
   63.18 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   63.19 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   63.20 -	cp -a $_pkg/usr/include $fs/usr
   63.21 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   63.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   63.23 +	cp -a $install/usr/include $fs/usr
   63.24  }
    64.1 --- a/startup-notification/receipt	Sat Aug 10 21:37:32 2013 +0000
    64.2 +++ b/startup-notification/receipt	Sat Aug 10 22:18:41 2013 +0000
    64.3 @@ -5,6 +5,7 @@
    64.4  CATEGORY="x-window"
    64.5  SHORT_DESC="Startup notification protocol"
    64.6  MAINTAINER="erjo@slitaz.org"
    64.7 +LICENSE="LGPL2"
    64.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    64.9  WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
   64.10  WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
   64.11 @@ -29,6 +30,6 @@
   64.12  genpkg_rules()
   64.13  {
   64.14  	mkdir -p $fs/usr/lib
   64.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   64.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   64.17  }
   64.18  
    65.1 --- a/strigi-client/receipt	Sat Aug 10 21:37:32 2013 +0000
    65.2 +++ b/strigi-client/receipt	Sat Aug 10 22:18:41 2013 +0000
    65.3 @@ -5,13 +5,15 @@
    65.4  CATEGORY="system-tools"
    65.5  SHORT_DESC="Strigi GUI client using QT."
    65.6  MAINTAINER="pankso@slitaz.org"
    65.7 -DEPENDS="strigi libQtCore libQtDBus"
    65.8 +LICENSE="LGPL2"
    65.9  WANTED="strigi"
   65.10  WEB_SITE="http://www.vandenoever.info/software/strigi/"
   65.11  
   65.12 +DEPENDS="strigi libQtCore libQtDBus"
   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/bin
   65.18 -	cp -a $_pkg/usr/bin/strigiclient $fs/usr/bin
   65.19 +	cp -a $install/usr/bin/strigiclient $fs/usr/bin
   65.20  }
    66.1 --- a/strigi-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    66.2 +++ b/strigi-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    66.3 @@ -5,6 +5,7 @@
    66.4  CATEGORY="development"
    66.5  SHORT_DESC="Strigi devel file."
    66.6  MAINTAINER="pankso@slitaz.org"
    66.7 +LICENSE="LGPL2"
    66.8  WANTED="strigi"
    66.9  WEB_SITE="http://www.vandenoever.info/software/strigi/"
   66.10  
   66.11 @@ -12,6 +13,6 @@
   66.12  genpkg_rules()
   66.13  {
   66.14  	mkdir -p $fs/usr/lib
   66.15 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   66.16 -	cp -a $_pkg/usr/include $fs/usr
   66.17 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   66.18 +	cp -a $install/usr/include $fs/usr
   66.19  }
    67.1 --- a/strigi/receipt	Sat Aug 10 21:37:32 2013 +0000
    67.2 +++ b/strigi/receipt	Sat Aug 10 22:18:41 2013 +0000
    67.3 @@ -5,14 +5,16 @@
    67.4  CATEGORY="system-tools"
    67.5  SHORT_DESC="Strigi is a fast and light desktop search engine."
    67.6  MAINTAINER="pankso@slitaz.org"
    67.7 -DEPENDS="libxml2 expat sqlite dbus qt4"
    67.8 -BUILD_DEPENDS="$DEPENDS libxml2-dev cmake Qt4-dev bzlib expat-dev sqlite-dev \
    67.9 +LICENSE="LGPL2"
   67.10  dbus-dev libQtCore libQtDBus qmake bzip2-dev"
   67.11  SUGGESTED="strigi-client"
   67.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   67.13  WEB_SITE="http://www.vandenoever.info/software/strigi/"
   67.14  WGET_URL="http://www.vandenoever.info/software/strigi/$TARBALL"
   67.15  
   67.16 +DEPENDS="libxml2 expat sqlite dbus qt4"
   67.17 +BUILD_DEPENDS="$DEPENDS libxml2-dev cmake Qt4-dev bzlib expat-dev sqlite-dev \
   67.18 +
   67.19  # Rules to configure and make the package.
   67.20  compile_rules()
   67.21  {
   67.22 @@ -28,10 +30,10 @@
   67.23  genpkg_rules()
   67.24  {
   67.25  	mkdir -p $fs/usr/lib/$PACKAGE
   67.26 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   67.27 -	cp -a $_pkg/usr/lib/$PACKAGE/*.so* $fs/usr/lib/$PACKAGE
   67.28 -	cp -a $_pkg/usr/share $fs/usr
   67.29 -	cp -a $_pkg/usr/bin $fs/usr
   67.30 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   67.31 +	cp -a $install/usr/lib/$PACKAGE/*.so* $fs/usr/lib/$PACKAGE
   67.32 +	cp -a $install/usr/share $fs/usr
   67.33 +	cp -a $install/usr/bin $fs/usr
   67.34  	# QT GUI split into strigi-client
   67.35  	rm -f $fs/usr/bin/strigiclient	
   67.36  }
    68.1 --- a/thunar-vfs-dev/receipt	Sat Aug 10 21:37:32 2013 +0000
    68.2 +++ b/thunar-vfs-dev/receipt	Sat Aug 10 22:18:41 2013 +0000
    68.3 @@ -5,6 +5,7 @@
    68.4  CATEGORY="development"
    68.5  SHORT_DESC="Thnuar file manager libraries development files"
    68.6  MAINTAINER="erjo@slitaz.org"
    68.7 +LICENSE="LGPL2"
    68.8  WANTED="thunar-vfs"
    68.9  WEB_SITE="http://www.xfce.org"
   68.10  TAGS="file-manager file-browser"
   68.11 @@ -18,9 +19,9 @@
   68.12  	mkdir -p $fs/usr \
   68.13  		$fs/usr/lib/ \
   68.14  
   68.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   68.16 -	cp -a $_pkg/usr/include $fs/usr
   68.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   68.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   68.19 +	cp -a $install/usr/include $fs/usr
   68.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   68.21  	
   68.22  }
   68.23  
    69.1 --- a/thunar-vfs/receipt	Sat Aug 10 21:37:32 2013 +0000
    69.2 +++ b/thunar-vfs/receipt	Sat Aug 10 22:18:41 2013 +0000
    69.3 @@ -5,6 +5,7 @@
    69.4  CATEGORY="x-window"
    69.5  SHORT_DESC="Thunar File Manager Libraries"
    69.6  MAINTAINER="erjo@slitaz.org"
    69.7 +LICENSE="LGPL2"
    69.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    69.9  WEB_SITE="http://www.xfce.org"
   69.10  WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL"
   69.11 @@ -39,11 +40,11 @@
   69.12  		$fs/usr/lib/ \
   69.13  		$fs/usr/share
   69.14  
   69.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   69.16 -	cp -a $_pkg/usr/lib/thunar-vfs-1 $fs/usr/lib
   69.17 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   69.18 +	cp -a $install/usr/lib/thunar-vfs-1 $fs/usr/lib
   69.19  	
   69.20 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
   69.21 -	cp -a $_pkg/usr/share/thumbnailers $fs/usr/share
   69.22 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
   69.23 +	cp -a $install/usr/share/thumbnailers $fs/usr/share
   69.24  
   69.25  	# Strip all
   69.26  	find $fs/usr/lib -exec strip -s {} 2> /dev/null \;