wok rev 15362

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 02 13:07:29 2013 +0000 (2013-10-02)
parents 191b99ca9dc2
children 2a21689b0af7
files TeXmacs-windows-fonts/receipt a2ps/receipt accessx/receipt advancecomp/receipt afpfs-ng-dev/receipt afpfs-ng/receipt airsnort/receipt alpine/receipt alsaequal/receipt antiword/receipt apcupsd/receipt apr-dbd-mysql/receipt apr-dbd-odbc/receipt apr-dbd-pgsql/receipt apr-dbd-sqlite/receipt apr-util-dev/receipt apr-util/receipt at/receipt atm-tools-dev/receipt atm-tools/receipt yajl/receipt yaml-dev/receipt yaml/receipt yasr/receipt yaws/receipt yeahconsole/receipt youtube-dl/receipt yp-tools/receipt ypbind-mt/receipt ypserv/receipt
line diff
     1.1 --- a/TeXmacs-windows-fonts/receipt	Wed Oct 02 10:41:05 2013 +0000
     1.2 +++ b/TeXmacs-windows-fonts/receipt	Wed Oct 02 13:07:29 2013 +0000
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="Fonts for using TeXmacs without TeX"
     1.6  MAINTAINER="slitaz@leledy.fr"
     1.7 -DEPENDS=""
     1.8 +LICENSE="LPPL"
     1.9  TARBALL="$PACKAGE-$VERSION-noarch.tar.gz"
    1.10  WEB_SITE="http://www.texmacs.org"
    1.11  WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL"
    1.12  
    1.13 +DEPENDS=""
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
     2.1 --- a/a2ps/receipt	Wed Oct 02 10:41:05 2013 +0000
     2.2 +++ b/a2ps/receipt	Wed Oct 02 13:07:29 2013 +0000
     2.3 @@ -5,6 +5,7 @@
     2.4  CATEGORY="office"
     2.5  SHORT_DESC="Any to PostScript filter."
     2.6  MAINTAINER="pascal.bellard@slitaz.org"
     2.7 +LICENSE="GPL3"
     2.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.9  WEB_SITE="http://www.gnu.org/software/a2ps/"
    2.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     3.1 --- a/accessx/receipt	Wed Oct 02 10:41:05 2013 +0000
     3.2 +++ b/accessx/receipt	Wed Oct 02 13:07:29 2013 +0000
     3.3 @@ -5,12 +5,14 @@
     3.4  CATEGORY="utilities"
     3.5  SHORT_DESC="Set and display Xkeyboard (XCB) Accessx features."
     3.6  MAINTAINER="paul@slitaz.org"
     3.7 -DEPENDS="tk tcl"
     3.8 -BUILD_DEPENDS="xorg-libX11-dev"
     3.9 +LICENSE="GPL2"
    3.10  TARBALL="accessx0951.tar.gz"
    3.11  WEB_SITE="http://cita.disability.uiuc.edu/software/accessx/freewareaccessx.php"
    3.12  WGET_URL="http://cita.disability.uiuc.edu/software/accessx/files/$TARBALL"
    3.13  
    3.14 +DEPENDS="tk tcl"
    3.15 +BUILD_DEPENDS="xorg-libX11-dev"
    3.16 +
    3.17  # Rules to configure and make the package.
    3.18  compile_rules()
    3.19  {
     4.1 --- a/advancecomp/receipt	Wed Oct 02 10:41:05 2013 +0000
     4.2 +++ b/advancecomp/receipt	Wed Oct 02 13:07:29 2013 +0000
     4.3 @@ -5,12 +5,14 @@
     4.4  CATEGORY="system-tools"
     4.5  SHORT_DESC="Recompression utilities for .ZIP, .PNG, .MNG and .GZ"
     4.6  MAINTAINER="pascal.bellard@slitaz.org"
     4.7 +LICENSE="GPL2"
     4.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     4.9  WEB_SITE="http://advancemame.sourceforge.net/comp-readme.html"
    4.10  WGET_URL="$SF_MIRROR/advancemame/$TARBALL"
    4.11 +TAGS="compression archive"
    4.12 +
    4.13  DEPENDS="gcc-lib-base zlib"
    4.14  BUILD_DEPENDS="zlib-dev"
    4.15 -TAGS="compression archive"
    4.16  
    4.17  # Rules to configure and make the package.
    4.18  compile_rules()
    4.19 @@ -20,12 +22,12 @@
    4.20  	--mandir=/usr/share/man \
    4.21  	$CONFIGURE_ARGS &&
    4.22  	make &&
    4.23 -	make DESTDIR=$PWD/_pkg install
    4.24 +	make DESTDIR=$DESTDIR install
    4.25  }
    4.26  
    4.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.28  genpkg_rules()
    4.29  {
    4.30  	mkdir -p $fs/usr
    4.31 -	cp -a $_pkg/usr/bin $fs/usr
    4.32 +	cp -a $install/usr/bin $fs/usr
    4.33  }
     5.1 --- a/afpfs-ng-dev/receipt	Wed Oct 02 10:41:05 2013 +0000
     5.2 +++ b/afpfs-ng-dev/receipt	Wed Oct 02 13:07:29 2013 +0000
     5.3 @@ -5,6 +5,7 @@
     5.4  CATEGORY="development"
     5.5  SHORT_DESC="The free afpfs driver development files"
     5.6  MAINTAINER="pascal.bellard@slitaz.org"
     5.7 +LICENSE="GPL2"
     5.8  WEB_SITE="http://alexthepuffin.googlepages.com/"
     5.9  WANTED="afpfs-ng"
    5.10  
    5.11 @@ -12,5 +13,5 @@
    5.12  genpkg_rules()
    5.13  {
    5.14  	mkdir -p $fs/usr/lib
    5.15 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    5.16 +	cp -a $install/usr/lib/*a $fs/usr/lib
    5.17  }
     6.1 --- a/afpfs-ng/receipt	Wed Oct 02 10:41:05 2013 +0000
     6.2 +++ b/afpfs-ng/receipt	Wed Oct 02 13:07:29 2013 +0000
     6.3 @@ -5,12 +5,14 @@
     6.4  CATEGORY="system-tools"
     6.5  SHORT_DESC="The free afpfs driver."
     6.6  MAINTAINER="pascal.bellard@slitaz.org"
     6.7 -DEPENDS="fuse libgcrypt readline gmp"
     6.8 -BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev gmp"
     6.9 +LICENSE="GPL2"
    6.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    6.11  WEB_SITE="http://alexthepuffin.googlepages.com/"
    6.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    6.13  
    6.14 +DEPENDS="fuse libgcrypt readline gmp"
    6.15 +BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev gmp"
    6.16 +
    6.17  # Rules to configure and make the package.
    6.18  compile_rules()
    6.19  {
     7.1 --- a/airsnort/receipt	Wed Oct 02 10:41:05 2013 +0000
     7.2 +++ b/airsnort/receipt	Wed Oct 02 13:07:29 2013 +0000
     7.3 @@ -5,12 +5,14 @@
     7.4  CATEGORY="network"
     7.5  SHORT_DESC="A wireless LAN (WLAN) tool which recovers encryption keys."
     7.6  MAINTAINER="slaxemulator@gmail.com"
     7.7 -DEPENDS="gtk+ libpcap"
     7.8 -BUILD_DEPENDS="gtk+-dev libpcap-dev"
     7.9 +LICENSE="GPL2"
    7.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.11  WEB_SITE="http://airsnort.shmoo.com/"
    7.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    7.13  
    7.14 +DEPENDS="gtk+ libpcap"
    7.15 +BUILD_DEPENDS="gtk+-dev libpcap-dev"
    7.16 +
    7.17  # Rules to configure and make the package.
    7.18  compile_rules()
    7.19  {
    7.20 @@ -20,13 +22,13 @@
    7.21  		--infodir=/usr/share/info \
    7.22  		--mandir=/usr/share/man \
    7.23  		$CONFIGURE_ARGS &&
    7.24 -	make && make DESTDIR=$PWD/_pkg install
    7.25 +	make && make DESTDIR=$DESTDIR install
    7.26  }
    7.27  
    7.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.29  genpkg_rules()
    7.30  {
    7.31  	mkdir -p $fs/usr
    7.32 -	cp -a $_pkg/usr/bin $fs/usr
    7.33 +	cp -a $install/usr/bin $fs/usr
    7.34  }
    7.35  
     8.1 --- a/alpine/receipt	Wed Oct 02 10:41:05 2013 +0000
     8.2 +++ b/alpine/receipt	Wed Oct 02 13:07:29 2013 +0000
     8.3 @@ -5,13 +5,15 @@
     8.4  CATEGORY="network"
     8.5  SHORT_DESC="Fast, easy to use email client."
     8.6  MAINTAINER="paul@slitaz.org"
     8.7 -DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3"
     8.8 -BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev"
     8.9 +LICENSE="Apache"
    8.10  TARBALL="$PACKAGE.tar.gz"
    8.11  WEB_SITE="http://www.washington.edu/alpine/"
    8.12  WGET_URL="ftp://ftp.cac.washington.edu/alpine/$TARBALL"
    8.13  TAGS="mail client"
    8.14  
    8.15 +DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3"
    8.16 +BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev"
    8.17 +
    8.18  # Rules to configure and make the package.
    8.19  compile_rules()
    8.20  {
    8.21 @@ -21,14 +23,14 @@
    8.22  		--infodir=/usr/share/info \
    8.23  		--mandir=/usr/share/man \
    8.24  		$CONFIGURE_ARGS &&
    8.25 -	make && make DESTDIR=$PWD/_pkg install
    8.26 +	make && make DESTDIR=$DESTDIR install
    8.27  }
    8.28  
    8.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.30  genpkg_rules()
    8.31  {
    8.32  	mkdir -p $fs/usr
    8.33 -	cp -a $_pkg/usr/bin $fs/usr
    8.34 +	cp -a $install/usr/bin $fs/usr
    8.35  }
    8.36  
    8.37  post_install()
     9.1 --- a/alsaequal/receipt	Wed Oct 02 10:41:05 2013 +0000
     9.2 +++ b/alsaequal/receipt	Wed Oct 02 13:07:29 2013 +0000
     9.3 @@ -5,12 +5,14 @@
     9.4  CATEGORY="multimedia"
     9.5  SHORT_DESC="Real-time adjustable equalizer plugin for ALSA."
     9.6  MAINTAINER="paul@slitaz.org"
     9.7 -DEPENDS="alsa-utils caps"
     9.8 -BUILD_DEPENDS="caps alsa-lib-dev"
     9.9 +LICENSE="LGPL2.1"
    9.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    9.11  WEB_SITE="http://www.thedigitalmachine.net/alsaequal.html"
    9.12  WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL"
    9.13  
    9.14 +DEPENDS="alsa-utils caps"
    9.15 +BUILD_DEPENDS="caps alsa-lib-dev"
    9.16 +
    9.17  # Rules to configure and make the package.
    9.18  compile_rules()
    9.19  {
    10.1 --- a/antiword/receipt	Wed Oct 02 10:41:05 2013 +0000
    10.2 +++ b/antiword/receipt	Wed Oct 02 13:07:29 2013 +0000
    10.3 @@ -5,6 +5,7 @@
    10.4  CATEGORY="office"
    10.5  SHORT_DESC="MS Word reader to plain text or PostScript."
    10.6  MAINTAINER="pascal.bellard@slitaz.org"
    10.7 +LICENSE="GPL"
    10.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    10.9  WEB_SITE="http://www.antiword.org/"
   10.10  WGET_URL="${WEB_SITE}$TARBALL"
   10.11 @@ -15,14 +16,14 @@
   10.12  {
   10.13  	cd $src
   10.14  	make &&
   10.15 -	make DESTDIR=$PWD/_pkg global_install
   10.16 +	make DESTDIR=$DESTDIR global_install
   10.17  }
   10.18  
   10.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   10.20  genpkg_rules()
   10.21  {
   10.22  	mkdir -p $fs/usr/bin
   10.23 -	cp -a $_pkg/usr/share $fs/usr
   10.24 -	cp -a $_pkg/usr/local/bin/antiword $fs/usr/bin
   10.25 +	cp -a $install/usr/share $fs/usr
   10.26 +	cp -a $install/usr/local/bin/antiword $fs/usr/bin
   10.27  }
   10.28  
    11.1 --- a/apcupsd/receipt	Wed Oct 02 10:41:05 2013 +0000
    11.2 +++ b/apcupsd/receipt	Wed Oct 02 13:07:29 2013 +0000
    11.3 @@ -5,11 +5,13 @@
    11.4  CATEGORY="system-tools"
    11.5  SHORT_DESC="APC UPS Power Management (daemon)"
    11.6  MAINTAINER="devel@slitaz.org"
    11.7 -BUILD_DEPENDS="slitaz-dev-pkgs libgd-dev libgd"
    11.8 +LICENSE="GPL2"
    11.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   11.10  WEB_SITE="http://www.apcupsd.com/"
   11.11  WGET_URL="http://netcologne.dl.sourceforge.net/project/$PACKAGE/$PACKAGE%20-%20Stable/$VERSION/$TARBALL"
   11.12  
   11.13 +BUILD_DEPENDS="slitaz-dev-pkgs libgd-dev libgd"
   11.14 +
   11.15  # Rules to configure and make the package.
   11.16  compile_rules()
   11.17  {
   11.18 @@ -33,5 +35,5 @@
   11.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.20  genpkg_rules()
   11.21  {
   11.22 -	cp -a $_pkg/* $fs
   11.23 +	cp -a $install/* $fs
   11.24  }
    12.1 --- a/apr-dbd-mysql/receipt	Wed Oct 02 10:41:05 2013 +0000
    12.2 +++ b/apr-dbd-mysql/receipt	Wed Oct 02 13:07:29 2013 +0000
    12.3 @@ -5,14 +5,16 @@
    12.4  CATEGORY="development"
    12.5  SHORT_DESC="APR Library Utilities MySQL DBD driver"
    12.6  MAINTAINER="erjo@slitaz.org"
    12.7 -DEPENDS="apr-util libmysqlclient"
    12.8 +LICENSE="Apache"
    12.9  WEB_SITE="http://apr.apache.org"
   12.10  WANTED="apr-util"
   12.11  
   12.12 +DEPENDS="apr-util libmysqlclient"
   12.13 +
   12.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   12.15  genpkg_rules()
   12.16  {
   12.17  	mkdir -p $fs/usr/lib/apr-util-1
   12.18  	
   12.19 -	cp -a $_pkg/usr/lib/apr-util-1/*mysql*.so $fs/usr/lib/apr-util-1
   12.20 +	cp -a $install/usr/lib/apr-util-1/*mysql*.so $fs/usr/lib/apr-util-1
   12.21  }
    13.1 --- a/apr-dbd-odbc/receipt	Wed Oct 02 10:41:05 2013 +0000
    13.2 +++ b/apr-dbd-odbc/receipt	Wed Oct 02 13:07:29 2013 +0000
    13.3 @@ -5,15 +5,17 @@
    13.4  CATEGORY="development"
    13.5  SHORT_DESC="APR Library Utilities ODBC DBD driver"
    13.6  MAINTAINER="erjo@slitaz.org"
    13.7 -DEPENDS="apr-util libunixODBC"
    13.8 +LICENSE="Apache"
    13.9  WEB_SITE="http://apr.apache.org"
   13.10  WANTED="apr-util"
   13.11  
   13.12 +DEPENDS="apr-util libunixODBC"
   13.13 +
   13.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   13.15  genpkg_rules()
   13.16  {
   13.17  	mkdir -p $fs/usr/lib/apr-util-1
   13.18  	
   13.19 -	cp -a $_pkg/usr/lib/apr-util-1/*odbc*.so $fs/usr/lib/apr-util-1
   13.20 +	cp -a $install/usr/lib/apr-util-1/*odbc*.so $fs/usr/lib/apr-util-1
   13.21  }
   13.22  
    14.1 --- a/apr-dbd-pgsql/receipt	Wed Oct 02 10:41:05 2013 +0000
    14.2 +++ b/apr-dbd-pgsql/receipt	Wed Oct 02 13:07:29 2013 +0000
    14.3 @@ -5,14 +5,16 @@
    14.4  CATEGORY="development"
    14.5  SHORT_DESC="APR Library Utilities PostgreSQL DBD driver"
    14.6  MAINTAINER="erjo@slitaz.org"
    14.7 -DEPENDS="apr-util libpostgresqlclient"
    14.8 +LICENSE="Apache"
    14.9  WEB_SITE="http://apr.apache.org"
   14.10  WANTED="apr-util"
   14.11  
   14.12 +DEPENDS="apr-util libpostgresqlclient"
   14.13 +
   14.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   14.15  genpkg_rules()
   14.16  {
   14.17  	mkdir -p $fs/usr/lib/apr-util-1
   14.18  	
   14.19 -	cp -a $_pkg/usr/lib/apr-util-1/*pgsql*.so $fs/usr/lib/apr-util-1
   14.20 +	cp -a $install/usr/lib/apr-util-1/*pgsql*.so $fs/usr/lib/apr-util-1
   14.21  }
    15.1 --- a/apr-dbd-sqlite/receipt	Wed Oct 02 10:41:05 2013 +0000
    15.2 +++ b/apr-dbd-sqlite/receipt	Wed Oct 02 13:07:29 2013 +0000
    15.3 @@ -5,15 +5,17 @@
    15.4  CATEGORY="development"
    15.5  SHORT_DESC="Apache Portable Runtime Library Utilities SQLite DBD driver"
    15.6  MAINTAINER="erjo@slitaz.org"
    15.7 -DEPENDS="apr-util sqlite"
    15.8 +LICENSE="Apache"
    15.9  WEB_SITE="http://apr.apache.org"
   15.10  WANTED="apr-util"
   15.11  
   15.12 +DEPENDS="apr-util sqlite"
   15.13 +
   15.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   15.15  genpkg_rules()
   15.16  {
   15.17  	mkdir -p $fs/usr/lib/apr-util-1
   15.18  	
   15.19 -	cp -a $_pkg/usr/lib/apr-util-1/*sqlite*.so $fs/usr/lib/apr-util-1
   15.20 +	cp -a $install/usr/lib/apr-util-1/*sqlite*.so $fs/usr/lib/apr-util-1
   15.21  }
   15.22  
    16.1 --- a/apr-util-dev/receipt	Wed Oct 02 10:41:05 2013 +0000
    16.2 +++ b/apr-util-dev/receipt	Wed Oct 02 13:07:29 2013 +0000
    16.3 @@ -5,18 +5,20 @@
    16.4  CATEGORY="development"
    16.5  SHORT_DESC="APR Library Utilities"
    16.6  MAINTAINER="lehswe@gmail.com"
    16.7 -DEPENDS="apr-util"
    16.8 +LICENSE="Apache"
    16.9  WANTED="apr-util"
   16.10  WEB_SITE="http://apr.apache.org"
   16.11  
   16.12 +DEPENDS="apr-util"
   16.13 +
   16.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   16.15  genpkg_rules()
   16.16  {
   16.17  	mkdir -p $fs/usr/lib/apr-util-1
   16.18 -	cp -a $_pkg/usr/include $fs/usr
   16.19 -	cp -a $_pkg/usr/bin $fs/usr
   16.20 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   16.21 -	cp -a $_pkg/usr/lib/apr-util-1/*.*a $fs/usr/lib/apr-util-1
   16.22 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   16.23 +	cp -a $install/usr/include $fs/usr
   16.24 +	cp -a $install/usr/bin $fs/usr
   16.25 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   16.26 +	cp -a $install/usr/lib/apr-util-1/*.*a $fs/usr/lib/apr-util-1
   16.27 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   16.28  }
   16.29  
    17.1 --- a/apr-util/receipt	Wed Oct 02 10:41:05 2013 +0000
    17.2 +++ b/apr-util/receipt	Wed Oct 02 13:07:29 2013 +0000
    17.3 @@ -5,12 +5,14 @@
    17.4  CATEGORY="development"
    17.5  SHORT_DESC="APR Library Utilities"
    17.6  MAINTAINER="lehswe@gmail.com"
    17.7 -DEPENDS="apr expat ncurses readline zlib"
    17.8 -BUILD_DEPENDS="apr-dev unixODBC-dev sqlite-dev postgresql-dev mysql-dev libmysqlclient libpostgresqlclient util-linux-uuid-dev gawk"
    17.9 +LICENSE="Apache"
   17.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   17.11  WEB_SITE="http://apr.apache.org"
   17.12  WGET_URL="http://www.apache.org/dist/apr/$TARBALL"
   17.13  #WGET_URL="http://apache.crihan.fr/dist/apr/$TARBALL"
   17.14 +
   17.15 +DEPENDS="apr expat ncurses readline zlib"
   17.16 +BUILD_DEPENDS="apr-dev unixODBC-dev sqlite-dev postgresql-dev mysql-dev libmysqlclient libpostgresqlclient util-linux-uuid-dev gawk"
   17.17   
   17.18  # Rules to configure and make the package.
   17.19  compile_rules()
   17.20 @@ -31,6 +33,6 @@
   17.21  {
   17.22  	mkdir -p $fs/usr/lib/apr-util-1
   17.23  	
   17.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   17.25 -	#cp -a $_pkg/usr/lib/apr-util-1/*.so* $fs/usr/lib/apr-util-1
   17.26 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   17.27 +	#cp -a $install/usr/lib/apr-util-1/*.so* $fs/usr/lib/apr-util-1
   17.28  }
    18.1 --- a/at/receipt	Wed Oct 02 10:41:05 2013 +0000
    18.2 +++ b/at/receipt	Wed Oct 02 13:07:29 2013 +0000
    18.3 @@ -5,11 +5,13 @@
    18.4  CATEGORY="system-tools"
    18.5  SHORT_DESC="Schedule commands to be executed once."
    18.6  MAINTAINER="pascal.bellard@slitaz.org"
    18.7 -BUILD_DEPENDS="bison flex ssmtp"
    18.8 +LICENSE="GPL2"
    18.9  TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
   18.10  WEB_SITE="http://packages.debian.org/lenny/at"
   18.11  WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
   18.12  
   18.13 +BUILD_DEPENDS="bison flex ssmtp"
   18.14 +
   18.15  # Rules to configure and make the package.
   18.16  compile_rules()
   18.17  {
   18.18 @@ -28,9 +30,9 @@
   18.19  genpkg_rules()
   18.20  {
   18.21  	mkdir -p $fs/usr $fs/etc/init.d
   18.22 -	cp -a $_pkg/usr/bin $fs/usr
   18.23 -	cp -a $_pkg/usr/sbin $fs/usr
   18.24 -	cp -a $_pkg/etc $fs
   18.25 -	cp -a $_pkg/var $fs
   18.26 +	cp -a $install/usr/bin $fs/usr
   18.27 +	cp -a $install/usr/sbin $fs/usr
   18.28 +	cp -a $install/etc $fs
   18.29 +	cp -a $install/var $fs
   18.30  	cp -a $stuff/atd $fs/etc/init.d
   18.31  }
    19.1 --- a/atm-tools-dev/receipt	Wed Oct 02 10:41:05 2013 +0000
    19.2 +++ b/atm-tools-dev/receipt	Wed Oct 02 13:07:29 2013 +0000
    19.3 @@ -5,6 +5,7 @@
    19.4  CATEGORY="development"
    19.5  SHORT_DESC="User space tools for atm, development files."
    19.6  MAINTAINER="pascal.bellard@slitaz.org"
    19.7 +LICENSE="GPL2"
    19.8  SOURCE="linux-atm"
    19.9  WEB_SITE="http://$SOURCE.sourceforge.net/"
   19.10  WANTED="atm-tools"
   19.11 @@ -13,7 +14,7 @@
   19.12  genpkg_rules()
   19.13  {
   19.14  	mkdir -p $fs/usr/lib
   19.15 -	cp -a $_pkg/usr/include $fs/usr
   19.16 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
   19.17 +	cp -a $install/usr/include $fs/usr
   19.18 +	cp -a $install/usr/lib/*a $fs/usr/lib
   19.19  }
   19.20  
    20.1 --- a/atm-tools/receipt	Wed Oct 02 10:41:05 2013 +0000
    20.2 +++ b/atm-tools/receipt	Wed Oct 02 13:07:29 2013 +0000
    20.3 @@ -5,13 +5,15 @@
    20.4  CATEGORY="system-tools"
    20.5  SHORT_DESC="User space tools for atm."
    20.6  MAINTAINER="pascal.bellard@slitaz.org"
    20.7 +LICENSE="GPL2"
    20.8  SOURCE="linux-atm"
    20.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   20.10 -BUILD_DEPENDS="flex"
   20.11  WEB_SITE="http://$SOURCE.sourceforge.net/"
   20.12  WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
   20.13  CONFIG_FILES="/etc/atmsigd.conf"
   20.14  
   20.15 +BUILD_DEPENDS="flex"
   20.16 +
   20.17  # Rules to configure and make the package.
   20.18  compile_rules()
   20.19  {
   20.20 @@ -27,9 +29,9 @@
   20.21  genpkg_rules()
   20.22  {
   20.23  	mkdir -p $fs/usr/lib
   20.24 -	cp -a $_pkg/etc $fs
   20.25 -	cp -a $_pkg/usr/bin $fs/usr
   20.26 -	cp -a $_pkg/usr/sbin $fs/usr
   20.27 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   20.28 +	cp -a $install/etc $fs
   20.29 +	cp -a $install/usr/bin $fs/usr
   20.30 +	cp -a $install/usr/sbin $fs/usr
   20.31 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   20.32  }
   20.33  
    21.1 --- a/yajl/receipt	Wed Oct 02 10:41:05 2013 +0000
    21.2 +++ b/yajl/receipt	Wed Oct 02 13:07:29 2013 +0000
    21.3 @@ -5,12 +5,14 @@
    21.4  CATEGORY="development"
    21.5  SHORT_DESC="Yet Another JSON Library"
    21.6  MAINTAINER="slaxemulator@gmail.com"
    21.7 -BUILD_DEPENDS="cmake doxygen git"
    21.8 +LICENSE="BSD"
    21.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   21.10  WEB_SITE="https://github.com/lloyd/yajl"
   21.11  WGET_URL="git|git://github.com/lloyd/yajl.git"
   21.12  BRANCH="$VERSION"
   21.13  
   21.14 +BUILD_DEPENDS="cmake doxygen git"
   21.15 +
   21.16  # Rules to configure and make the package.
   21.17  compile_rules()
   21.18  {
   21.19 @@ -18,12 +20,12 @@
   21.20  	cmake \
   21.21  		-DCMAKE_INSTALL_PREFIX=/usr \
   21.22  		.
   21.23 -	make DESTDIR=$PWD/_pkg install
   21.24 +	make DESTDIR=$DESTDIR install
   21.25  }
   21.26  
   21.27  # Rules to gen a SliTaz package suitable for Tazpkg.
   21.28  genpkg_rules()
   21.29  {
   21.30 -	cp -a $_pkg/usr $fs
   21.31 +	cp -a $install/usr $fs
   21.32  }
   21.33  
    22.1 --- a/yaml-dev/receipt	Wed Oct 02 10:41:05 2013 +0000
    22.2 +++ b/yaml-dev/receipt	Wed Oct 02 13:07:29 2013 +0000
    22.3 @@ -5,6 +5,7 @@
    22.4  CATEGORY="development"
    22.5  SHORT_DESC="yaml dev files."
    22.6  MAINTAINER="erjo@slitaz.org"
    22.7 +LICENSE="CC-BY"
    22.8  WEB_SITE="http://pyyaml.org/wiki/LibYAML"
    22.9  WANTED="yaml"
   22.10  
    23.1 --- a/yaml/receipt	Wed Oct 02 10:41:05 2013 +0000
    23.2 +++ b/yaml/receipt	Wed Oct 02 13:07:29 2013 +0000
    23.3 @@ -5,6 +5,7 @@
    23.4  CATEGORY="system-tools"
    23.5  SHORT_DESC="YAML 1.1 parser and emitter written in C."
    23.6  MAINTAINER="erjo@slitaz.org"
    23.7 +LICENSE="CC-BY"
    23.8  WEB_SITE="http://pyyaml.org/wiki/LibYAML"
    23.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   23.10  WGET_URL="http://pyyaml.org/download/libyaml/$TARBALL"
    24.1 --- a/yasr/receipt	Wed Oct 02 10:41:05 2013 +0000
    24.2 +++ b/yasr/receipt	Wed Oct 02 13:07:29 2013 +0000
    24.3 @@ -5,11 +5,13 @@
    24.4  CATEGORY="utilities"
    24.5  SHORT_DESC="General purpose console screen reader."
    24.6  MAINTAINER="paul@slitaz.org"
    24.7 -DEPENDS="speech-dispatcher espeak bash"
    24.8 +LICENSE="GPL2"
    24.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   24.10  WEB_SITE="http://yasr.sourceforge.net/"
   24.11  WGET_URL="http://prdownloads.sourceforge.net/yasr/$TARBALL"
   24.12  
   24.13 +DEPENDS="speech-dispatcher espeak bash"
   24.14 +
   24.15  # Rules to configure and make the package.
   24.16  compile_rules()
   24.17  {
   24.18 @@ -18,15 +20,15 @@
   24.19  	cd ../
   24.20  	./configure \
   24.21  		--prefix=/usr $CONFIGURE_ARGS &&
   24.22 -	make && make DESTDIR=$PWD/_pkg install
   24.23 +	make && make DESTDIR=$DESTDIR install
   24.24  }
   24.25  
   24.26  # Rules to gen a SliTaz package suitable for Tazpkg.
   24.27  genpkg_rules()
   24.28  {
   24.29  	mkdir -p $fs/usr/share
   24.30 -	cp -a $_pkg/usr/bin $fs/usr
   24.31 -	cp -a $_pkg/usr/share/yasr $fs/usr/share
   24.32 +	cp -a $install/usr/bin $fs/usr
   24.33 +	cp -a $install/usr/share/yasr $fs/usr/share
   24.34  }
   24.35  
   24.36  post_install()
    25.1 --- a/yaws/receipt	Wed Oct 02 10:41:05 2013 +0000
    25.2 +++ b/yaws/receipt	Wed Oct 02 13:07:29 2013 +0000
    25.3 @@ -5,6 +5,7 @@
    25.4  CATEGORY="development"
    25.5  SHORT_DESC="http webserver written in erlang"
    25.6  MAINTAINER="allan316@gmail.com"
    25.7 +LICENSE="BSD"
    25.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    25.9  WEB_SITE="http://yaws.hyber.org"
   25.10  WGET_URL="$WEB_SITE/download/$TARBALL"
    26.1 --- a/yeahconsole/receipt	Wed Oct 02 10:41:05 2013 +0000
    26.2 +++ b/yeahconsole/receipt	Wed Oct 02 13:07:29 2013 +0000
    26.3 @@ -5,13 +5,15 @@
    26.4  CATEGORY="utilities"
    26.5  SHORT_DESC="Quake-like drop down terminal."
    26.6  MAINTAINER="paul@slitaz.org"
    26.7 -DEPENDS="xterm"
    26.8 -BUILD_DEPENDS="xorg-libX11-dev xorg-xproto"
    26.9 +LICENSE="GPL2"
   26.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   26.11  WEB_SITE="http://phrat.de/yeahtools.html"
   26.12  WGET_URL="http://phrat.de/$TARBALL"
   26.13  TAGS="terminal"
   26.14  
   26.15 +DEPENDS="xterm"
   26.16 +BUILD_DEPENDS="xorg-libX11-dev xorg-xproto"
   26.17 +
   26.18  # Rules to configure and make the package.
   26.19  compile_rules()
   26.20  {
    27.1 --- a/youtube-dl/receipt	Wed Oct 02 10:41:05 2013 +0000
    27.2 +++ b/youtube-dl/receipt	Wed Oct 02 13:07:29 2013 +0000
    27.3 @@ -5,6 +5,7 @@
    27.4  CATEGORY="utilities"
    27.5  SHORT_DESC="Downloads videos from various streaming websites."
    27.6  MAINTAINER="gokhlayeh@slitaz.org"
    27.7 +LICENSE="MIT"
    27.8  TARBALL="$PACKAGE"
    27.9  WEB_SITE="http://rg3.github.com/youtube-dl/"
   27.10  WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE"
    28.1 --- a/yp-tools/receipt	Wed Oct 02 10:41:05 2013 +0000
    28.2 +++ b/yp-tools/receipt	Wed Oct 02 13:07:29 2013 +0000
    28.3 @@ -5,6 +5,7 @@
    28.4  CATEGORY="network"
    28.5  SHORT_DESC="Yellow pages tools."
    28.6  MAINTAINER="pascal.bellard@slitaz.org"
    28.7 +LICENSE="GPL2"
    28.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    28.9  WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/"
   28.10  WGET_URL="$WEB_SITE/$TARBALL"
   28.11 @@ -17,14 +18,14 @@
   28.12  	--mandir=/usr/share/man \
   28.13  	$CONFIGURE_ARGS &&
   28.14  	make &&
   28.15 -	make DESTDIR=$PWD/_pkg install
   28.16 +	make DESTDIR=$DESTDIR install
   28.17  }
   28.18  
   28.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   28.20  genpkg_rules()
   28.21  {
   28.22  	mkdir -p $fs/usr
   28.23 -	cp -a $_pkg/usr/sbin $fs/usr
   28.24 -	cp -a $_pkg/usr/bin $fs/usr
   28.25 -	cp -a $_pkg/var $fs
   28.26 +	cp -a $install/usr/sbin $fs/usr
   28.27 +	cp -a $install/usr/bin $fs/usr
   28.28 +	cp -a $install/var $fs
   28.29  }
    29.1 --- a/ypbind-mt/receipt	Wed Oct 02 10:41:05 2013 +0000
    29.2 +++ b/ypbind-mt/receipt	Wed Oct 02 13:07:29 2013 +0000
    29.3 @@ -5,6 +5,7 @@
    29.4  CATEGORY="network"
    29.5  SHORT_DESC="Yellow pages client daemon"
    29.6  MAINTAINER="pascal.bellard@slitaz.org"
    29.7 +LICENSE="GPL2"
    29.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    29.9  WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/"
   29.10  WGET_URL="$WEB_SITE/$TARBALL"
   29.11 @@ -17,12 +18,12 @@
   29.12  	--mandir=/usr/share/man \
   29.13  	$CONFIGURE_ARGS &&
   29.14  	make &&
   29.15 -	make DESTDIR=$PWD/_pkg install
   29.16 +	make DESTDIR=$DESTDIR install
   29.17  }
   29.18  
   29.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   29.20  genpkg_rules()
   29.21  {
   29.22  	mkdir -p $fs/usr
   29.23 -	cp -a $_pkg/usr/sbin $fs/usr
   29.24 +	cp -a $install/usr/sbin $fs/usr
   29.25  }
    30.1 --- a/ypserv/receipt	Wed Oct 02 10:41:05 2013 +0000
    30.2 +++ b/ypserv/receipt	Wed Oct 02 13:07:29 2013 +0000
    30.3 @@ -5,11 +5,13 @@
    30.4  CATEGORY="network"
    30.5  SHORT_DESC="Yellow pages server (v2)."
    30.6  MAINTAINER="pascal.bellard@slitaz.org"
    30.7 +LICENSE="GPL2"
    30.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    30.9  WEB_SITE="http://www.linux-nis.org/"
   30.10 +WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL"
   30.11 +
   30.12  DEPENDS="gdbm portmap"
   30.13  BUILD_DEPENDS="gdbm-dev"
   30.14 -WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL"
   30.15  
   30.16  # Rules to configure and make the package.
   30.17  compile_rules()
   30.18 @@ -26,10 +28,10 @@
   30.19  genpkg_rules()
   30.20  {
   30.21  	mkdir -p $fs/usr $fs/etc/init.d
   30.22 -	cp -a $_pkg/usr/sbin $fs/usr
   30.23 -	cp -a $_pkg/usr/lib $fs/usr
   30.24 -	cp -a $_pkg/usr/include $fs/usr
   30.25 -	cp -a $_pkg/var $fs
   30.26 +	cp -a $install/usr/sbin $fs/usr
   30.27 +	cp -a $install/usr/lib $fs/usr
   30.28 +	cp -a $install/usr/include $fs/usr
   30.29 +	cp -a $install/var $fs
   30.30  	
   30.31  	# Copy config files
   30.32  	for  file in ypserv.conf timezone netmasks netgroup