wok-6.x rev 15375
Add some licenses
line diff
1.1 --- a/libpng-dev/receipt Thu Oct 17 18:09:17 2013 +0000 1.2 +++ b/libpng-dev/receipt Fri Oct 18 19:43:55 2013 +0000 1.3 @@ -5,10 +5,12 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="PNG images library devel files." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="libpng" 1.8 +LICENSE="zlib/libpng" 1.9 WANTED="libpng" 1.10 WEB_SITE="http://libpng.org/pub/png/libpng.html" 1.11 1.12 +DEPENDS="libpng" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 {
2.1 --- a/libpng/receipt Thu Oct 17 18:09:17 2013 +0000 2.2 +++ b/libpng/receipt Fri Oct 18 19:43:55 2013 +0000 2.3 @@ -5,6 +5,7 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="PNG images library." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 +LICENSE="zlib/libpng" 2.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.9 WEB_SITE="http://libpng.org/pub/png/libpng.html" 2.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
3.1 --- a/libpostgresqlclient/receipt Thu Oct 17 18:09:17 2013 +0000 3.2 +++ b/libpostgresqlclient/receipt Fri Oct 18 19:43:55 2013 +0000 3.3 @@ -5,6 +5,7 @@ 3.4 CATEGORY="misc" 3.5 SHORT_DESC="SQL database system libraries." 3.6 MAINTAINER="pascal.bellard@slitaz.org" 3.7 +LICENSE="BSD" 3.8 WEB_SITE="http://www.postgresql.org/" 3.9 WANTED="postgresql" 3.10
4.1 --- a/p0f/receipt Thu Oct 17 18:09:17 2013 +0000 4.2 +++ b/p0f/receipt Fri Oct 18 19:43:55 2013 +0000 4.3 @@ -5,11 +5,13 @@ 4.4 CATEGORY="network" 4.5 SHORT_DESC="passive OS fingerprinting tool" 4.6 MAINTAINER="slaxemulator@gmail.com" 4.7 -BUILD_DEPENDS="libpcap-dev" 4.8 +LICENSE="LGPL" 4.9 TARBALL="$PACKAGE-$VERSION.tgz" 4.10 WEB_SITE="http://lcamtuf.coredump.cx/p0f.shtml" 4.11 WGET_URL="http://lcamtuf.coredump.cx/p0f${VERSION%.*}/releases/$TARBALL" 4.12 4.13 +BUILD_DEPENDS="libpcap-dev" 4.14 + 4.15 # Rules to configure and make the package. 4.16 compile_rules() 4.17 {
5.1 --- a/p2c/receipt Thu Oct 17 18:09:17 2013 +0000 5.2 +++ b/p2c/receipt Fri Oct 18 19:43:55 2013 +0000 5.3 @@ -5,11 +5,13 @@ 5.4 CATEGORY="development" 5.5 SHORT_DESC="A Pascal to C translator." 5.6 MAINTAINER="pascal.bellard@slitaz.org" 5.7 +LICENSE="GPL2" 5.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.9 WEB_SITE="http://www.ccrnp.ncifcrf.gov/~toms/p2c/daves.index.html" 5.10 WGET_URL="http://darkstar.ist.utl.pt/slackware/slackware_source/d/p2c/$TARBALL" 5.11 +TAGS="pascal" 5.12 + 5.13 DEPENDS="perl" 5.14 -TAGS="pascal" 5.15 5.16 # Rules to configure and make the package. 5.17 compile_rules() 5.18 @@ -25,20 +27,20 @@ 5.19 Makefile 5.20 grep -q getlinep2c lex.c || sed -i 's/getline/getlinep2c/' * 5.21 make all p2cc 5.22 - mkdir -p ../_pkg/usr/lib/p2c ../_pkg/usr/include/p2c ../_pkg/usr/bin 5.23 - cp p2c p2cc ../_pkg/usr/bin 5.24 - cp libp2c.a ../_pkg/usr/lib 5.25 - ranlib ../_pkg/usr/lib/libp2c.a 5.26 - cp p2c.h ../_pkg/usr/include/p2c 5.27 + mkdir -p $DESTDIR/usr/lib/p2c $DESTDIR/usr/include/p2c $DESTDIR/usr/bin 5.28 + cp p2c p2cc $DESTDIR/usr/bin 5.29 + cp libp2c.a $DESTDIR/usr/lib 5.30 + ranlib $DESTDIR/usr/lib/libp2c.a 5.31 + cp p2c.h $DESTDIR/usr/include/p2c 5.32 cp sys.p2crc loc.p2crc system.imp system.m2 turbo.imp string.pas \ 5.33 - ../_pkg/usr/lib/p2c 5.34 - mv ../_pkg/usr/lib/p2c/sys.p2crc ../_pkg/usr/lib/p2c/p2crc 5.35 + $DESTDIR/usr/lib/p2c 5.36 + mv $DESTDIR/usr/lib/p2c/sys.p2crc $DESTDIR/usr/lib/p2c/p2crc 5.37 5.38 } 5.39 5.40 # Rules to gen a SliTaz package suitable for Tazpkg. 5.41 genpkg_rules() 5.42 { 5.43 - cp -a $_pkg/* $fs 5.44 + cp -a $install/* $fs 5.45 } 5.46
6.1 --- a/p7zip-full/receipt Thu Oct 17 18:09:17 2013 +0000 6.2 +++ b/p7zip-full/receipt Fri Oct 18 19:43:55 2013 +0000 6.3 @@ -6,6 +6,7 @@ 6.4 CATEGORY="utilities" 6.5 SHORT_DESC="A file archiver with a high compression ratio (full version with restricted codecs)" 6.6 MAINTAINER="milka@konstelacioj.info" 6.7 +LICENSE="LGPL" 6.8 TARBALL="${SOURCE}_${VERSION}_src_all.tar.bz2" 6.9 WEB_SITE="http://p7zip.sourceforge.net/" 6.10 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 6.11 @@ -22,11 +23,11 @@ 6.12 genpkg_rules() 6.13 { 6.14 mkdir -p $fs/usr 6.15 - cp -a $_pkg/usr/bin $fs/usr 6.16 - cp -a $_pkg/usr/lib $fs/usr 6.17 + cp -a $install/usr/bin $fs/usr 6.18 + cp -a $install/usr/lib $fs/usr 6.19 6.20 # Fix pathname in 7z scripts 6.21 - sed -i -e "s#.*$_pkg#\"#" $fs/usr/bin/7z \ 6.22 + sed -i -e "s#.*$install#\"#" $fs/usr/bin/7z \ 6.23 $fs/usr/bin/7za $fs/usr/bin/7zr 6.24 } 6.25
7.1 --- a/p7zip/receipt Thu Oct 17 18:09:17 2013 +0000 7.2 +++ b/p7zip/receipt Fri Oct 18 19:43:55 2013 +0000 7.3 @@ -5,6 +5,7 @@ 7.4 CATEGORY="utilities" 7.5 SHORT_DESC="A file archiver with a high compression ratio (supports only 7z archives)" 7.6 MAINTAINER="milka@konstelacioj.info" 7.7 +LICENSE="LGPL" 7.8 TARBALL="${PACKAGE}_${VERSION}_src_all.tar.bz2" 7.9 WEB_SITE="http://p7zip.sourceforge.net/" 7.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
8.1 --- a/pam-dev/receipt Thu Oct 17 18:09:17 2013 +0000 8.2 +++ b/pam-dev/receipt Fri Oct 18 19:43:55 2013 +0000 8.3 @@ -5,15 +5,17 @@ 8.4 CATEGORY="development" 8.5 SHORT_DESC="Pluggable Authentication Modules, development files." 8.6 MAINTAINER="pascal.bellard@slitaz.org" 8.7 -DEPENDS="pam" 8.8 +LICENSE="BSD GPL2" 8.9 WANTED="pam" 8.10 SOURCE="Linux-PAM" 8.11 WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/" 8.12 8.13 +DEPENDS="pam" 8.14 + 8.15 # Rules to gen a SliTaz package suitable for Tazpkg. 8.16 genpkg_rules() 8.17 { 8.18 mkdir -p $fs/lib $fs/usr 8.19 - cp -a $_pkg/usr/include $fs/usr 8.20 + cp -a $install/usr/include $fs/usr 8.21 ln -s security $fs/usr/include/pam 8.22 }
9.1 --- a/pam/receipt Thu Oct 17 18:09:17 2013 +0000 9.2 +++ b/pam/receipt Fri Oct 18 19:43:55 2013 +0000 9.3 @@ -5,6 +5,7 @@ 9.4 CATEGORY="system-tools" 9.5 SHORT_DESC="Pluggable Authentication Modules." 9.6 MAINTAINER="pascal.bellard@slitaz.org" 9.7 +LICENSE="BSD GPL2" 9.8 SOURCE="Linux-PAM" 9.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 9.10 WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/" 9.11 @@ -29,10 +30,10 @@ 9.12 genpkg_rules() 9.13 { 9.14 mkdir -p $fs/lib 9.15 - cp -a $_pkg/etc $fs 9.16 - cp -a $_pkg/sbin $fs 9.17 - cp -a $_pkg/lib/*so* $fs/lib 9.18 - cp -a $_pkg/lib/security $fs/lib 9.19 + cp -a $install/etc $fs 9.20 + cp -a $install/sbin $fs 9.21 + cp -a $install/lib/*so* $fs/lib 9.22 + cp -a $install/lib/security $fs/lib 9.23 rm -f $fs/lib/security/*.la 9.24 cp -a $stuff/* $fs 9.25 }
10.1 --- a/pam_krb5/receipt Thu Oct 17 18:09:17 2013 +0000 10.2 +++ b/pam_krb5/receipt Fri Oct 18 19:43:55 2013 +0000 10.3 @@ -5,10 +5,12 @@ 10.4 CATEGORY="system-tools" 10.5 SHORT_DESC="Kerberos v5 PAM module." 10.6 MAINTAINER="pascal.bellard@slitaz.org" 10.7 +LICENSE="GPL" 10.8 SOURCE="pam-krb5" 10.9 TARBALL="$SOURCE-$VERSION.tar.xz" 10.10 WEB_SITE="http://www.eyrie.org/~eagle/software/pam-krb5/" 10.11 WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL" 10.12 + 10.13 BUILD_DEPENDS="pam-dev krb5-dev" 10.14 DEPENDS="pam libkrb5 libcomerr libcomerr3" 10.15 10.16 @@ -25,5 +27,5 @@ 10.17 # Rules to gen a SliTaz package suitable for Tazpkg. 10.18 genpkg_rules() 10.19 { 10.20 - cp -a $_pkg/lib $fs 10.21 + cp -a $install/lib $fs 10.22 }
11.1 --- a/pam_ldap/receipt Thu Oct 17 18:09:17 2013 +0000 11.2 +++ b/pam_ldap/receipt Fri Oct 18 19:43:55 2013 +0000 11.3 @@ -5,9 +5,11 @@ 11.4 CATEGORY="system-tools" 11.5 SHORT_DESC="Get and update authenticate from LDAP." 11.6 MAINTAINER="pascal.bellard@slitaz.org" 11.7 +LICENSE="GPL2" 11.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 11.9 WEB_SITE="http://www.padl.com/OSS/pam_ldap.html" 11.10 WGET_URL="http://www.padl.com/download/$TARBALL" 11.11 + 11.12 BUILD_DEPENDS="pam-dev perl openldap-dev libldap" 11.13 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3" 11.14 11.15 @@ -19,11 +21,11 @@ 11.16 ./configure --prefix=/usr --infodir=/usr/share/info \ 11.17 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 11.18 make $MAKEFLAGS && 11.19 - make DESTDIR=$PWD/_pkg install 11.20 + make DESTDIR=$DESTDIR install 11.21 } 11.22 11.23 # Rules to gen a SliTaz package suitable for Tazpkg. 11.24 genpkg_rules() 11.25 { 11.26 - cp -a $_pkg/usr/lib $fs 11.27 + cp -a $install/usr/lib $fs 11.28 }
12.1 --- a/pam_ssh/receipt Thu Oct 17 18:09:17 2013 +0000 12.2 +++ b/pam_ssh/receipt Fri Oct 18 19:43:55 2013 +0000 12.3 @@ -5,9 +5,11 @@ 12.4 CATEGORY="system-tools" 12.5 SHORT_DESC="PAM Module that provides single sign-on behavior with ssh-agent." 12.6 MAINTAINER="pascal.bellard@slitaz.org" 12.7 +LICENSE="BSD" 12.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 12.9 WEB_SITE="http://pam-ssh.sourceforge.net/" 12.10 WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL" 12.11 + 12.12 DEPENDS="pam libcrypto openssh-pam" 12.13 BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam " 12.14 12.15 @@ -24,5 +26,5 @@ 12.16 # Rules to gen a SliTaz package suitable for Tazpkg. 12.17 genpkg_rules() 12.18 { 12.19 - cp -a $_pkg/lib $fs 12.20 + cp -a $install/lib $fs 12.21 }
13.1 --- a/pamtester/receipt Thu Oct 17 18:09:17 2013 +0000 13.2 +++ b/pamtester/receipt Fri Oct 18 19:43:55 2013 +0000 13.3 @@ -5,9 +5,11 @@ 13.4 CATEGORY="system-tools" 13.5 SHORT_DESC="Test the pluggable authentication modules (PAM) facility" 13.6 MAINTAINER="pascal.bellard@slitaz.org" 13.7 +LICENSE="BSD" 13.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 13.9 WEB_SITE="http://$PACKAGE.sourceforge.net/" 13.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 13.11 + 13.12 DEPENDS="pam" 13.13 BUILD_DEPENDS="pam pam-dev" 13.14 13.15 @@ -26,5 +28,5 @@ 13.16 genpkg_rules() 13.17 { 13.18 mkdir -p $fs/usr 13.19 - cp -a $_pkg/usr/bin $fs/usr 13.20 + cp -a $install/usr/bin $fs/usr 13.21 }
14.1 --- a/par2/receipt Thu Oct 17 18:09:17 2013 +0000 14.2 +++ b/par2/receipt Fri Oct 18 19:43:55 2013 +0000 14.3 @@ -6,9 +6,11 @@ 14.4 CATEGORY="system-tools" 14.5 SHORT_DESC="Utility for posting and recovery of multi-part archives." 14.6 MAINTAINER="pascal.bellard@slitaz.org" 14.7 +LICENSE="GPL2" 14.8 TARBALL="$SOURCE-$VERSION.tar.gz" 14.9 WEB_SITE="http://parchive.sourceforge.net/" 14.10 WGET_URL="$SF_MIRROR/parchive/$TARBALL" 14.11 + 14.12 DEPENDS="gcc-lib-base" 14.13 14.14 # Rules to configure and make the package. 14.15 @@ -21,11 +23,11 @@ 14.16 --mandir=/usr/share/man \ 14.17 $CONFIGURE_ARGS && 14.18 make && 14.19 - make DESTDIR=$PWD/_pkg install 14.20 + make DESTDIR=$DESTDIR install 14.21 } 14.22 14.23 # Rules to gen a SliTaz package suitable for Tazpkg. 14.24 genpkg_rules() 14.25 { 14.26 - cp -a $_pkg/usr $fs 14.27 + cp -a $install/usr $fs 14.28 }
15.1 --- a/paramiko/receipt Thu Oct 17 18:09:17 2013 +0000 15.2 +++ b/paramiko/receipt Fri Oct 18 19:43:55 2013 +0000 15.3 @@ -5,9 +5,11 @@ 15.4 CATEGORY="development" 15.5 SHORT_DESC="module for python that implements the SSH2 protocol." 15.6 MAINTAINER="pascal.bellard@slitaz.org" 15.7 +LICENSE="LGPL2.1" 15.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 15.9 WEB_SITE="http://www.lag.net/paramiko" 15.10 WGET_URL="$WEB_SITE/download/$TARBALL" 15.11 + 15.12 DEPENDS="pycrypto" 15.13 15.14 # Rules to configure and make the package. 15.15 @@ -20,6 +22,6 @@ 15.16 # Rules to gen a SliTaz package suitable for Tazpkg. 15.17 genpkg_rules() 15.18 { 15.19 - cp -a $_pkg/usr $fs 15.20 + cp -a $install/usr $fs 15.21 } 15.22
16.1 --- a/pciids/receipt Thu Oct 17 18:09:17 2013 +0000 16.2 +++ b/pciids/receipt Fri Oct 18 19:43:55 2013 +0000 16.3 @@ -5,6 +5,7 @@ 16.4 CATEGORY="misc" 16.5 SHORT_DESC="pci.ids file for pciutils" 16.6 MAINTAINER="slaxemulator@gmail.com" 16.7 +LICENSE="BSD GPL2" 16.8 TARBALL="pci-$VERSION.ids" 16.9 WEB_SITE="http://pciids.sourceforge.net/" 16.10 WGET_URL="http://pciids.sourceforge.net/v2.2/pci.ids"
17.1 --- a/pcmciautils/receipt Thu Oct 17 18:09:17 2013 +0000 17.2 +++ b/pcmciautils/receipt Fri Oct 18 19:43:55 2013 +0000 17.3 @@ -5,13 +5,15 @@ 17.4 CATEGORY="system-tools" 17.5 SHORT_DESC="Utils to use with PCMCIA cards" 17.6 MAINTAINER="pankso@slitaz.org" 17.7 -DEPENDS="linux sysfsutils udev" 17.8 -BUILD_DEPENDS="sysfsutils-dev bison flex" 17.9 +LICENSE="GPL2" 17.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 17.11 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" 17.12 #WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/$TARBALL" 17.13 WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/kernel/pcmcia/$TARBALL" 17.14 17.15 +DEPENDS="linux sysfsutils udev" 17.16 +BUILD_DEPENDS="sysfsutils-dev bison flex" 17.17 + 17.18 # Rules to configure and make the package. 17.19 compile_rules() 17.20 {
18.1 --- a/pcre-dev/receipt Thu Oct 17 18:09:17 2013 +0000 18.2 +++ b/pcre-dev/receipt Fri Oct 18 19:43:55 2013 +0000 18.3 @@ -5,11 +5,13 @@ 18.4 CATEGORY="development" 18.5 SHORT_DESC="Perl Compatible Regular Expressions devel files." 18.6 MAINTAINER="pankso@slitaz.org" 18.7 -DEPENDS="pcre" 18.8 +LICENSE="BSD" 18.9 WANTED="pcre" 18.10 WEB_SITE="http://www.pcre.org/" 18.11 HOST_ARCH="i486 arm" 18.12 18.13 +DEPENDS="pcre" 18.14 + 18.15 # Rules to gen a SliTaz package suitable for Tazpkg. 18.16 genpkg_rules() 18.17 {
19.1 --- a/pcre/receipt Thu Oct 17 18:09:17 2013 +0000 19.2 +++ b/pcre/receipt Fri Oct 18 19:43:55 2013 +0000 19.3 @@ -5,6 +5,7 @@ 19.4 CATEGORY="system-tools" 19.5 SHORT_DESC="Perl Compatible Regular Expressions." 19.6 MAINTAINER="pankso@slitaz.org" 19.7 +LICENSE="BSD" 19.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 19.9 WEB_SITE="http://www.pcre.org/" 19.10 WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL"
20.1 --- a/pcsc-lite-dev/receipt Thu Oct 17 18:09:17 2013 +0000 20.2 +++ b/pcsc-lite-dev/receipt Fri Oct 18 19:43:55 2013 +0000 20.3 @@ -5,8 +5,10 @@ 20.4 CATEGORY="development" 20.5 SHORT_DESC="SCard interface for communicating to smart cards and readers, developement files" 20.6 MAINTAINER="pascal.bellard@slitaz.org" 20.7 +LICENSE="BSD" 20.8 WEB_SITE="http://pcsclite.alioth.debian.org/" 20.9 WANTED="pcsc-lite" 20.10 + 20.11 DEPENDS="pcsc-lite" 20.12 20.13 # Rules to gen a SliTaz package suitable for Tazpkg.
21.1 --- a/pcsc-lite/receipt Thu Oct 17 18:09:17 2013 +0000 21.2 +++ b/pcsc-lite/receipt Fri Oct 18 19:43:55 2013 +0000 21.3 @@ -5,6 +5,7 @@ 21.4 CATEGORY="base-system" 21.5 SHORT_DESC="SCard interface for communicating to smart cards and readers." 21.6 MAINTAINER="pascal.bellard@slitaz.org" 21.7 +LICENSE="BSD" 21.8 WEB_SITE="http://pcsclite.alioth.debian.org/" 21.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 21.10 WGET_URL="https://alioth.debian.org/frs/download.php/3741/$TARBALL"
22.1 --- a/pcsc-tools/receipt Thu Oct 17 18:09:17 2013 +0000 22.2 +++ b/pcsc-tools/receipt Fri Oct 18 19:43:55 2013 +0000 22.3 @@ -5,6 +5,7 @@ 22.4 CATEGORY="system-tools" 22.5 SHORT_DESC="PC/SC Architecture smartcard tools." 22.6 MAINTAINER="pankso@slitaz.org" 22.7 +LICENSE="GPL2" 22.8 WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/" 22.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 22.10 WGET_URL="http://ludovic.rousseau.free.fr/softwares/$PACKAGE/$TARBALL"
23.1 --- a/pekwm/receipt Thu Oct 17 18:09:17 2013 +0000 23.2 +++ b/pekwm/receipt Fri Oct 18 19:43:55 2013 +0000 23.3 @@ -5,13 +5,15 @@ 23.4 CATEGORY="x-window" 23.5 SHORT_DESC="Very light, configurable and themable window manager for X." 23.6 MAINTAINER="jozee@slitaz.org" 23.7 -DEPENDS="xorg-libX11 xorg-libXinerama xorg-libXft xorg-libXrandr xorg-libXpm" 23.8 -BUILD_DEPENDS="xorg-dev xorg-dev-proto zlib-dev" 23.9 +LICENSE="GPL2" 23.10 SUGGESTED="hsetroot tint2 lxpanel wbar xorg-xprop xorg-xev xdotool wmctrl" 23.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 23.12 WEB_SITE="http://www.pekwm.org/projects/pekwm" 23.13 WGET_URL="$WEB_SITE/files/$TARBALL" 23.14 23.15 +DEPENDS="xorg-libX11 xorg-libXinerama xorg-libXft xorg-libXrandr xorg-libXpm" 23.16 +BUILD_DEPENDS="xorg-dev xorg-dev-proto zlib-dev" 23.17 + 23.18 # Rules to configure and make the package. 23.19 compile_rules() 23.20 { 23.21 @@ -25,9 +27,9 @@ 23.22 genpkg_rules() 23.23 { 23.24 mkdir -p $fs/usr/bin $fs/usr/share/pekwm $fs/etc 23.25 - cp -a $_pkg/usr/bin $fs/usr 23.26 - cp -a $_pkg/usr/share/pekwm $fs/usr/share 23.27 - cp -a $_pkg/etc $fs 23.28 + cp -a $install/usr/bin $fs/usr 23.29 + cp -a $install/usr/share/pekwm $fs/usr/share 23.30 + cp -a $install/etc $fs 23.31 # Custom configuration files and scripts 23.32 cp -a $stuff/etc $fs 23.33 cp -a $stuff/scripts $fs/usr/share/pekwm
24.1 --- a/pgadmin/receipt Thu Oct 17 18:09:17 2013 +0000 24.2 +++ b/pgadmin/receipt Fri Oct 18 19:43:55 2013 +0000 24.3 @@ -5,13 +5,15 @@ 24.4 CATEGORY="utilities" 24.5 SHORT_DESC="PostgreSQL administration an management tools" 24.6 MAINTAINER="erjo@slitaz.org" 24.7 -DEPENDS="postgresql wxWidgets gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm" 24.8 -BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev wxWidgets-dev" 24.9 +LICENSE="BSD" 24.10 SOURCE="pgadmin3" 24.11 TARBALL="$SOURCE-$VERSION.tar.gz" 24.12 WEB_SITE="http://www.pgadmin.org" 24.13 WGET_URL="ftp://ftp.ch.postgresql.org/mirror/postgresql/pgadmin3/release/v$VERSION/src/$TARBALL" 24.14 24.15 +DEPENDS="postgresql wxWidgets gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm" 24.16 +BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev wxWidgets-dev" 24.17 + 24.18 # Rules to configure and make the package. 24.19 compile_rules() 24.20 { 24.21 @@ -21,7 +23,7 @@ 24.22 --infodir=/usr/share/info \ 24.23 --mandir=/usr/share/man \ 24.24 $CONFIGURE_ARGS && 24.25 - make && make DESTDIR=$PWD/_pkg install 24.26 + make && make DESTDIR=$DESTDIR install 24.27 } 24.28 24.29 # Rules to gen a SliTaz package suitable for Tazpkg. 24.30 @@ -29,11 +31,11 @@ 24.31 { 24.32 mkdir -p $fs/usr/share/pgadmin3/i18n 24.33 24.34 - cp -a $_pkg/usr/bin $fs/usr 24.35 - cp -a $_pkg/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3 24.36 - cp -a $_pkg/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3 24.37 - cp -a $_pkg/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n 24.38 - cp -a $_pkg/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n 24.39 + cp -a $install/usr/bin $fs/usr 24.40 + cp -a $install/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3 24.41 + cp -a $install/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3 24.42 + cp -a $install/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n 24.43 + cp -a $install/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n 24.44 24.45 cp -a stuff/applications $fs/usr/share 24.46 cp -a stuff/icons $fs/usr/share
25.1 --- a/php-auth-sasl/receipt Thu Oct 17 18:09:17 2013 +0000 25.2 +++ b/php-auth-sasl/receipt Fri Oct 18 19:43:55 2013 +0000 25.3 @@ -5,10 +5,12 @@ 25.4 CATEGORY="development" 25.5 SHORT_DESC="Abstraction of various SASL mechanism responses for php." 25.6 MAINTAINER="pascal.bellard@slitaz.org" 25.7 +LICENSE="BSD" 25.8 WEB_SITE="http://pear.php.net/" 25.9 SOURCE="Auth_SASL" 25.10 TARBALL="$SOURCE-$VERSION.tgz" 25.11 WGET_URL="http://download.pear.php.net/package/$TARBALL" 25.12 + 25.13 DEPENDS="php-pear" 25.14 BUILD_DEPENDS="php-pear php-cli" 25.15 25.16 @@ -24,7 +26,7 @@ 25.17 # Rules to gen a SliTaz package suitable for Tazpkg. 25.18 genpkg_rules() 25.19 { 25.20 - cp -a $_pkg/usr $fs 25.21 + cp -a $install/usr $fs 25.22 rm -rf $fs/usr/share/php/.channels $fs/usr/share/php/.registry/.c* 25.23 rm -rf $fs/usr/share/php/.f* $fs/usr/share/php/.l* 25.24 rm -rf $fs/usr/share/php/.dep*
26.1 --- a/physfs-dev/receipt Thu Oct 17 18:09:17 2013 +0000 26.2 +++ b/physfs-dev/receipt Fri Oct 18 19:43:55 2013 +0000 26.3 @@ -5,6 +5,7 @@ 26.4 CATEGORY="development" 26.5 SHORT_DESC="Abstraction layer for filesystem and archive access" 26.6 MAINTAINER="devl547@gmail.com" 26.7 +LICENSE="LGPL" 26.8 WANTED="physfs" 26.9 WEB_SITE="http://icculus.org/physfs/" 26.10 26.11 @@ -12,6 +13,6 @@ 26.12 genpkg_rules() 26.13 { 26.14 mkdir -p $fs/usr/lib 26.15 - cp -a $_pkg/usr/include $fs/usr 26.16 - cp $_pkg/usr/lib/*.a $fs/usr/lib 26.17 + cp -a $install/usr/include $fs/usr 26.18 + cp $install/usr/lib/*.a $fs/usr/lib 26.19 }
27.1 --- a/physfs/receipt Thu Oct 17 18:09:17 2013 +0000 27.2 +++ b/physfs/receipt Fri Oct 18 19:43:55 2013 +0000 27.3 @@ -5,6 +5,7 @@ 27.4 CATEGORY="development" 27.5 SHORT_DESC="Abstraction layer for filesystem and archive access" 27.6 MAINTAINER="devl547@gmail.com" 27.7 +LICENSE="LGPL" 27.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 27.9 WEB_SITE="http://icculus.org/physfs/" 27.10 WGET_URL="http://icculus.org/physfs/downloads/$TARBALL"
28.1 --- a/pm-utils/receipt Thu Oct 17 18:09:17 2013 +0000 28.2 +++ b/pm-utils/receipt Fri Oct 18 19:43:55 2013 +0000 28.3 @@ -5,13 +5,15 @@ 28.4 CATEGORY="system-tools" 28.5 SHORT_DESC="Collection of scripts that handle suspend and resume." 28.6 MAINTAINER="domcox@slitaz.org" 28.7 -DEPENDS="bash kbd" 28.8 +LICENSE="GPL2" 28.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 28.10 WEB_SITE="http://pm-utils.freedesktop.org/" 28.11 WGET_URL="http://pm-utils.freedesktop.org/releases/$TARBALL" 28.12 CONFIG_FILES="/etc/pm" 28.13 TAGS="power-management" 28.14 28.15 +DEPENDS="bash kbd" 28.16 + 28.17 # Rules to configure and make the package. 28.18 compile_rules() 28.19 { 28.20 @@ -30,7 +32,7 @@ 28.21 --sysconfdir=/etc \ 28.22 $CONFIGURE_ARGS && 28.23 make && 28.24 - make DESTDIR=$PWD/_pkg install 28.25 + make DESTDIR=$DESTDIR install 28.26 } 28.27 28.28 # Rules to gen a SliTaz package suitable for Tazpkg. 28.29 @@ -38,13 +40,13 @@ 28.30 { 28.31 # main 28.32 mkdir -p $fs/usr/lib 28.33 - cp -a $_pkg/usr/bin $fs/usr 28.34 - cp -a $_pkg/usr/sbin $fs/usr 28.35 - cp -a $_pkg/usr/lib/pm-utils $fs/usr/lib 28.36 + cp -a $install/usr/bin $fs/usr 28.37 + cp -a $install/usr/sbin $fs/usr 28.38 + cp -a $install/usr/lib/pm-utils $fs/usr/lib 28.39 28.40 # sysconfig 28.41 mkdir -p $fs/etc 28.42 - cp -a $_pkg/etc/pm $fs/etc 28.43 + cp -a $install/etc/pm $fs/etc 28.44 28.45 # remove incompatible hooks 28.46 echo "remove incompatible hooks"
29.1 --- a/pmail/receipt Thu Oct 17 18:09:17 2013 +0000 29.2 +++ b/pmail/receipt Fri Oct 18 19:43:55 2013 +0000 29.3 @@ -5,6 +5,7 @@ 29.4 CATEGORY="network" 29.5 SHORT_DESC="Mail transfer client based on the protocols of POP3 and SMTP." 29.6 MAINTAINER="pascal.bellard@slitaz.org" 29.7 +LICENSE="GPL2" 29.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 29.9 WEB_SITE="http://www.ibiblio.org/pub/Linux/system/mail/pop/" 29.10 WGET_URL="${WEB_SITE}$TARBALL" 29.11 @@ -13,20 +14,20 @@ 29.12 compile_rules() 29.13 { 29.14 cd $src 29.15 - sed -i -e 's|BINDIR = @prefix@/bin|BINDIR = _pkg/usr/bin|' \ 29.16 - -e 's|MANDIR = @prefix@/man/man1|MANDIR = _pkg/usr/man/man1|' \ 29.17 + sed -i -e "s|BINDIR = @prefix@/bin|BINDIR = $DESTDIR/usr/bin|" \ 29.18 + -e "s|MANDIR = @prefix@/man/man1|MANDIR = $DESTDIR/usr/man/man1|" \ 29.19 Makefile.in 29.20 - mkdir -p _pkg/usr/bin _pkg/usr/man/man1 29.21 + mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/man/man1 29.22 ./configure --prefix=/usr --infodir=/usr/share/info \ 29.23 --mandir=/usr/share/man $CONFIGURE_ARGS && 29.24 make -j 1 && 29.25 - make DESTDIR=$PWD/_pkg install 29.26 + make DESTDIR=$DESTDIR install 29.27 } 29.28 29.29 # Rules to gen a SliTaz package suitable for Tazpkg. 29.30 genpkg_rules() 29.31 { 29.32 mkdir -p $fs/usr 29.33 - cp -a $_pkg/usr/bin $fs/usr 29.34 + cp -a $install/usr/bin $fs/usr 29.35 } 29.36
30.1 --- a/pngcrush/receipt Thu Oct 17 18:09:17 2013 +0000 30.2 +++ b/pngcrush/receipt Fri Oct 18 19:43:55 2013 +0000 30.3 @@ -5,7 +5,7 @@ 30.4 CATEGORY="utilities" 30.5 SHORT_DESC="PNG optimizer" 30.6 MAINTAINER="mimas@slitaz.org" 30.7 -DEPENDS="" 30.8 +LICENSE="zlib/libpng" 30.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 30.10 WEB_SITE="http://pmt.sourceforge.net/pngcrush/" 30.11 WGET_URL="$SF_MIRROR/pmt/$TARBALL" 30.12 @@ -16,14 +16,14 @@ 30.13 cd $src 30.14 make 30.15 30.16 - mkdir -p $PWD/_pkg/usr/bin 30.17 - install -m755 pngcrush $PWD/_pkg/usr/bin/ 30.18 + mkdir -p $DESTDIR/usr/bin 30.19 + install -m755 pngcrush $DESTDIR/usr/bin/ 30.20 } 30.21 30.22 # Rules to gen a SliTaz package suitable for Tazpkg. 30.23 genpkg_rules() 30.24 { 30.25 mkdir -p $fs/usr 30.26 - cp -a $_pkg/usr/bin $fs/usr 30.27 + cp -a $install/usr/bin $fs/usr 30.28 } 30.29
31.1 --- a/pnm2ppa/receipt Thu Oct 17 18:09:17 2013 +0000 31.2 +++ b/pnm2ppa/receipt Fri Oct 18 19:43:55 2013 +0000 31.3 @@ -5,18 +5,20 @@ 31.4 CATEGORY="system-tools" 31.5 SHORT_DESC="Ghostscript print filter and color driver for some HP DeskJet printers" 31.6 MAINTAINER="jozee@slitaz.org" 31.7 -DEPENDS="ghostscript cups foomatic-filters" 31.8 -BUILD_DEPENDS="ghostscript-dev" 31.9 +LICENSE="GPL2" 31.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 31.11 WEB_SITE="http://pnm2ppa.sourceforge.net/" 31.12 WGET_URL="http://downloads.sourceforge.net/pnm2ppa/$TARBALL" 31.13 -#http://downloads.sourceforge.net/pnm2ppa/pnm2ppa-1.12.tar.gz 31.14 + 31.15 +DEPENDS="ghostscript cups foomatic-filters" 31.16 +BUILD_DEPENDS="ghostscript-dev" 31.17 + 31.18 # Rules to configure and make the package. 31.19 compile_rules() 31.20 { 31.21 cd $src 31.22 make BINDIR="/usr/bin" CONFDIR="/etc" && 31.23 - make BINDIR=$PWD/_pkg/usr/bin CONFDIR=$PWD/_pkg/etc install 31.24 + make BINDIR=$DESTDIR/usr/bin CONFDIR=$DESTDIR/etc install 31.25 31.26 } 31.27 31.28 @@ -25,8 +27,8 @@ 31.29 { 31.30 mkdir -p $fs/usr/share 31.31 31.32 - cp -a $_pkg/etc $fs 31.33 - cp -a $_pkg/usr/bin $fs/usr 31.34 + cp -a $install/etc $fs 31.35 + cp -a $install/usr/bin $fs/usr 31.36 31.37 # Still needs ppd file download for the specific printer from 31.38 # http://www.linuxprinting.org/show_driver.cgi?driver=pnm2ppa&fromprinter=HP-DeskJet_710C
32.1 --- a/poedit/receipt Thu Oct 17 18:09:17 2013 +0000 32.2 +++ b/poedit/receipt Fri Oct 18 19:43:55 2013 +0000 32.3 @@ -5,12 +5,14 @@ 32.4 CATEGORY="development" 32.5 SHORT_DESC="Editor for i18n po files." 32.6 MAINTAINER="pankso@slitaz.org" 32.7 +LICENSE="MIT" 32.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 32.9 +WEB_SITE="http://www.poedit.net/" 32.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 32.11 + 32.12 DEPENDS="xorg wxWidgets pango gettext libdb xorg-libXdamage xorg-libXxf86vm \ 32.13 gtkspell" 32.14 BUILD_DEPENDS="wxWidgets-dev gettext" 32.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 32.16 -WEB_SITE="http://www.poedit.net/" 32.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 32.18 32.19 # Rules to configure and make the package. 32.20 compile_rules() 32.21 @@ -19,16 +21,16 @@ 32.22 ./configure --prefix=/usr --infodir=/usr/share/info \ 32.23 --mandir=/usr/share/man $CONFIGURE_ARGS && 32.24 make && 32.25 - make DESTDIR=$PWD/_pkg install 32.26 + make DESTDIR=$DESTDIR install 32.27 } 32.28 32.29 # Rules to gen a SliTaz package suitable for Tazpkg. 32.30 genpkg_rules() 32.31 { 32.32 mkdir -p $fs/usr/share/locale 32.33 - cp -a $_pkg/usr/bin $fs/usr 32.34 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 32.35 - cp -a $_pkg/usr/share/poedit $fs/usr/share 32.36 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 32.37 + cp -a $install/usr/bin $fs/usr 32.38 + cp -a $install/usr/share/pixmaps $fs/usr/share 32.39 + cp -a $install/usr/share/poedit $fs/usr/share 32.40 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 32.41 } 32.42
33.1 --- a/polipo/receipt Thu Oct 17 18:09:17 2013 +0000 33.2 +++ b/polipo/receipt Fri Oct 18 19:43:55 2013 +0000 33.3 @@ -5,12 +5,14 @@ 33.4 CATEGORY="network" 33.5 SHORT_DESC="Small and fast caching web proxy." 33.6 MAINTAINER="paul@slitaz.org" 33.7 -DEPENDS="" 33.8 -BUILD_DEPENDS="texinfo" 33.9 +LICENSE="MIT" 33.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 33.11 WEB_SITE="http://www.pps.jussieu.fr/~jch/software/polipo/" 33.12 WGET_URL="http://freehaven.net/~chrisd/polipo/$TARBALL" 33.13 33.14 +DEPENDS="" 33.15 +BUILD_DEPENDS="texinfo" 33.16 + 33.17 # Rules to configure and make the package. 33.18 compile_rules() 33.19 {
34.1 --- a/popt-dev/receipt Thu Oct 17 18:09:17 2013 +0000 34.2 +++ b/popt-dev/receipt Fri Oct 18 19:43:55 2013 +0000 34.3 @@ -5,6 +5,7 @@ 34.4 CATEGORY="development" 34.5 SHORT_DESC="Library for parsing command line options devel files." 34.6 MAINTAINER="pankso@slitaz.org" 34.7 +LICENSE="MIT" 34.8 WANTED="popt" 34.9 WEB_SITE="http://directory.fsf.org/project/popt/" 34.10 34.11 @@ -12,7 +13,7 @@ 34.12 genpkg_rules() 34.13 { 34.14 mkdir -p $fs/usr/lib 34.15 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 34.16 - cp -a $_pkg/usr/include $fs/usr 34.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 34.18 + cp -a $install/usr/lib/*.*a $fs/usr/lib 34.19 + cp -a $install/usr/include $fs/usr 34.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 34.21 }
35.1 --- a/popt/receipt Thu Oct 17 18:09:17 2013 +0000 35.2 +++ b/popt/receipt Fri Oct 18 19:43:55 2013 +0000 35.3 @@ -5,6 +5,7 @@ 35.4 CATEGORY="system-tools" 35.5 SHORT_DESC="Library for parsing command line options." 35.6 MAINTAINER="pankso@slitaz.org" 35.7 +LICENSE="MIT" 35.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 35.9 WEB_SITE="http://rpm5.org/" 35.10 WGET_URL="${WEB_SITE}files/$PACKAGE/$TARBALL" 35.11 @@ -19,12 +20,12 @@ 35.12 --mandir=/usr/share/man \ 35.13 $CONFIGURE_ARGS && 35.14 make && 35.15 - make DESTDIR=$PWD/_pkg install 35.16 + make DESTDIR=$DESTDIR install 35.17 } 35.18 35.19 # Rules to gen a SliTaz package suitable for Tazpkg. 35.20 genpkg_rules() 35.21 { 35.22 mkdir -p $fs/usr/lib 35.23 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 35.24 + cp -a $install/usr/lib/*.so* $fs/usr/lib 35.25 }
36.1 --- a/poptop-man/receipt Thu Oct 17 18:09:17 2013 +0000 36.2 +++ b/poptop-man/receipt Fri Oct 18 19:43:55 2013 +0000 36.3 @@ -5,6 +5,7 @@ 36.4 CATEGORY="network" 36.5 SHORT_DESC="PPTP server man pages." 36.6 MAINTAINER="pascal.bellard@slitaz.org" 36.7 +LICENSE="GPL2" 36.8 WEB_SITE="http://www.poptop.org/" 36.9 WANTED="poptop" 36.10 SOURCE="pptpd" 36.11 @@ -13,6 +14,6 @@ 36.12 genpkg_rules() 36.13 { 36.14 mkdir -p $fs/usr/ 36.15 - cp -a $_pkg/usr/share $fs/usr/ 36.16 + cp -a $install/usr/share $fs/usr/ 36.17 } 36.18
37.1 --- a/portaudio-dev/receipt Thu Oct 17 18:09:17 2013 +0000 37.2 +++ b/portaudio-dev/receipt Fri Oct 18 19:43:55 2013 +0000 37.3 @@ -5,16 +5,18 @@ 37.4 CATEGORY="development" 37.5 SHORT_DESC="Portaudio dev files." 37.6 MAINTAINER="erjo@slitaz.org" 37.7 -DEPENDS="portaudio" 37.8 +LICENSE="CC-SA" 37.9 SOURCE="pa_stable" 37.10 WEB_SITE="http://www.portaudio.com/" 37.11 WANTED="portaudio" 37.12 37.13 +DEPENDS="portaudio" 37.14 + 37.15 # Rules to gen a SliTaz package suitable for Tazpkg. 37.16 genpkg_rules() 37.17 { 37.18 mkdir -p $fs/usr/lib 37.19 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 37.20 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 37.21 - cp -a $_pkg/usr/include $fs/usr 37.22 + cp -a $install/usr/lib/*.*a $fs/usr/lib 37.23 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 37.24 + cp -a $install/usr/include $fs/usr 37.25 }
38.1 --- a/portaudio/receipt Thu Oct 17 18:09:17 2013 +0000 38.2 +++ b/portaudio/receipt Fri Oct 18 19:43:55 2013 +0000 38.3 @@ -5,13 +5,15 @@ 38.4 CATEGORY="system-tools" 38.5 SHORT_DESC="A portable cross-platform audio API" 38.6 MAINTAINER="erjo@slitaz.org" 38.7 -DEPENDS="alsa-lib jack-audio-connection-kit" 38.8 -BUILD_DEPENDS="alsa-lib-dev jack-audio-connection-kit-dev" 38.9 +LICENSE="CC-SA" 38.10 SOURCE="pa_stable" 38.11 TARBALL="${SOURCE}_${VERSION}.tgz" 38.12 WEB_SITE="http://www.portaudio.com/" 38.13 WGET_URL="http://www.portaudio.com/archives/$TARBALL" 38.14 38.15 +DEPENDS="alsa-lib jack-audio-connection-kit" 38.16 +BUILD_DEPENDS="alsa-lib-dev jack-audio-connection-kit-dev" 38.17 + 38.18 # Rules to configure and make the package. 38.19 compile_rules() 38.20 { 38.21 @@ -20,12 +22,12 @@ 38.22 --infodir=/usr/share/info \ 38.23 --mandir=/usr/share/man $CONFIGURE_ARGS && 38.24 make && 38.25 - make DESTDIR=$PWD/_pkg install 38.26 + make DESTDIR=$DESTDIR install 38.27 } 38.28 38.29 # Rules to gen a SliTaz package suitable for Tazpkg. 38.30 genpkg_rules() 38.31 { 38.32 mkdir -p $fs/usr/lib 38.33 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 38.34 + cp -a $install/usr/lib/*.so* $fs/usr/lib 38.35 }
39.1 --- a/posixovl/receipt Thu Oct 17 18:09:17 2013 +0000 39.2 +++ b/posixovl/receipt Fri Oct 18 19:43:55 2013 +0000 39.3 @@ -5,6 +5,7 @@ 39.4 CATEGORY="system-tools" 39.5 SHORT_DESC="A modern equivalent of the UMSDOS." 39.6 MAINTAINER="pascal.bellard@slitaz.org" 39.7 +LICENSE="GPL2" 39.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 39.9 WEB_SITE="http://$PACKAGE.sourceforge.net/" 39.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
40.1 --- a/postfix-mysql/receipt Thu Oct 17 18:09:17 2013 +0000 40.2 +++ b/postfix-mysql/receipt Fri Oct 18 19:43:55 2013 +0000 40.3 @@ -5,9 +5,11 @@ 40.4 CATEGORY="network" 40.5 SHORT_DESC="MySQL support for Postfix." 40.6 MAINTAINER="erjo@slitaz.org" 40.7 +LICENSE="other" 40.8 WEB_SITE="http://www.postfix.org/" 40.9 +WANTED="postfix" 40.10 + 40.11 DEPENDS="postfix libmysqlclient" 40.12 -WANTED="postfix" 40.13 40.14 # Rules to gen a SliTaz package suitable for Tazpkg. 40.15 genpkg_rules()
41.1 --- a/postfix/receipt Thu Oct 17 18:09:17 2013 +0000 41.2 +++ b/postfix/receipt Fri Oct 18 19:43:55 2013 +0000 41.3 @@ -5,6 +5,7 @@ 41.4 CATEGORY="network" 41.5 SHORT_DESC="fast, easy to administer, and secure mailer." 41.6 MAINTAINER="pascal.bellard@slitaz.org" 41.7 +LICENSE="other" 41.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 41.9 WEB_SITE="http://www.postfix.org/" 41.10 WGET_URL="ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/$TARBALL"
42.1 --- a/postfixadmin/receipt Thu Oct 17 18:09:17 2013 +0000 42.2 +++ b/postfixadmin/receipt Fri Oct 18 19:43:55 2013 +0000 42.3 @@ -5,6 +5,7 @@ 42.4 CATEGORY="network" 42.5 SHORT_DESC="Postfix web administration." 42.6 MAINTAINER="pascal.bellard@slitaz.org" 42.7 +LICENSE="GPL" 42.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 42.9 WEB_SITE="http://postfixadmin.sourceforge.net/" 42.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
43.1 --- a/postgresql-client/receipt Thu Oct 17 18:09:17 2013 +0000 43.2 +++ b/postgresql-client/receipt Fri Oct 18 19:43:55 2013 +0000 43.3 @@ -5,11 +5,13 @@ 43.4 CATEGORY="misc" 43.5 SHORT_DESC="SQL database system client files." 43.6 MAINTAINER="pascal.bellard@slitaz.org" 43.7 +LICENSE="BSD" 43.8 WEB_SITE="http://www.postgresql.org/" 43.9 -DEPENDS="libpostgresqlclient zlib ncurses readline" 43.10 WANTED="postgresql" 43.11 PROVIDE="mysql_or_postgresql" 43.12 43.13 +DEPENDS="libpostgresqlclient zlib ncurses readline" 43.14 + 43.15 # Rules to gen a SliTaz package suitable for Tazpkg. 43.16 genpkg_rules() 43.17 {
44.1 --- a/postgresql-dev/receipt Thu Oct 17 18:09:17 2013 +0000 44.2 +++ b/postgresql-dev/receipt Fri Oct 18 19:43:55 2013 +0000 44.3 @@ -5,10 +5,12 @@ 44.4 CATEGORY="development" 44.5 SHORT_DESC="SQL database system development files" 44.6 MAINTAINER="pascal.bellard@slitaz.org" 44.7 -DEPENDS="postgresql" 44.8 +LICENSE="BSD" 44.9 WEB_SITE="http://www.postgresql.org/" 44.10 WANTED="postgresql" 44.11 44.12 +DEPENDS="postgresql" 44.13 + 44.14 # Rules to gen a SliTaz package suitable for Tazpkg. 44.15 genpkg_rules() 44.16 {
45.1 --- a/postgresql-doc/receipt Thu Oct 17 18:09:17 2013 +0000 45.2 +++ b/postgresql-doc/receipt Fri Oct 18 19:43:55 2013 +0000 45.3 @@ -5,6 +5,7 @@ 45.4 CATEGORY="development" 45.5 SHORT_DESC="SQL database system documentation" 45.6 MAINTAINER="pascal.bellard@slitaz.org" 45.7 +LICENSE="BSD" 45.8 WEB_SITE="http://www.postgresql.org/" 45.9 WANTED="postgresql" 45.10
46.1 --- a/postgresql/receipt Thu Oct 17 18:09:17 2013 +0000 46.2 +++ b/postgresql/receipt Fri Oct 18 19:43:55 2013 +0000 46.3 @@ -5,6 +5,7 @@ 46.4 CATEGORY="misc" 46.5 SHORT_DESC="SQL database system." 46.6 MAINTAINER="pascal.bellard@slitaz.org" 46.7 +LICENSE="BSD" 46.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 46.9 WEB_SITE="http://www.postgresql.org/" 46.10 WGET_URL="ftp://ftp.postgresql.org/pub/source/v$VERSION/$TARBALL"
47.1 --- a/postgrey/receipt Thu Oct 17 18:09:17 2013 +0000 47.2 +++ b/postgrey/receipt Fri Oct 18 19:43:55 2013 +0000 47.3 @@ -5,13 +5,14 @@ 47.4 CATEGORY="network" 47.5 SHORT_DESC="Postfix policy server implementing greylisting." 47.6 MAINTAINER="pascal.bellard@slitaz.org" 47.7 +LICENSE="GPL2" 47.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 47.9 WEB_SITE="http://postgrey.schweikert.ch/" 47.10 WGET_URL="$WEB_SITE/pub/$TARBALL" 47.11 CONFIG_FILES="/etc/postgrey" 47.12 + 47.13 DEPENDS="postfix perl db perl-net-server perl-io-multiplex perl-berkeleydb" 47.14 47.15 - 47.16 # Rules to gen a SliTaz package suitable for Tazpkg. 47.17 genpkg_rules() 47.18 {
48.1 --- a/printoxx/receipt Thu Oct 17 18:09:17 2013 +0000 48.2 +++ b/printoxx/receipt Fri Oct 18 19:43:55 2013 +0000 48.3 @@ -5,20 +5,22 @@ 48.4 CATEGORY="graphics" 48.5 SHORT_DESC="fotoxx plugin for printing one or more image files with a user-defined page layout" 48.6 MAINTAINER="gokhlayeh@slitaz.org" 48.7 -DEPENDS="gtk+ " 48.8 -BUILD_DEPENDS="gtk+-dev" 48.9 +LICENSE="GPL3" 48.10 SUGGESTED="fotoxx" 48.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 48.12 WEB_SITE="http://kornelix.squarespace.com/printoxx" 48.13 WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL" 48.14 TAGS="print images jpeg jpg bmp png gif" 48.15 48.16 +DEPENDS="gtk+ " 48.17 +BUILD_DEPENDS="gtk+-dev" 48.18 + 48.19 # Rules to configure and make the package. 48.20 compile_rules() 48.21 { 48.22 cd $src 48.23 export PREFIX=/usr make 48.24 - make DESTDIR=$PWD/_pkg install 48.25 + make DESTDIR=$DESTDIR install 48.26 48.27 } 48.28 48.29 @@ -26,9 +28,9 @@ 48.30 genpkg_rules() 48.31 { 48.32 mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales $fs/usr/share/applications 48.33 - cp -a $_pkg/usr/bin $fs/usr 48.34 - cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE 48.35 + cp -a $install/usr/bin $fs/usr 48.36 + cp -a $install/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE 48.37 #non-standard local path 48.38 - cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/ 48.39 + cp -a $install/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/ 48.40 cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications 48.41 } 48.42 \ No newline at end of file
49.1 --- a/privoxy/receipt Thu Oct 17 18:09:17 2013 +0000 49.2 +++ b/privoxy/receipt Fri Oct 18 19:43:55 2013 +0000 49.3 @@ -5,12 +5,14 @@ 49.4 CATEGORY="network" 49.5 SHORT_DESC="Non-caching web privacy proxy." 49.6 MAINTAINER="paul@slitaz.org" 49.7 -DEPENDS="zlib pcre" 49.8 -BUILD_DEPENDS="zlib-dev autoconf perl m4 coreutils" 49.9 +LICENSE="GPL2" 49.10 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 49.11 WEB_SITE="http://www.privoxy.org/" 49.12 WGET_URL="http://downloads.sourceforge.net/ijbswa/$TARBALL" 49.13 49.14 +DEPENDS="zlib pcre" 49.15 +BUILD_DEPENDS="zlib-dev autoconf perl m4 coreutils" 49.16 + 49.17 # Rules to configure and make the package. 49.18 compile_rules() 49.19 { 49.20 @@ -31,16 +33,16 @@ 49.21 --mandir=/usr/share/man \ 49.22 --localstatedir=/var \ 49.23 $CONFIGURE_ARGS && 49.24 - make && make DESTDIR=$PWD/_pkg install 49.25 + make && make DESTDIR=$DESTDIR install 49.26 } 49.27 49.28 # Rules to gen a SliTaz package suitable for Tazpkg. 49.29 genpkg_rules() 49.30 { 49.31 mkdir -p $fs/etc/init.d $fs/usr 49.32 - cp -a $_pkg/usr/sbin $fs/usr 49.33 - cp -a $_pkg/var $fs 49.34 - cp -a $_pkg/etc $fs 49.35 + cp -a $install/usr/sbin $fs/usr 49.36 + cp -a $install/var $fs 49.37 + cp -a $install/etc $fs 49.38 49.39 # Copy daemon from stuff 49.40 cp $stuff/daemon-privoxy $fs/etc/init.d/privoxy
50.1 --- a/procmail/receipt Thu Oct 17 18:09:17 2013 +0000 50.2 +++ b/procmail/receipt Fri Oct 18 19:43:55 2013 +0000 50.3 @@ -5,6 +5,7 @@ 50.4 CATEGORY="network" 50.5 SHORT_DESC="mail processing and SmartList mailing list suites." 50.6 MAINTAINER="pascal.bellard@slitaz.org" 50.7 +LICENSE="GPL2" 50.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 50.9 WEB_SITE="http://www.procmail.org/" 50.10 WGET_URL="${WEB_SITE}$TARBALL" 50.11 @@ -16,13 +17,13 @@ 50.12 cd $src 50.13 find -name '*.c' | xargs sed -i 's/getline/get_line/' src/formisc.h 50.14 sed -i 's/exec <_autotst.rrr/cat _autotst.rrr |/' initmake 50.15 - yes '' | make VISIBLE_BINDIR=$PWD/_pkg/usr/bin 50.16 - make BINDIR=$PWD/_pkg/usr/bin install.bin 50.17 + yes '' | make VISIBLE_BINDIR=$DESTDIR/usr/bin 50.18 + make BINDIR=$DESTDIR/usr/bin install.bin 50.19 } 50.20 50.21 # Rules to gen a SliTaz package suitable for Tazpkg. 50.22 genpkg_rules() 50.23 { 50.24 - cp -a $_pkg/usr $fs 50.25 + cp -a $install/usr $fs 50.26 } 50.27
51.1 --- a/procps/receipt Thu Oct 17 18:09:17 2013 +0000 51.2 +++ b/procps/receipt Fri Oct 18 19:43:55 2013 +0000 51.3 @@ -5,12 +5,14 @@ 51.4 CATEGORY="utilities" 51.5 SHORT_DESC="The proc filesystem utilities." 51.6 MAINTAINER="paul@slitaz.org" 51.7 -DEPENDS="ncurses" 51.8 -BUILD_DEPENDS="ncurses-dev" 51.9 +LICENSE="GPL2" 51.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 51.11 WEB_SITE="http://procps.sourceforge.net/" 51.12 WGET_URL="http://procps.sourceforge.net/$TARBALL" 51.13 51.14 +DEPENDS="ncurses" 51.15 +BUILD_DEPENDS="ncurses-dev" 51.16 + 51.17 # Rules to configure and make the package. 51.18 compile_rules() 51.19 { 51.20 @@ -23,10 +25,10 @@ 51.21 genpkg_rules() 51.22 { 51.23 mkdir -p $fs/usr 51.24 - cp -a $_pkg/usr/bin $fs/usr 51.25 - cp -a $_pkg/bin $fs 51.26 - cp -a $_pkg/sbin $fs 51.27 - cp -a $_pkg/lib $fs 51.28 + cp -a $install/usr/bin $fs/usr 51.29 + cp -a $install/bin $fs 51.30 + cp -a $install/sbin $fs 51.31 + cp -a $install/lib $fs 51.32 } 51.33 51.34 # Overlap busybox
52.1 --- a/proj-dev/receipt Thu Oct 17 18:09:17 2013 +0000 52.2 +++ b/proj-dev/receipt Fri Oct 18 19:43:55 2013 +0000 52.3 @@ -5,13 +5,13 @@ 52.4 CATEGORY="misc" 52.5 SHORT_DESC="Proj dev files." 52.6 MAINTAINER="erjo@slitaz.org" 52.7 +LICENSE="MIT" 52.8 WEB_SITE="http://trac.osgeo.org/proj/" 52.9 WANTED="proj" 52.10 52.11 DEPENDS="proj" 52.12 BUILD_DEPENDS="" 52.13 52.14 - 52.15 # Rules to gen a SliTaz package suitable for Tazpkg. 52.16 genpkg_rules() 52.17 { 52.18 @@ -19,5 +19,4 @@ 52.19 52.20 cp -a $install/usr/lib/*.*a $fs/usr/lib 52.21 cp -a $install/usr/include $fs/usr 52.22 - 52.23 }
53.1 --- a/proj/receipt Thu Oct 17 18:09:17 2013 +0000 53.2 +++ b/proj/receipt Fri Oct 18 19:43:55 2013 +0000 53.3 @@ -5,6 +5,7 @@ 53.4 CATEGORY="misc" 53.5 SHORT_DESC="Cartographic Projections Library." 53.6 MAINTAINER="erjo@slitaz.org" 53.7 +LICENSE="MIT" 53.8 WEB_SITE="http://trac.osgeo.org/proj/" 53.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 53.10 WGET_URL="http://download.osgeo.org/proj/$TARBALL"
54.1 --- a/prosody/receipt Thu Oct 17 18:09:17 2013 +0000 54.2 +++ b/prosody/receipt Fri Oct 18 19:43:55 2013 +0000 54.3 @@ -5,12 +5,14 @@ 54.4 CATEGORY="network" 54.5 SHORT_DESC="xmpp-jabber server in lua" 54.6 MAINTAINER="allan316@gmail.com" 54.7 -DEPENDS="lua libidn libssl libcrypto" 54.8 -BUILD_DEPENDS="lua-dev libidn-dev openssl-dev" 54.9 +LICENSE="MIT" 54.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 54.11 WEB_SITE="http://prosody.im" 54.12 WGET_URL="$WEB_SITE/downloads/source/$TARBALL" 54.13 54.14 +DEPENDS="lua libidn libssl libcrypto" 54.15 +BUILD_DEPENDS="lua-dev libidn-dev openssl-dev" 54.16 + 54.17 # Rules to configure and make the package. 54.18 compile_rules() 54.19 { 54.20 @@ -24,9 +26,9 @@ 54.21 genpkg_rules() 54.22 { 54.23 mkdir -p $fs/usr 54.24 - cp -a $_pkg/usr/bin $fs/usr 54.25 - cp -a $_pkg/usr/lib $fs/usr 54.26 - cp -a $_pkg/etc $fs 54.27 - cp -a $_pkg/var $fs 54.28 + cp -a $install/usr/bin $fs/usr 54.29 + cp -a $install/usr/lib $fs/usr 54.30 + cp -a $install/etc $fs 54.31 + cp -a $install/var $fs 54.32 } 54.33
55.1 --- a/protobuf-dev/receipt Thu Oct 17 18:09:17 2013 +0000 55.2 +++ b/protobuf-dev/receipt Fri Oct 18 19:43:55 2013 +0000 55.3 @@ -5,9 +5,11 @@ 55.4 CATEGORY="development" 55.5 SHORT_DESC="Devel files for protobuf." 55.6 MAINTAINER="pankso@slitaz.org" 55.7 +LICENSE="BSD" 55.8 WEB_SITE="http://code.google.com/p/protobuf/" 55.9 +WANTED="protobuf" 55.10 + 55.11 DEPENDS="protobuf" 55.12 -WANTED="protobuf" 55.13 55.14 # Rules to gen a SliTaz package suitable for Tazpkg. 55.15 genpkg_rules()
56.1 --- a/protobuf-python/receipt Thu Oct 17 18:09:17 2013 +0000 56.2 +++ b/protobuf-python/receipt Fri Oct 18 19:43:55 2013 +0000 56.3 @@ -5,6 +5,7 @@ 56.4 CATEGORY="network" 56.5 SHORT_DESC="Encode structured data in an efficient yet extensible format.(python)" 56.6 MAINTAINER="slaxemulator@gmail.com" 56.7 +LICENSE="BSD" 56.8 WEB_SITE="http://code.google.com/p/protobuf/" 56.9 SOURCE="protobuf" 56.10 TARBALL="$SOURCE-$VERSION.tar.bz2"
57.1 --- a/protobuf/receipt Thu Oct 17 18:09:17 2013 +0000 57.2 +++ b/protobuf/receipt Fri Oct 18 19:43:55 2013 +0000 57.3 @@ -5,6 +5,7 @@ 57.4 CATEGORY="network" 57.5 SHORT_DESC="Encode structured data in an efficient yet extensible format." 57.6 MAINTAINER="pankso@slitaz.org" 57.7 +LICENSE="BSD" 57.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 57.9 WEB_SITE="http://code.google.com/p/protobuf/" 57.10 WGET_URL="http://protobuf.googlecode.com/files/$TARBALL"