wok rev 15590

gphoto2, gtkperf: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 02 19:18:04 2013 +0000 (2013-12-02)
parents d1c17bd2c2bc
children b162f4f24678
files gphoto2/receipt gtkperf/receipt o3read/receipt obby-dev/receipt obby/receipt obmenu/receipt ocsinventory-agent/receipt ocsinventory-server/receipt ocsinventory/receipt ocsreports/receipt odt2txt/receipt offlineimap/receipt ofono-dev/receipt openconnect/receipt openerp-client/receipt openerp-server/receipt openttd-opengfx/receipt openttd/receipt osmo/receipt owfs/receipt rapidsvn/receipt rcs/receipt re-alpine/receipt setuptools/receipt songwrite/receipt soundtouch/receipt speedtouch/receipt t2/receipt taglib-dev/receipt taglib/receipt tahoe-lafs/receipt tar/receipt tcpick/receipt thunar-archive-plugin/receipt tinyproxy/receipt tree/receipt tsclient/receipt tslib-dev/receipt tslib/receipt tunctl/receipt tuxpaint/receipt tuxtype/receipt txt2tags/receipt
line diff
     1.1 --- a/gphoto2/receipt	Mon Dec 02 17:47:06 2013 +0000
     1.2 +++ b/gphoto2/receipt	Mon Dec 02 19:18:04 2013 +0000
     1.3 @@ -12,7 +12,8 @@
     1.4  TAGS="camera photo"
     1.5  
     1.6  DEPENDS="libexif jpeg libgphoto2 readline popt libltdl ncurses"
     1.7 -BUILD_DEPENDS="jpeg-dev libgphoto2-dev readline readline-dev popt popt-dev"
     1.8 +BUILD_DEPENDS="jpeg-dev libgphoto2-dev readline readline-dev popt popt-dev \
     1.9 +libtool"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
     2.1 --- a/gtkperf/receipt	Mon Dec 02 17:47:06 2013 +0000
     2.2 +++ b/gtkperf/receipt	Mon Dec 02 19:18:04 2013 +0000
     2.3 @@ -10,8 +10,8 @@
     2.4  WEB_SITE="http://gtkperf.sourceforge.net/"
     2.5  WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
     2.6  
     2.7 -BUILD_DEPENDS="gtk+-dev gettext"
     2.8  DEPENDS="gtk+"
     2.9 +BUILD_DEPENDS="gtk+-dev gettext autoconf"
    2.10  
    2.11  # Rules to configure and make the package.
    2.12  compile_rules()
     3.1 --- a/o3read/receipt	Mon Dec 02 17:47:06 2013 +0000
     3.2 +++ b/o3read/receipt	Mon Dec 02 19:18:04 2013 +0000
     3.3 @@ -5,23 +5,25 @@
     3.4  CATEGORY="utilities"
     3.5  SHORT_DESC="Standalone converter for OpenOffice.org writer and calc formats"
     3.6  MAINTAINER="milka@konstelacioj.info"
     3.7 -DEPENDS=""
     3.8 +LICENSE="GPL2"
     3.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.10  WEB_SITE="http://siag.nu/o3read/"
    3.11  WGET_URL="http://siag.nu/pub/o3read/$PACKAGE-$VERSION.tar.gz"
    3.12  TAGS="office"
    3.13  
    3.14 +DEPENDS=""
    3.15 +
    3.16  # Rules to configure and make the package.
    3.17  compile_rules()
    3.18  {
    3.19  	cd $src
    3.20 -	make install PREFIX=$PWD/_pkg/usr
    3.21 +	make install PREFIX=$DESTDIR/usr
    3.22  }
    3.23  
    3.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.25  genpkg_rules()
    3.26  {
    3.27  	mkdir -p $fs/usr
    3.28 -	cp -a $_pkg/usr/bin $fs/usr
    3.29 +	cp -a $install/usr/bin $fs/usr
    3.30  }
    3.31  
     4.1 --- a/obby-dev/receipt	Mon Dec 02 17:47:06 2013 +0000
     4.2 +++ b/obby-dev/receipt	Mon Dec 02 19:18:04 2013 +0000
     4.3 @@ -5,6 +5,7 @@
     4.4  CATEGORY="development"
     4.5  SHORT_DESC="obby library devel files."
     4.6  MAINTAINER="pankso@slitaz.org"
     4.7 +LICENSE="GPL2"
     4.8  WANTED="obby"
     4.9  WEB_SITE="http://gobby.0x539.de/trac/"
    4.10  
    4.11 @@ -12,8 +13,7 @@
    4.12  genpkg_rules()
    4.13  {
    4.14  	mkdir -p $fs/usr/lib
    4.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    4.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    4.17 -	cp -a $_pkg/usr/include $fs/usr
    4.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    4.19 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    4.20 +	cp -a $install/usr/include $fs/usr
    4.21  }
    4.22 -
     5.1 --- a/obby/receipt	Mon Dec 02 17:47:06 2013 +0000
     5.2 +++ b/obby/receipt	Mon Dec 02 19:18:04 2013 +0000
     5.3 @@ -5,6 +5,7 @@
     5.4  CATEGORY="network"
     5.5  SHORT_DESC="Realtime collaborative text-editing functionality."
     5.6  MAINTAINER="pankso@slitaz.org"
     5.7 +LICENSE="GPL2"
     5.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     5.9  WEB_SITE="http://gobby.0x539.de/trac/"
    5.10  WGET_URL="http://releases.0x539.de/obby/$TARBALL"
    5.11 @@ -24,13 +25,13 @@
    5.12  		--mandir=/usr/share/man \
    5.13  		$CONFIGURE_ARGS &&
    5.14  	make &&
    5.15 -	make DESTDIR=$PWD/_pkg install
    5.16 +	make DESTDIR=$DESTDIR install
    5.17  }
    5.18  
    5.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.20  genpkg_rules()
    5.21  {
    5.22  	mkdir -p $fs/usr/lib
    5.23 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    5.24 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    5.25  }
    5.26  
     6.1 --- a/obmenu/receipt	Mon Dec 02 17:47:06 2013 +0000
     6.2 +++ b/obmenu/receipt	Mon Dec 02 19:18:04 2013 +0000
     6.3 @@ -5,27 +5,29 @@
     6.4  CATEGORY="x-window"
     6.5  SHORT_DESC="Openbox menu editor."
     6.6  MAINTAINER="paul@slitaz.org"
     6.7 -DEPENDS="python pycairo pygobject pygtk libffi"
     6.8 -BUILD_DEPENDS="python python-dev"
     6.9 +LICENSE="GPL2"
    6.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.11  WEB_SITE="http://obmenu.sourceforge.net/index.html"
    6.12  WGET_URL="http://downloads.sourceforge.net/obmenu/$TARBALL"
    6.13  TAGS="openbox"
    6.14  
    6.15 +DEPENDS="python pycairo pygobject pygtk libffi"
    6.16 +BUILD_DEPENDS="python python-dev"
    6.17 +
    6.18  # Rules to configure and make the package.
    6.19  compile_rules()
    6.20  {
    6.21  	cd $src
    6.22  	python setup.py build
    6.23 -	python setup.py install --root=$PWD/_pkg
    6.24 +	python setup.py install --root=$DESTDIR
    6.25  }
    6.26  
    6.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.28  genpkg_rules()
    6.29  {
    6.30  	mkdir -p $fs/usr/share/pixmaps
    6.31 -	cp -a $_pkg/usr $fs
    6.32 -	cp $_pkg/usr/share/obmenu/mnu48.png $fs/usr/share/pixmaps
    6.33 +	cp -a $install/usr $fs
    6.34 +	cp $install/usr/share/obmenu/mnu48.png $fs/usr/share/pixmaps
    6.35  }
    6.36  
    6.37  post_install()
     7.1 --- a/ocsinventory-agent/receipt	Mon Dec 02 17:47:06 2013 +0000
     7.2 +++ b/ocsinventory-agent/receipt	Mon Dec 02 19:18:04 2013 +0000
     7.3 @@ -5,14 +5,16 @@
     7.4  CATEGORY="network"
     7.5  SHORT_DESC="OCS Inventory NG agent for Linux."
     7.6  MAINTAINER="erjo@slitaz.org"
     7.7 +LICENSE="GPL2"
     7.8  SOURCE="Ocsinventory-Unix-Agent"
     7.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    7.10 -DEPENDS="perl perl-libwww perl-uri dmidecode"
    7.11  SUGGESTED="nmap perl-net-ssleay"
    7.12 -BUILD_DEPENDS="perl wget"
    7.13  WEB_SITE="http://www.ocsinventory-ng.org/"
    7.14  WGET_URL="https://launchpad.net/ocsinventory-unix-agent/stable-2.0/2.0.4/+download/$TARBALL"
    7.15  
    7.16 +DEPENDS="perl perl-libwww perl-uri dmidecode"
    7.17 +BUILD_DEPENDS="perl wget"
    7.18 +
    7.19  # Rules to configure and make the package.
    7.20  compile_rules()
    7.21  {
    7.22 @@ -31,7 +33,7 @@
    7.23  	done
    7.24  	perl Makefile.PL 
    7.25  	rm -f run-postinst
    7.26 -	make && make DESTDIR=$PWD/_pkg install
    7.27 +	make && make DESTDIR=$DESTDIR install
    7.28  }
    7.29  
    7.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.31 @@ -41,8 +43,8 @@
    7.32  		$fs/etc/ocsinventory-agent \
    7.33  		$fs/var/lib/ocsinventory-agent
    7.34  		
    7.35 -	cp -a $_pkg/usr/bin $fs/usr
    7.36 -	cp -a $_pkg/usr/lib $fs/usr
    7.37 +	cp -a $install/usr/bin $fs/usr
    7.38 +	cp -a $install/usr/lib $fs/usr
    7.39  }
    7.40  
    7.41  post_install(){
     8.1 --- a/ocsinventory-server/receipt	Mon Dec 02 17:47:06 2013 +0000
     8.2 +++ b/ocsinventory-server/receipt	Mon Dec 02 19:18:04 2013 +0000
     8.3 @@ -5,18 +5,20 @@
     8.4  CATEGORY="network"
     8.5  SHORT_DESC="Iventory and package deployment system"
     8.6  MAINTAINER="pascal.bellard@slitaz.org"
     8.7 +LICENSE="GPL2"
     8.8 +SOURCE="OCSNG_UNIX_SERVER"
     8.9 +WEB_SITE="http://www.ocsinventory-ng.org/index.php?page=English"
    8.10 +WANTED="ocsinventory"
    8.11 +
    8.12  DEPENDS="apache php-apache mysql perl perl-xml-simple perl-compress-raw-zlib
    8.13   perl-dbi perl-dbd-mysql perl-apache-dbi perl-net-ip perl-soap-lite
    8.14   perl-xml-parser perl-xml-sax-writer apache-mod-perl"
    8.15 -SOURCE="OCSNG_UNIX_SERVER"
    8.16 -WEB_SITE="http://www.ocsinventory-ng.org/index.php?page=English"
    8.17 -WANTED="ocsinventory"
    8.18  
    8.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.20  genpkg_rules()
    8.21  {
    8.22  	mkdir -p $fs/usr
    8.23 -	cp -a $_pkg/usr/lib $fs/usr
    8.24 +	cp -a $install/usr/lib $fs/usr
    8.25  	
    8.26  	install -o www -g www -m 0775  -d $fs/var/log/ocsinventory-server
    8.27  	install -o root -g www -m 0775 -d $fs/var/lib/ocsinventory-server/ipd
     9.1 --- a/ocsinventory/receipt	Mon Dec 02 17:47:06 2013 +0000
     9.2 +++ b/ocsinventory/receipt	Mon Dec 02 19:18:04 2013 +0000
     9.3 @@ -5,14 +5,15 @@
     9.4  CATEGORY="meta"
     9.5  SHORT_DESC="Automated inventory and deployement system."
     9.6  MAINTAINER="pascal.bellard@slitaz.org"
     9.7 +LICENSE="GPL2"
     9.8  SOURCE="OCSNG_UNIX_SERVER"
     9.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    9.10  WEB_SITE="http://www.ocsinventory-ng.org/"
    9.11  WGET_URL="https://launchpad.net/ocsinventory-server/stable-2.0/$VERSION/+download/$TARBALL"
    9.12 +TAGS="system administration"
    9.13 +
    9.14  DEPENDS="ocsinventory-server ocsinventory-agent ocsreports"
    9.15  BUILD_DEPENDS="perl perl-dbd-mysql perl-apache-dbi perl-net-ip wget"
    9.16 -TAGS="system administration"
    9.17 -
    9.18  
    9.19  # Rules to configure and make the package.
    9.20  compile_rules()
    9.21 @@ -20,7 +21,7 @@
    9.22  	cd $src/Apache
    9.23  	perl Makefile.PL &&
    9.24  	make &&
    9.25 -	make DESTDIR=$PWD/../_pkg install
    9.26 +	make DESTDIR=$DESTDIR install
    9.27  }
    9.28  
    9.29  genpkg_rules() {
    10.1 --- a/ocsreports/receipt	Mon Dec 02 17:47:06 2013 +0000
    10.2 +++ b/ocsreports/receipt	Mon Dec 02 19:18:04 2013 +0000
    10.3 @@ -5,12 +5,14 @@
    10.4  CATEGORY="network"
    10.5  SHORT_DESC="Inventory and package deployement system"
    10.6  MAINTAINER="pascal.bellard@slitaz.org"
    10.7 -DEPENDS="php-apache php-mysql mysql"
    10.8 +LICENSE="GPL2"
    10.9  WANTED="ocsinventory"
   10.10  SOURCE="OCSNG_UNIX_SERVER"
   10.11  WEB_SITE="http://www.ocsinventory-ng.org/"
   10.12  TAGS="system administration"
   10.13  
   10.14 +DEPENDS="php-apache php-mysql mysql"
   10.15 +
   10.16  # Rules to gen a SliTaz package suitable for Tazpkg.
   10.17  genpkg_rules()
   10.18  {
    11.1 --- a/odt2txt/receipt	Mon Dec 02 17:47:06 2013 +0000
    11.2 +++ b/odt2txt/receipt	Mon Dec 02 19:18:04 2013 +0000
    11.3 @@ -5,26 +5,28 @@
    11.4  CATEGORY="utilities"
    11.5  SHORT_DESC="A simple converter from OpenDocument Text to plain text"
    11.6  MAINTAINER="milka@konstelacioj.info"
    11.7 -DEPENDS="zlib"
    11.8 -BUILD_DEPENDS="zlib-dev"
    11.9 +LICENSE="GPL2"
   11.10  #SUGGESTED="odfread"
   11.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
   11.12  WEB_SITE="http://www.stosberg.net/odt2txt/"
   11.13  WGET_URL="http://www.stosberg.net/$PACKAGE/$TARBALL"
   11.14  TAGS="office"
   11.15  
   11.16 +DEPENDS="zlib"
   11.17 +BUILD_DEPENDS="zlib-dev"
   11.18 +
   11.19  # Rules to configure and make the package.
   11.20  compile_rules()
   11.21  {
   11.22  	cd $src
   11.23  	make
   11.24 -	mkdir -p $PWD/_pkg/usr/bin
   11.25 -	mv $PACKAGE $PWD/_pkg/usr/bin/
   11.26 +	mkdir -p $DESTDIR/usr/bin
   11.27 +	mv $PACKAGE $DESTDIR/usr/bin/
   11.28  }
   11.29  
   11.30  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.31  genpkg_rules()
   11.32  {
   11.33  	mkdir -p $fs/usr/bin
   11.34 -	cp -a $_pkg/usr/bin $fs/usr
   11.35 +	cp -a $install/usr/bin $fs/usr
   11.36  }
    12.1 --- a/offlineimap/receipt	Mon Dec 02 17:47:06 2013 +0000
    12.2 +++ b/offlineimap/receipt	Mon Dec 02 19:18:04 2013 +0000
    12.3 @@ -5,29 +5,31 @@
    12.4  CATEGORY="network"
    12.5  SHORT_DESC="IMAP/Maildir synchronization and reader support"
    12.6  MAINTAINER="taziden@slitaz.org"
    12.7 -DEPENDS="python"
    12.8 -BUILD_DEPENDS="python-dev"
    12.9 +LICENSE="GPL2"
   12.10  TARBALL="offlineimap_$VERSION.tar.gz"
   12.11  WEB_SITE="http://software.complete.org/software/projects/show/offlineimap/"
   12.12  WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$TARBALL"
   12.13  TAGS="email imap"
   12.14  
   12.15 +DEPENDS="python"
   12.16 +BUILD_DEPENDS="python-dev"
   12.17 +
   12.18  # Rules to configure and make the package.
   12.19  compile_rules()
   12.20  {
   12.21   cd $src
   12.22 - mkdir -p _pkg/etc
   12.23 - cp offlineimap.conf* _pkg/etc
   12.24 - python setup.py install --root=$PWD/_pkg
   12.25 + mkdir -p $DESTDIR/etc
   12.26 + cp offlineimap.conf* $DESTDIR/etc
   12.27 + python setup.py install --root=$DESTDIR
   12.28  }
   12.29  
   12.30  # Rules to gen a SliTaz package suitable for Tazpkg.
   12.31  genpkg_rules()
   12.32  {
   12.33   mkdir -p $fs/usr/share/applications
   12.34 - cp -a $_pkg/etc $fs
   12.35 - cp -a $_pkg/usr/bin $fs/usr
   12.36 - cp -a $_pkg/usr/lib $fs/usr
   12.37 + cp -a $install/etc $fs
   12.38 + cp -a $install/usr/bin $fs/usr
   12.39 + cp -a $install/usr/lib $fs/usr
   12.40   cp -a $stuff/* $fs/usr/share/applications 
   12.41  }
   12.42  
    13.1 --- a/ofono-dev/receipt	Mon Dec 02 17:47:06 2013 +0000
    13.2 +++ b/ofono-dev/receipt	Mon Dec 02 19:18:04 2013 +0000
    13.3 @@ -5,11 +5,12 @@
    13.4  CATEGORY="network"
    13.5  SHORT_DESC="Stack for mobile telephony (GSM/UMTS) - dev files"
    13.6  MAINTAINER="slaxemulator@gmail.com"
    13.7 +LICENSE="GPL2"
    13.8  WANTED="ofono"
    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
   13.14 -	cp -a $_pkg/usr/include $fs/usr
   13.15 +	cp -a $install/usr/include $fs/usr
   13.16  }
    14.1 --- a/openconnect/receipt	Mon Dec 02 17:47:06 2013 +0000
    14.2 +++ b/openconnect/receipt	Mon Dec 02 19:18:04 2013 +0000
    14.3 @@ -5,6 +5,7 @@
    14.4  CATEGORY="network"
    14.5  SHORT_DESC="A client for Cisco's AnyConnect SSL VPN."
    14.6  MAINTAINER="samuel_trassare@yahoo.com"
    14.7 +LICENSE="LGPL2.1"
    14.8  WEB_SITE="http://http://www.infradead.org/openconnect"
    14.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   14.10  WGET_URL="ftp://ftp.infradead.org/pub/openconnect/$TARBALL"
    15.1 --- a/openerp-client/receipt	Mon Dec 02 17:47:06 2013 +0000
    15.2 +++ b/openerp-client/receipt	Mon Dec 02 19:18:04 2013 +0000
    15.3 @@ -5,12 +5,14 @@
    15.4  CATEGORY="office"
    15.5  SHORT_DESC="Open source ERP client files."
    15.6  MAINTAINER="pankso@slitaz.org"
    15.7 +LICENSE="GPL3"
    15.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    15.9  WEB_SITE="http://openerp.com/"
   15.10  WGET_URL="$WEB_SITE/download/stable/source/$TARBALL"
   15.11 +SUGGESTED="epdfview"
   15.12 +
   15.13  DEPENDS="postgresql-client python pygtk pygobject pycairo python-pyxml egenix-mx-base"
   15.14  BUILD_DEPENDS="python python-dev pygtk egenix-mx-base"
   15.15 -SUGGESTED="epdfview"
   15.16  
   15.17  # Rules to configure and make the package.
   15.18  compile_rules()
   15.19 @@ -18,20 +20,20 @@
   15.20  	cd $src
   15.21  	sed 's/^#.*//' < setup.py > setup2.py
   15.22  	python setup2.py build
   15.23 -	python setup2.py install --root=$PWD/_pkg
   15.24 +	python setup2.py install --root=$DESTDIR
   15.25  }
   15.26  
   15.27  # Rules to gen a SliTaz package suitable for Tazpkg.
   15.28  genpkg_rules()
   15.29  {
   15.30  	mkdir -p $fs/usr/share/applications
   15.31 -	cp -a $_pkg/usr/bin $fs/usr
   15.32 -	cp -a $_pkg/usr/lib $fs/usr
   15.33 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
   15.34 -	cp -a $_pkg/usr/share/openerp-client $fs/usr/share
   15.35 -	cp -a $_pkg/usr/share/locale $fs/usr/share
   15.36 +	cp -a $install/usr/bin $fs/usr
   15.37 +	cp -a $install/usr/lib $fs/usr
   15.38 +	cp -a $install/usr/share/pixmaps $fs/usr/share
   15.39 +	cp -a $install/usr/share/openerp-client $fs/usr/share
   15.40 +	cp -a $install/usr/share/locale $fs/usr/share
   15.41  	cp stuff/openerp-client.desktop $fs/usr/share/applications
   15.42 -	sed -i 's|cd .*_pkg|cd |' $fs/usr/bin/openerp-client
   15.43 +	sed -i 's|cd .*install|cd |' $fs/usr/bin/openerp-client
   15.44  	mkdir -p $fs/usr/share/openerp-client/pixmaps/
   15.45  	ln -s /usr/share/pixmaps/openerp-client/openerp_logo.png \
   15.46  		$fs/usr/share/openerp-client/pixmaps
    16.1 --- a/openerp-server/receipt	Mon Dec 02 17:47:06 2013 +0000
    16.2 +++ b/openerp-server/receipt	Mon Dec 02 19:18:04 2013 +0000
    16.3 @@ -5,6 +5,7 @@
    16.4  CATEGORY="office"
    16.5  SHORT_DESC="Open source ERP server files."
    16.6  MAINTAINER="pankso@slitaz.org"
    16.7 +LICENSE="GPL3"
    16.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    16.9  WEB_SITE="http://openerp.com/"
   16.10  WGET_URL="$WEB_SITE/download/stable/source/$TARBALL"
   16.11 @@ -27,10 +28,10 @@
   16.12  {
   16.13  	mkdir -p $fs/usr $fs/var/run/openerp $fs/var/log/openerp
   16.14  	chmod 777 $fs/var/run/openerp $fs/var/log/openerp
   16.15 -	cp -a $_pkg/usr/bin $fs/usr
   16.16 -	cp -a $_pkg/usr/lib $fs/usr
   16.17 +	cp -a $install/usr/bin $fs/usr
   16.18 +	cp -a $install/usr/lib $fs/usr
   16.19  	cp -a $stuff/* $fs
   16.20 -	sed -i 's|cd .*_pkg|cd |' $fs/usr/bin/openerp-server
   16.21 +	sed -i 's|cd .*install|cd |' $fs/usr/bin/openerp-server
   16.22  }
   16.23  
   16.24  # Pre and post install commands for Tazpkg.
    17.1 --- a/openttd-opengfx/receipt	Mon Dec 02 17:47:06 2013 +0000
    17.2 +++ b/openttd-opengfx/receipt	Mon Dec 02 19:18:04 2013 +0000
    17.3 @@ -5,6 +5,7 @@
    17.4  CATEGORY="games"
    17.5  SHORT_DESC="OpenGFX data files for OpenTTD."
    17.6  MAINTAINER="devl547@gmail.com"
    17.7 +LICENSE="GPL2"
    17.8  SOURCE="opengfx"
    17.9  TARBALL="$SOURCE-$VERSION.zip"
   17.10  WEB_SITE="http://bundles.openttdcoop.org/opengfx/"
    18.1 --- a/openttd/receipt	Mon Dec 02 17:47:06 2013 +0000
    18.2 +++ b/openttd/receipt	Mon Dec 02 19:18:04 2013 +0000
    18.3 @@ -4,13 +4,15 @@
    18.4  VERSION="1.1.0"
    18.5  CATEGORY="games"
    18.6  SHORT_DESC="OpenTTD is a clone of Transport Tycoon Deluxe."
    18.7 -DEPENDS="libsdl lzo zlib libpng icu"
    18.8 -BUILD_DEPENDS="libsdl-dev lzo-dev zlib-dev libpng-dev liblzma-dev"
    18.9  MAINTAINER="devl547@gmail.com"
   18.10 +LICENSE="GPL2"
   18.11  TARBALL="$PACKAGE-$VERSION-source.tar.gz"
   18.12  WEB_SITE="http://www.openttd.org"
   18.13  WGET_URL="http://us.binaries.openttd.org/binaries/releases/$VERSION/$TARBALL"
   18.14  
   18.15 +DEPENDS="libsdl lzo zlib libpng icu"
   18.16 +BUILD_DEPENDS="libsdl-dev lzo-dev zlib-dev libpng-dev liblzma-dev"
   18.17 +
   18.18  # Rules to configure and make the package.
   18.19  compile_rules()
   18.20  {
    19.1 --- a/osmo/receipt	Mon Dec 02 17:47:06 2013 +0000
    19.2 +++ b/osmo/receipt	Mon Dec 02 19:18:04 2013 +0000
    19.3 @@ -5,13 +5,15 @@
    19.4  CATEGORY="office"
    19.5  SHORT_DESC="A handy personal organizer using GTK+."
    19.6  MAINTAINER="pankso@slitaz.org"
    19.7 -DEPENDS="gtk+ libxml2 libgtkhtml xorg-libXdamage libnotify libical"
    19.8 -BUILD_DEPENDS="gtk+ gtk+-dev libgtkhtml-dev libxml2-dev libical-dev gettext"
    19.9 +LICENSE="GPL2"
   19.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   19.11  WEB_SITE="http://clayo.org/osmo/"
   19.12  WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL"
   19.13  TAGS="office"
   19.14  
   19.15 +DEPENDS="gtk+ libxml2 libgtkhtml xorg-libXdamage libnotify libical"
   19.16 +BUILD_DEPENDS="gtk+ gtk+-dev libgtkhtml-dev libxml2-dev libical-dev gettext"
   19.17 +
   19.18  # Rules to configure and make the package.
   19.19  compile_rules()
   19.20  {
   19.21 @@ -22,12 +24,12 @@
   19.22  		--enable-printing=no \
   19.23  		$CONFIGURE_ARGS &&
   19.24  	make &&
   19.25 -	make DESTDIR=$PWD/_pkg install
   19.26 +	make DESTDIR=$DESTDIR install
   19.27  }
   19.28  
   19.29  # Rules to gen a SliTaz package suitable for Tazpkg.
   19.30  genpkg_rules()
   19.31  {
   19.32  	mkdir -p $fs/usr
   19.33 -	cp -a $_pkg/usr/bin $fs/usr
   19.34 +	cp -a $install/usr/bin $fs/usr
   19.35  }
    20.1 --- a/owfs/receipt	Mon Dec 02 17:47:06 2013 +0000
    20.2 +++ b/owfs/receipt	Mon Dec 02 19:18:04 2013 +0000
    20.3 @@ -5,13 +5,14 @@
    20.4  CATEGORY="misc"
    20.5  SHORT_DESC="OWFS One Wire File System."
    20.6  MAINTAINER="l.lemarinel@gmail.com"
    20.7 +LICENSE="GPL2"
    20.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    20.9  WEB_SITE="www.owfs.org"
   20.10  WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL"
   20.11 +
   20.12  BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat"
   20.13  DEPENDS="fuse libusb"
   20.14  
   20.15 -
   20.16  # Rules to configure and make the package.
   20.17  compile_rules()
   20.18  {
   20.19 @@ -25,5 +26,5 @@
   20.20  genpkg_rules()
   20.21  {
   20.22  	mkdir -p $fs/usr
   20.23 -	cp -a $_pkg/usr/bin $fs/usr
   20.24 +	cp -a $install/usr/bin $fs/usr
   20.25  }
    21.1 --- a/rapidsvn/receipt	Mon Dec 02 17:47:06 2013 +0000
    21.2 +++ b/rapidsvn/receipt	Mon Dec 02 19:18:04 2013 +0000
    21.3 @@ -5,6 +5,7 @@
    21.4  CATEGORY="development"
    21.5  SHORT_DESC="A cross-platform GUI front-end for the Subversion revision system."
    21.6  MAINTAINER="stefanossofroniou542@gmail.com"
    21.7 +LICENSE="GPL3"
    21.8  WEB_SITE="http://rapidsvn.tigris.org/"
    21.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   21.10  WGET_URL="http://www.rapidsvn.org/download/release/$VERSION/$TARBALL"
    22.1 --- a/rcs/receipt	Mon Dec 02 17:47:06 2013 +0000
    22.2 +++ b/rcs/receipt	Mon Dec 02 19:18:04 2013 +0000
    22.3 @@ -5,13 +5,15 @@
    22.4  CATEGORY="development"
    22.5  SHORT_DESC="GNU Revision Control System."
    22.6  MAINTAINER="pascal.bellard@slitaz.org"
    22.7 +LICENSE="GPL2"
    22.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    22.9 -DEPENDS="diffutils"
   22.10 -BUILD_DEPENDS="diffutils"
   22.11  WEB_SITE="http://www.gnu.org/software/rcs/"
   22.12  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
   22.13  TAGS="cvs version-control versioning"
   22.14  
   22.15 +DEPENDS="diffutils"
   22.16 +BUILD_DEPENDS="diffutils"
   22.17 +
   22.18  # Rules to configure and make the package.
   22.19  compile_rules()
   22.20  {
    23.1 --- a/re-alpine/receipt	Mon Dec 02 17:47:06 2013 +0000
    23.2 +++ b/re-alpine/receipt	Mon Dec 02 19:18:04 2013 +0000
    23.3 @@ -5,13 +5,15 @@
    23.4  CATEGORY="network"
    23.5  SHORT_DESC="Re-alpine is the continuation of Alpine (a text-based email client)."
    23.6  MAINTAINER="paul@slitaz.org"
    23.7 -DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3"
    23.8 -BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev"
    23.9 +LICENSE="Apache"
   23.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   23.11  WEB_SITE="http://sourceforge.net/projects/re-alpine/"
   23.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   23.13  TAGS="mail client"
   23.14  
   23.15 +DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3"
   23.16 +BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev"
   23.17 +
   23.18  # Rules to configure and make the package.
   23.19  compile_rules()
   23.20  {
    24.1 --- a/setuptools/receipt	Mon Dec 02 17:47:06 2013 +0000
    24.2 +++ b/setuptools/receipt	Mon Dec 02 19:18:04 2013 +0000
    24.3 @@ -5,6 +5,7 @@
    24.4  CATEGORY="misc"
    24.5  SHORT_DESC="Python package installation tool."
    24.6  MAINTAINER="pascal.bellard@slitaz.org"
    24.7 +LICENSE="PSL"
    24.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    24.9  WEB_SITE="http://pypi.python.org/pypi/setuptools"
   24.10  WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL"
   24.11 @@ -16,12 +17,12 @@
   24.12  {
   24.13  	cd $src
   24.14  	python setup.py build &&
   24.15 -	python setup.py install --root=$PWD/_pkg
   24.16 +	python setup.py install --root=$DESTDIR
   24.17  }
   24.18  
   24.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   24.20  genpkg_rules()
   24.21  {
   24.22 -	cp -a $_pkg/usr $fs
   24.23 +	cp -a $install/usr $fs
   24.24  }
   24.25  
    25.1 --- a/songwrite/receipt	Mon Dec 02 17:47:06 2013 +0000
    25.2 +++ b/songwrite/receipt	Mon Dec 02 19:18:04 2013 +0000
    25.3 @@ -6,6 +6,7 @@
    25.4  CATEGORY="multimedia"
    25.5  SHORT_DESC="music score and songbook editor."
    25.6  MAINTAINER="pascal.bellard@slitaz.org"
    25.7 +LICENSE="GPL3"
    25.8  TARBALL="$SOURCE-$VERSION.tar.gz"
    25.9  WEB_SITE="http://home.gna.org/oomadness/en/songwrite/"
   25.10  WGET_URL="http://download.gna.org/songwrite/$TARBALL"
   25.11 @@ -24,5 +25,5 @@
   25.12  # Rules to gen a SliTaz package suitable for Tazpkg.   
   25.13  genpkg_rules()                                      
   25.14  {
   25.15 -	cp -a $_pkg/usr $fs
   25.16 +	cp -a $install/usr $fs
   25.17  }
    26.1 --- a/soundtouch/receipt	Mon Dec 02 17:47:06 2013 +0000
    26.2 +++ b/soundtouch/receipt	Mon Dec 02 19:18:04 2013 +0000
    26.3 @@ -5,9 +5,11 @@
    26.4  CATEGORY="multimedia"
    26.5  SHORT_DESC="An audio processing library"
    26.6  MAINTAINER="slaxemulator@gmail.com"
    26.7 +LICENSE="LGPL2.1"
    26.8  WEB_SITE="http://www.surina.net/soundtouch/"
    26.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   26.10  WGET_URL="$WEB_SITE/$TARBALL"
   26.11 +
   26.12  DEPENDS="gcc-lib-base"
   26.13  BUILD_DEPENDS="libtool"
   26.14  
    27.1 --- a/speedtouch/receipt	Mon Dec 02 17:47:06 2013 +0000
    27.2 +++ b/speedtouch/receipt	Mon Dec 02 19:18:04 2013 +0000
    27.3 @@ -4,6 +4,7 @@
    27.4  VERSION="1.3.1"
    27.5  CATEGORY="misc"
    27.6  MAINTAINER="jozee@slitaz.org"
    27.7 +LICENSE="GPL2"
    27.8  SHORT_DESC="Driver for the ADSL Speed Touch USB modem"
    27.9  WEB_SITE="http://speedtouch.sourceforge.net/"
   27.10  DEPENDS="bash"
   27.11 @@ -26,15 +27,15 @@
   27.12     ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
   27.13  		$CONFIGURE_ARGS &&
   27.14    make &&
   27.15 -  make prefix=$PWD/_pkg/usr sysconfdir=$PWD/_pkg/etc mandir=$PWD/_pkg/usr/share/man install
   27.16 +  make prefix=$DESTDIR/usr sysconfdir=$DESTDIR/etc mandir=$DESTDIR/usr/share/man install
   27.17  }
   27.18  	
   27.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   27.20  genpkg_rules()
   27.21  {
   27.22  	mkdir -p $fs/usr/share
   27.23 -	cp -a $_pkg/usr/bin $fs/usr
   27.24 -	cp -a $_pkg/usr/sbin $fs/usr
   27.25 -	cp -a $_pkg/etc $fs
   27.26 -	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share	
   27.27 +	cp -a $install/usr/bin $fs/usr
   27.28 +	cp -a $install/usr/sbin $fs/usr
   27.29 +	cp -a $install/etc $fs
   27.30 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share	
   27.31  }
    28.1 --- a/t2/receipt	Mon Dec 02 17:47:06 2013 +0000
    28.2 +++ b/t2/receipt	Mon Dec 02 19:18:04 2013 +0000
    28.3 @@ -5,9 +5,11 @@
    28.4  CATEGORY="development"
    28.5  SHORT_DESC="System Development Environment."
    28.6  MAINTAINER="pascal.bellard@slitaz.org"
    28.7 +LICENSE="GPL2"
    28.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    28.9  WEB_SITE="http://www.t2-project.org/"
   28.10  WGET_URL="http://dl.t2-project.org/source/$TARBALL"
   28.11 +
   28.12  DEPENDS="slitaz-toolchain bash ncurses"
   28.13  
   28.14  # Rules to configure and make the package.
    29.1 --- a/taglib-dev/receipt	Mon Dec 02 17:47:06 2013 +0000
    29.2 +++ b/taglib-dev/receipt	Mon Dec 02 19:18:04 2013 +0000
    29.3 @@ -5,16 +5,18 @@
    29.4  CATEGORY="development"
    29.5  SHORT_DESC="Taglib devel files."
    29.6  MAINTAINER="pankso@slitaz.org"
    29.7 +LICENSE="LGPL2.1"
    29.8  WEB_SITE="http://developer.kde.org/~wheeler/taglib.html"
    29.9 +WANTED="taglib"
   29.10 +
   29.11  DEPENDS="taglib"
   29.12 -WANTED="taglib"
   29.13  
   29.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   29.15  genpkg_rules()
   29.16  {
   29.17  	mkdir -p $fs/usr/lib
   29.18 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   29.19 -	cp -a $_pkg/usr/include $fs/usr
   29.20 -	cp -a $_pkg/usr/bin $fs/usr
   29.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   29.22 +	cp -a $install/usr/include $fs/usr
   29.23 +	cp -a $install/usr/bin $fs/usr
   29.24  	chmod +x $fs/usr/bin/*
   29.25  }
    30.1 --- a/taglib/receipt	Mon Dec 02 17:47:06 2013 +0000
    30.2 +++ b/taglib/receipt	Mon Dec 02 19:18:04 2013 +0000
    30.3 @@ -5,12 +5,14 @@
    30.4  CATEGORY="multimedia"
    30.5  SHORT_DESC="Audio tag library."
    30.6  MAINTAINER="pankso@slitaz.org"
    30.7 +LICENSE="LGPL2.1"
    30.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    30.9  WEB_SITE="http://developer.kde.org/~wheeler/taglib.html"
   30.10  WGET_URL="http://developer.kde.org/~wheeler/files/src/$TARBALL"
   30.11 +TAGS="multimedia music tag"
   30.12 +
   30.13  DEPENDS="zlib gcc-lib-base"
   30.14  BUILD_DEPENDS="zlib-dev cmake"
   30.15 -TAGS="multimedia music tag"
   30.16  
   30.17  # Rules to configure and make the package.
   30.18  compile_rules()
   30.19 @@ -32,5 +34,5 @@
   30.20  genpkg_rules()
   30.21  {
   30.22  	mkdir -p $fs/usr/lib
   30.23 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   30.24 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   30.25  }
    31.1 --- a/tahoe-lafs/receipt	Mon Dec 02 17:47:06 2013 +0000
    31.2 +++ b/tahoe-lafs/receipt	Mon Dec 02 19:18:04 2013 +0000
    31.3 @@ -5,6 +5,7 @@
    31.4  CATEGORY="system-tools"
    31.5  SHORT_DESC="Cloud storage system."
    31.6  MAINTAINER="pascal.bellard@slitaz.org"
    31.7 +LICENSE="GPL2"
    31.8  TARBALL="allmydata-tahoe-$VERSION.zip"
    31.9  WEB_SITE="https://tahoe-lafs.org/"
   31.10  WGET_URL="${WEB_SITE}source/$PACKAGE/releases/$TARBALL"
   31.11 @@ -25,5 +26,5 @@
   31.12  # Rules to gen a SliTaz package suitable for Tazpkg.   
   31.13  genpkg_rules()                                      
   31.14  {
   31.15 -	cp -a $_pkg/usr $fs
   31.16 +	cp -a $install/usr $fs
   31.17  }
    32.1 --- a/tar/receipt	Mon Dec 02 17:47:06 2013 +0000
    32.2 +++ b/tar/receipt	Mon Dec 02 19:18:04 2013 +0000
    32.3 @@ -5,6 +5,7 @@
    32.4  CATEGORY="utilities"
    32.5  SHORT_DESC="GNU tar archiving tools."
    32.6  MAINTAINER="pankso@slitaz.org"
    32.7 +LICENSE="GPL3"
    32.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    32.9  WEB_SITE="http://www.gnu.org/software/tar/"
   32.10  WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
   32.11 @@ -21,14 +22,14 @@
   32.12  		--libexecdir=/usr/lib/$PACKAGE \
   32.13  		$CONFIGURE_ARGS
   32.14  	make
   32.15 -	make DESTDIR=$PWD/_pkg install
   32.16 +	make DESTDIR=$DESTDIR install
   32.17  }
   32.18  
   32.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   32.20  genpkg_rules()
   32.21  {
   32.22      mkdir -p $fs
   32.23 -    cp -a $_pkg/usr/bin $fs
   32.24 +    cp -a $install/usr/bin $fs
   32.25  }
   32.26  
   32.27  # Prevent erasing busybox...
    33.1 --- a/tcpick/receipt	Mon Dec 02 17:47:06 2013 +0000
    33.2 +++ b/tcpick/receipt	Mon Dec 02 19:18:04 2013 +0000
    33.3 @@ -5,6 +5,7 @@
    33.4  CATEGORY="network"
    33.5  SHORT_DESC="TCP stream sniffer and connection tracker"
    33.6  MAINTAINER="slaxemulator@gmail.com"
    33.7 +LICENSE="GPL2"
    33.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    33.9  WEB_SITE="http://tcpick.sourceforge.net/"
   33.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   33.11 @@ -23,6 +24,6 @@
   33.12  genpkg_rules()
   33.13  {
   33.14  	mkdir -p $fs/usr
   33.15 -	cp -a $_pkg/usr/bin $fs/usr
   33.16 +	cp -a $install/usr/bin $fs/usr
   33.17  }
   33.18  
    34.1 --- a/thunar-archive-plugin/receipt	Mon Dec 02 17:47:06 2013 +0000
    34.2 +++ b/thunar-archive-plugin/receipt	Mon Dec 02 19:18:04 2013 +0000
    34.3 @@ -5,6 +5,7 @@
    34.4  CATEGORY="x-window"
    34.5  SHORT_DESC="Thunar Archive Manager plugin"
    34.6  MAINTAINER="erjo@slitaz.org"
    34.7 +LICENSE="GPL2"
    34.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    34.9  WEB_SITE="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin"
   34.10  WGET_URL="http://archive.xfce.org/src/thunar-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
   34.11 @@ -28,10 +29,10 @@
   34.12  	mkdir -p $fs/usr/share/locale \
   34.13  		$fs/usr/lib/thunarx-2
   34.14  	
   34.15 -	cp -a $_pkg/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-2
   34.16 -	cp -a $_pkg/usr/share/icons $fs/usr/share
   34.17 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
   34.18 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
   34.19 +	cp -a $install/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-2
   34.20 +	cp -a $install/usr/share/icons $fs/usr/share
   34.21 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
   34.22 +	cp -a $install/usr/lib/$PACKAGE $fs/usr/lib
   34.23  	
   34.24  	# Fix perms
   34.25  	chmod 755 $fs/usr/lib/thunar-archive-plugin/*
    35.1 --- a/tinyproxy/receipt	Mon Dec 02 17:47:06 2013 +0000
    35.2 +++ b/tinyproxy/receipt	Mon Dec 02 19:18:04 2013 +0000
    35.3 @@ -5,11 +5,13 @@
    35.4  CATEGORY="network"
    35.5  SHORT_DESC="A light-weight HTTP proxy daemon for POSIX operating systems."
    35.6  MAINTAINER="slaxemulator@gmail.com"
    35.7 -BUILD_DEPENDS="wget"
    35.8 +LICENSE="GPL2"
    35.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   35.10  WEB_SITE="https://banu.com/tinyproxy/"
   35.11  WGET_URL="https://banu.com/pub/$PACKAGE/${VERSION%.*}/$TARBALL"
   35.12  
   35.13 +BUILD_DEPENDS="wget"
   35.14 +
   35.15  # Rules to configure and make the package.
   35.16  compile_rules()
   35.17  {
   35.18 @@ -32,9 +34,9 @@
   35.19  genpkg_rules()
   35.20  {
   35.21  	mkdir -p $fs/usr/share $fs/etc/init.d
   35.22 -	cp -a $_pkg/usr/sbin $fs/usr
   35.23 -	cp -a $_pkg/usr/share/tinyproxy $fs/usr/share
   35.24 -	cp -a $_pkg/etc/tinyproxy $fs/etc
   35.25 +	cp -a $install/usr/sbin $fs/usr
   35.26 +	cp -a $install/usr/share/tinyproxy $fs/usr/share
   35.27 +	cp -a $install/etc/tinyproxy $fs/etc
   35.28  	cp -a $stuff/tinyproxy $fs/etc/init.d
   35.29  }
   35.30  
    36.1 --- a/tree/receipt	Mon Dec 02 17:47:06 2013 +0000
    36.2 +++ b/tree/receipt	Mon Dec 02 19:18:04 2013 +0000
    36.3 @@ -5,6 +5,7 @@
    36.4  CATEGORY="utilities"
    36.5  SHORT_DESC="Recursive directory listing program"
    36.6  MAINTAINER="MikeDSmith25@gmail.com"
    36.7 +LICENSE="GPL2"
    36.8  TARBALL="$PACKAGE-$VERSION.tgz"
    36.9  WEB_SITE="http://mama.indstate.edu/users/ice/tree/"
   36.10  WGET_URL="ftp://mama.indstate.edu/linux/tree/$TARBALL"
    37.1 --- a/tsclient/receipt	Mon Dec 02 17:47:06 2013 +0000
    37.2 +++ b/tsclient/receipt	Mon Dec 02 19:18:04 2013 +0000
    37.3 @@ -5,13 +5,15 @@
    37.4  CATEGORY="network"
    37.5  SHORT_DESC="GTK frontend to rdesktop and other remote desktop tools."
    37.6  MAINTAINER="pankso@slitaz.org"
    37.7 -DEPENDS="gtk+ rdesktop xorg-libXdamage"
    37.8 -BUILD_DEPENDS="gtk+ gtk+-dev perl-xml-parser pkg-config"
    37.9 +LICENSE="GPL2"
   37.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   37.11  WEB_SITE="http://sourceforge.net/projects/tsclient/"
   37.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   37.13  TAGS="remote-desktop"
   37.14  
   37.15 +DEPENDS="gtk+ rdesktop xorg-libXdamage"
   37.16 +BUILD_DEPENDS="gtk+ gtk+-dev perl-xml-parser pkg-config"
   37.17 +
   37.18  # Rules to configure and make the package.
   37.19  compile_rules()
   37.20  {
   37.21 @@ -23,17 +25,17 @@
   37.22  		--disable-gnome \
   37.23  		$CONFIGURE_ARGS &&
   37.24  	make &&
   37.25 -	make DESTDIR=$PWD/_pkg install
   37.26 +	make DESTDIR=$DESTDIR install
   37.27  }
   37.28  
   37.29  # Rules to gen a SliTaz package suitable for Tazpkg.
   37.30  genpkg_rules()
   37.31  {
   37.32  	mkdir -p $fs/usr/share/locale $fs/usr/lib
   37.33 -	cp -a $_pkg/usr/bin $fs/usr
   37.34 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
   37.35 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
   37.36 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
   37.37 -	cp -a $_pkg/usr/share/applications $fs/usr/share
   37.38 +	cp -a $install/usr/bin $fs/usr
   37.39 +	cp -a $install/usr/lib/$PACKAGE $fs/usr/lib
   37.40 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
   37.41 +	cp -a $install/usr/share/pixmaps $fs/usr/share
   37.42 +	cp -a $install/usr/share/applications $fs/usr/share
   37.43  	strip -s $fs/usr/lib/$PACKAGE/*
   37.44  }
    38.1 --- a/tslib-dev/receipt	Mon Dec 02 17:47:06 2013 +0000
    38.2 +++ b/tslib-dev/receipt	Mon Dec 02 19:18:04 2013 +0000
    38.3 @@ -5,6 +5,7 @@
    38.4  CATEGORY="development"
    38.5  SHORT_DESC="Abstraction layer for touchscreen panel events, development files."
    38.6  MAINTAINER="pascal.bellard@slitaz.org"
    38.7 +LICENSE="LGPL2"
    38.8  WEB_SITE="http://tslib.berlios.de/"
    38.9  WANTED="tslib"
   38.10  
   38.11 @@ -12,8 +13,8 @@
   38.12  genpkg_rules()
   38.13  {
   38.14  	mkdir -p $fs/usr/lib/ts
   38.15 -	cp -a $_pkg/usr/lib/ts/*a $fs/usr/lib/ts
   38.16 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
   38.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   38.18 -	cp -a $_pkg/usr/include $fs/usr
   38.19 +	cp -a $install/usr/lib/ts/*a $fs/usr/lib/ts
   38.20 +	cp -a $install/usr/lib/*a $fs/usr/lib
   38.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   38.22 +	cp -a $install/usr/include $fs/usr
   38.23  }
    39.1 --- a/tslib/receipt	Mon Dec 02 17:47:06 2013 +0000
    39.2 +++ b/tslib/receipt	Mon Dec 02 19:18:04 2013 +0000
    39.3 @@ -5,6 +5,7 @@
    39.4  CATEGORY="development"
    39.5  SHORT_DESC="Abstraction layer for touchscreen panel events."
    39.6  MAINTAINER="pascal.bellard@slitaz.org"
    39.7 +LICENSE="LGPL2"
    39.8  WEB_SITE="http://tslib.berlios.de/"
    39.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   39.10  WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
   39.11 @@ -26,8 +27,8 @@
   39.12  genpkg_rules()
   39.13  {
   39.14  	mkdir -p $fs/usr/lib/ts
   39.15 -	cp -a $_pkg/usr/lib/ts/*.so* $fs/usr/lib/ts
   39.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   39.17 -	cp -a $_pkg/usr/bin $fs/usr
   39.18 -	cp -a $_pkg/etc $fs
   39.19 +	cp -a $install/usr/lib/ts/*.so* $fs/usr/lib/ts
   39.20 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   39.21 +	cp -a $install/usr/bin $fs/usr
   39.22 +	cp -a $install/etc $fs
   39.23  }
    40.1 --- a/tunctl/receipt	Mon Dec 02 17:47:06 2013 +0000
    40.2 +++ b/tunctl/receipt	Mon Dec 02 19:18:04 2013 +0000
    40.3 @@ -5,24 +5,26 @@
    40.4  CATEGORY="network"
    40.5  SHORT_DESC="used to set up and maintain persistent TUN/TAP network interfaces"
    40.6  MAINTAINER="allan316@gmail.com"
    40.7 -DEPENDS=""
    40.8 +LICENSE="GPL"
    40.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   40.10  WEB_SITE="http://tunctl.sourceforge.net"
   40.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   40.12  
   40.13 +DEPENDS=""
   40.14 +
   40.15  # Rules to configure and make the package.
   40.16  compile_rules()
   40.17  {
   40.18  	cd $src
   40.19 -        mkdir -p _pkg/usr/bin
   40.20 +        mkdir -p $DESTDIR/usr/bin
   40.21  	cc -g -Wall -o tunctl tunctl.c
   40.22 -        cp -a tunctl _pkg/usr/bin/
   40.23 +        cp -a tunctl $DESTDIR/usr/bin/
   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
   40.30 -	cp -a $_pkg/usr/bin $fs/usr
   40.31 +	cp -a $install/usr/bin $fs/usr
   40.32  }
   40.33  
    41.1 --- a/tuxpaint/receipt	Mon Dec 02 17:47:06 2013 +0000
    41.2 +++ b/tuxpaint/receipt	Mon Dec 02 19:18:04 2013 +0000
    41.3 @@ -5,6 +5,7 @@
    41.4  CATEGORY="graphics"
    41.5  SHORT_DESC="Kid painting programm."
    41.6  MAINTAINER="pankso@slitaz.org"
    41.7 +LICENSE="GPL2"
    41.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    41.9  WEB_SITE="http://tuxpaint.org/"
   41.10  WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL"
    42.1 --- a/tuxtype/receipt	Mon Dec 02 17:47:06 2013 +0000
    42.2 +++ b/tuxtype/receipt	Mon Dec 02 19:18:04 2013 +0000
    42.3 @@ -6,16 +6,17 @@
    42.4  CATEGORY="games"
    42.5  SHORT_DESC="Educational typing tutor for kids."
    42.6  MAINTAINER="claudinei@slitaz.org"
    42.7 +LICENSE="GPL2"
    42.8  TARBALL="$SOURCE-$VERSION.tar.gz"
    42.9  WEB_SITE="http://tux4kids.alioth.debian.org"
   42.10  WGET_URL="https://alioth.debian.org/frs/download.php/3270/$TARBALL"
   42.11 +
   42.12  DEPENDS="libt4k_common libsdl librsvg libsdl-image libsdl-mixer libsdl-ttf \
   42.13  libsdl-net libsdl-pango"
   42.14  BUILD_DEPENDS="libt4k_common-dev libsdl-dev librsvg-dev libsdl-image-dev \
   42.15  libsdl-mixer-dev libsdl-ttf-dev libsdl-net-dev libsdl-pango-dev wget"
   42.16  TAGS="education"
   42.17  
   42.18 -
   42.19  # Rules to configure and make the package.
   42.20  compile_rules()
   42.21  {
   42.22 @@ -27,7 +28,7 @@
   42.23  	make 
   42.24  	# Adding the games group satisfies the install script.
   42.25  	addgroup games 
   42.26 -	make DESTDIR=$PWD/_pkg install 
   42.27 +	make DESTDIR=$DESTDIR install 
   42.28  	# We don't need to leave this behind in the build environment.
   42.29  	delgroup games
   42.30  }
   42.31 @@ -36,16 +37,16 @@
   42.32  genpkg_rules()
   42.33  {
   42.34  	mkdir -p $fs/usr/share $fs/var/games/tuxtype/words
   42.35 -	cp -a $_pkg/usr/bin $fs/usr
   42.36 -	cp -a $_pkg/usr/share/tuxtype $fs/usr/share
   42.37 +	cp -a $install/usr/bin $fs/usr
   42.38 +	cp -a $install/usr/share/tuxtype $fs/usr/share
   42.39  
   42.40  	for lang in de es fr pt; do
   42.41  		mkdir -p $fs/usr/share/locale/$lang/LC_MESSAGES
   42.42 -		cp -a $_pkg/usr/share/locale/$lang/LC_MESSAGES/tuxtype.mo \
   42.43 +		cp -a $install/usr/share/locale/$lang/LC_MESSAGES/tuxtype.mo \
   42.44  			$fs/usr/share/locale/$lang/LC_MESSAGES
   42.45  	done
   42.46  	
   42.47 -	cp -ar $_pkg/usr $fs
   42.48 +	cp -ar $install/usr $fs
   42.49  }
   42.50  
   42.51  post_install()
    43.1 --- a/txt2tags/receipt	Mon Dec 02 17:47:06 2013 +0000
    43.2 +++ b/txt2tags/receipt	Mon Dec 02 19:18:04 2013 +0000
    43.3 @@ -5,6 +5,7 @@
    43.4  CATEGORY="misc"
    43.5  SHORT_DESC="Document generator."
    43.6  MAINTAINER="pascal.bellard@slitaz.org"
    43.7 +LICENSE="GPL2"
    43.8  TARBALL="$PACKAGE-$VERSION.tgz"
    43.9  WEB_SITE="http://txt2tags.org/"
   43.10  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"