# HG changeset patch # User Pascal Bellard # Date 1382125435 0 # Node ID 51a1ebbda768f2f2973dd528d9f676c4f289ce65 # Parent efe4d0b688a98654c080e2693b2e072c6006e48b Add some licenses diff -r efe4d0b688a9 -r 51a1ebbda768 libpng-dev/receipt --- a/libpng-dev/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/libpng-dev/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="PNG images library devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="libpng" +LICENSE="zlib/libpng" WANTED="libpng" WEB_SITE="http://libpng.org/pub/png/libpng.html" +DEPENDS="libpng" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r efe4d0b688a9 -r 51a1ebbda768 libpng/receipt --- a/libpng/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/libpng/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="PNG images library." MAINTAINER="pankso@slitaz.org" +LICENSE="zlib/libpng" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libpng.org/pub/png/libpng.html" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r efe4d0b688a9 -r 51a1ebbda768 libpostgresqlclient/receipt --- a/libpostgresqlclient/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/libpostgresqlclient/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="SQL database system libraries." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.postgresql.org/" WANTED="postgresql" diff -r efe4d0b688a9 -r 51a1ebbda768 p0f/receipt --- a/p0f/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/p0f/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="network" SHORT_DESC="passive OS fingerprinting tool" MAINTAINER="slaxemulator@gmail.com" -BUILD_DEPENDS="libpcap-dev" +LICENSE="LGPL" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://lcamtuf.coredump.cx/p0f.shtml" WGET_URL="http://lcamtuf.coredump.cx/p0f${VERSION%.*}/releases/$TARBALL" +BUILD_DEPENDS="libpcap-dev" + # Rules to configure and make the package. compile_rules() { diff -r efe4d0b688a9 -r 51a1ebbda768 p2c/receipt --- a/p2c/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/p2c/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="A Pascal to C translator." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ccrnp.ncifcrf.gov/~toms/p2c/daves.index.html" WGET_URL="http://darkstar.ist.utl.pt/slackware/slackware_source/d/p2c/$TARBALL" +TAGS="pascal" + DEPENDS="perl" -TAGS="pascal" # Rules to configure and make the package. compile_rules() @@ -25,20 +27,20 @@ Makefile grep -q getlinep2c lex.c || sed -i 's/getline/getlinep2c/' * make all p2cc - mkdir -p ../_pkg/usr/lib/p2c ../_pkg/usr/include/p2c ../_pkg/usr/bin - cp p2c p2cc ../_pkg/usr/bin - cp libp2c.a ../_pkg/usr/lib - ranlib ../_pkg/usr/lib/libp2c.a - cp p2c.h ../_pkg/usr/include/p2c + mkdir -p $DESTDIR/usr/lib/p2c $DESTDIR/usr/include/p2c $DESTDIR/usr/bin + cp p2c p2cc $DESTDIR/usr/bin + cp libp2c.a $DESTDIR/usr/lib + ranlib $DESTDIR/usr/lib/libp2c.a + cp p2c.h $DESTDIR/usr/include/p2c cp sys.p2crc loc.p2crc system.imp system.m2 turbo.imp string.pas \ - ../_pkg/usr/lib/p2c - mv ../_pkg/usr/lib/p2c/sys.p2crc ../_pkg/usr/lib/p2c/p2crc + $DESTDIR/usr/lib/p2c + mv $DESTDIR/usr/lib/p2c/sys.p2crc $DESTDIR/usr/lib/p2c/p2crc } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r efe4d0b688a9 -r 51a1ebbda768 p7zip-full/receipt --- a/p7zip-full/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/p7zip-full/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="utilities" SHORT_DESC="A file archiver with a high compression ratio (full version with restricted codecs)" MAINTAINER="milka@konstelacioj.info" +LICENSE="LGPL" TARBALL="${SOURCE}_${VERSION}_src_all.tar.bz2" WEB_SITE="http://p7zip.sourceforge.net/" WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" @@ -22,11 +23,11 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr # Fix pathname in 7z scripts - sed -i -e "s#.*$_pkg#\"#" $fs/usr/bin/7z \ + sed -i -e "s#.*$install#\"#" $fs/usr/bin/7z \ $fs/usr/bin/7za $fs/usr/bin/7zr } diff -r efe4d0b688a9 -r 51a1ebbda768 p7zip/receipt --- a/p7zip/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/p7zip/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A file archiver with a high compression ratio (supports only 7z archives)" MAINTAINER="milka@konstelacioj.info" +LICENSE="LGPL" TARBALL="${PACKAGE}_${VERSION}_src_all.tar.bz2" WEB_SITE="http://p7zip.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r efe4d0b688a9 -r 51a1ebbda768 pam-dev/receipt --- a/pam-dev/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pam-dev/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="Pluggable Authentication Modules, development files." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="pam" +LICENSE="BSD GPL2" WANTED="pam" SOURCE="Linux-PAM" WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/" +DEPENDS="pam" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/lib $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr ln -s security $fs/usr/include/pam } diff -r efe4d0b688a9 -r 51a1ebbda768 pam/receipt --- a/pam/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pam/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Pluggable Authentication Modules." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD GPL2" SOURCE="Linux-PAM" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/" @@ -29,10 +30,10 @@ genpkg_rules() { mkdir -p $fs/lib - cp -a $_pkg/etc $fs - cp -a $_pkg/sbin $fs - cp -a $_pkg/lib/*so* $fs/lib - cp -a $_pkg/lib/security $fs/lib + cp -a $install/etc $fs + cp -a $install/sbin $fs + cp -a $install/lib/*so* $fs/lib + cp -a $install/lib/security $fs/lib rm -f $fs/lib/security/*.la cp -a $stuff/* $fs } diff -r efe4d0b688a9 -r 51a1ebbda768 pam_krb5/receipt --- a/pam_krb5/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pam_krb5/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="system-tools" SHORT_DESC="Kerberos v5 PAM module." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" SOURCE="pam-krb5" TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://www.eyrie.org/~eagle/software/pam-krb5/" WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL" + BUILD_DEPENDS="pam-dev krb5-dev" DEPENDS="pam libkrb5 libcomerr libcomerr3" @@ -25,5 +27,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/lib $fs + cp -a $install/lib $fs } diff -r efe4d0b688a9 -r 51a1ebbda768 pam_ldap/receipt --- a/pam_ldap/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pam_ldap/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="Get and update authenticate from LDAP." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.padl.com/OSS/pam_ldap.html" WGET_URL="http://www.padl.com/download/$TARBALL" + BUILD_DEPENDS="pam-dev perl openldap-dev libldap" DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3" @@ -19,11 +21,11 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && make $MAKEFLAGS && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr/lib $fs + cp -a $install/usr/lib $fs } diff -r efe4d0b688a9 -r 51a1ebbda768 pam_ssh/receipt --- a/pam_ssh/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pam_ssh/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="PAM Module that provides single sign-on behavior with ssh-agent." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://pam-ssh.sourceforge.net/" WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL" + DEPENDS="pam libcrypto openssh-pam" BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam " @@ -24,5 +26,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/lib $fs + cp -a $install/lib $fs } diff -r efe4d0b688a9 -r 51a1ebbda768 pamtester/receipt --- a/pamtester/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pamtester/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="Test the pluggable authentication modules (PAM) facility" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="pam" BUILD_DEPENDS="pam pam-dev" @@ -26,5 +28,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r efe4d0b688a9 -r 51a1ebbda768 par2/receipt --- a/par2/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/par2/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -6,9 +6,11 @@ CATEGORY="system-tools" SHORT_DESC="Utility for posting and recovery of multi-part archives." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://parchive.sourceforge.net/" WGET_URL="$SF_MIRROR/parchive/$TARBALL" + DEPENDS="gcc-lib-base" # Rules to configure and make the package. @@ -21,11 +23,11 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r efe4d0b688a9 -r 51a1ebbda768 paramiko/receipt --- a/paramiko/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/paramiko/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="module for python that implements the SSH2 protocol." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lag.net/paramiko" WGET_URL="$WEB_SITE/download/$TARBALL" + DEPENDS="pycrypto" # Rules to configure and make the package. @@ -20,6 +22,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r efe4d0b688a9 -r 51a1ebbda768 pciids/receipt --- a/pciids/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pciids/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="pci.ids file for pciutils" MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD GPL2" TARBALL="pci-$VERSION.ids" WEB_SITE="http://pciids.sourceforge.net/" WGET_URL="http://pciids.sourceforge.net/v2.2/pci.ids" diff -r efe4d0b688a9 -r 51a1ebbda768 pcmciautils/receipt --- a/pcmciautils/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pcmciautils/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Utils to use with PCMCIA cards" MAINTAINER="pankso@slitaz.org" -DEPENDS="linux sysfsutils udev" -BUILD_DEPENDS="sysfsutils-dev bison flex" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" #WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/$TARBALL" WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/kernel/pcmcia/$TARBALL" +DEPENDS="linux sysfsutils udev" +BUILD_DEPENDS="sysfsutils-dev bison flex" + # Rules to configure and make the package. compile_rules() { diff -r efe4d0b688a9 -r 51a1ebbda768 pcre-dev/receipt --- a/pcre-dev/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pcre-dev/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Perl Compatible Regular Expressions devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="pcre" +LICENSE="BSD" WANTED="pcre" WEB_SITE="http://www.pcre.org/" HOST_ARCH="i486 arm" +DEPENDS="pcre" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r efe4d0b688a9 -r 51a1ebbda768 pcre/receipt --- a/pcre/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pcre/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Perl Compatible Regular Expressions." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pcre.org/" WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" diff -r efe4d0b688a9 -r 51a1ebbda768 pcsc-lite-dev/receipt --- a/pcsc-lite-dev/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pcsc-lite-dev/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="development" SHORT_DESC="SCard interface for communicating to smart cards and readers, developement files" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://pcsclite.alioth.debian.org/" WANTED="pcsc-lite" + DEPENDS="pcsc-lite" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r efe4d0b688a9 -r 51a1ebbda768 pcsc-lite/receipt --- a/pcsc-lite/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pcsc-lite/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="SCard interface for communicating to smart cards and readers." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://pcsclite.alioth.debian.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://alioth.debian.org/frs/download.php/3741/$TARBALL" diff -r efe4d0b688a9 -r 51a1ebbda768 pcsc-tools/receipt --- a/pcsc-tools/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pcsc-tools/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="PC/SC Architecture smartcard tools." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://ludovic.rousseau.free.fr/softwares/$PACKAGE/$TARBALL" diff -r efe4d0b688a9 -r 51a1ebbda768 pekwm/receipt --- a/pekwm/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pekwm/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Very light, configurable and themable window manager for X." MAINTAINER="jozee@slitaz.org" -DEPENDS="xorg-libX11 xorg-libXinerama xorg-libXft xorg-libXrandr xorg-libXpm" -BUILD_DEPENDS="xorg-dev xorg-dev-proto zlib-dev" +LICENSE="GPL2" SUGGESTED="hsetroot tint2 lxpanel wbar xorg-xprop xorg-xev xdotool wmctrl" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pekwm.org/projects/pekwm" WGET_URL="$WEB_SITE/files/$TARBALL" +DEPENDS="xorg-libX11 xorg-libXinerama xorg-libXft xorg-libXrandr xorg-libXpm" +BUILD_DEPENDS="xorg-dev xorg-dev-proto zlib-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,9 +27,9 @@ genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/share/pekwm $fs/etc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/pekwm $fs/usr/share - cp -a $_pkg/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/pekwm $fs/usr/share + cp -a $install/etc $fs # Custom configuration files and scripts cp -a $stuff/etc $fs cp -a $stuff/scripts $fs/usr/share/pekwm diff -r efe4d0b688a9 -r 51a1ebbda768 pgadmin/receipt --- a/pgadmin/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pgadmin/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="utilities" SHORT_DESC="PostgreSQL administration an management tools" MAINTAINER="erjo@slitaz.org" -DEPENDS="postgresql wxWidgets gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm" -BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev wxWidgets-dev" +LICENSE="BSD" SOURCE="pgadmin3" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.pgadmin.org" WGET_URL="ftp://ftp.ch.postgresql.org/mirror/postgresql/pgadmin3/release/v$VERSION/src/$TARBALL" +DEPENDS="postgresql wxWidgets gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm" +BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev wxWidgets-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,7 +23,7 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -29,11 +31,11 @@ { mkdir -p $fs/usr/share/pgadmin3/i18n - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3 - cp -a $_pkg/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3 - cp -a $_pkg/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n - cp -a $_pkg/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3 + cp -a $install/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3 + cp -a $install/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n + cp -a $install/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n cp -a stuff/applications $fs/usr/share cp -a stuff/icons $fs/usr/share diff -r efe4d0b688a9 -r 51a1ebbda768 php-auth-sasl/receipt --- a/php-auth-sasl/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/php-auth-sasl/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Abstraction of various SASL mechanism responses for php." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://pear.php.net/" SOURCE="Auth_SASL" TARBALL="$SOURCE-$VERSION.tgz" WGET_URL="http://download.pear.php.net/package/$TARBALL" + DEPENDS="php-pear" BUILD_DEPENDS="php-pear php-cli" @@ -24,7 +26,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs rm -rf $fs/usr/share/php/.channels $fs/usr/share/php/.registry/.c* rm -rf $fs/usr/share/php/.f* $fs/usr/share/php/.l* rm -rf $fs/usr/share/php/.dep* diff -r efe4d0b688a9 -r 51a1ebbda768 physfs-dev/receipt --- a/physfs-dev/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/physfs-dev/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Abstraction layer for filesystem and archive access" MAINTAINER="devl547@gmail.com" +LICENSE="LGPL" WANTED="physfs" WEB_SITE="http://icculus.org/physfs/" @@ -12,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp $_pkg/usr/lib/*.a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp $install/usr/lib/*.a $fs/usr/lib } diff -r efe4d0b688a9 -r 51a1ebbda768 physfs/receipt --- a/physfs/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/physfs/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Abstraction layer for filesystem and archive access" MAINTAINER="devl547@gmail.com" +LICENSE="LGPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://icculus.org/physfs/" WGET_URL="http://icculus.org/physfs/downloads/$TARBALL" diff -r efe4d0b688a9 -r 51a1ebbda768 pm-utils/receipt --- a/pm-utils/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pm-utils/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Collection of scripts that handle suspend and resume." MAINTAINER="domcox@slitaz.org" -DEPENDS="bash kbd" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pm-utils.freedesktop.org/" WGET_URL="http://pm-utils.freedesktop.org/releases/$TARBALL" CONFIG_FILES="/etc/pm" TAGS="power-management" +DEPENDS="bash kbd" + # Rules to configure and make the package. compile_rules() { @@ -30,7 +32,7 @@ --sysconfdir=/etc \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -38,13 +40,13 @@ { # main mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/pm-utils $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/pm-utils $fs/usr/lib # sysconfig mkdir -p $fs/etc - cp -a $_pkg/etc/pm $fs/etc + cp -a $install/etc/pm $fs/etc # remove incompatible hooks echo "remove incompatible hooks" diff -r efe4d0b688a9 -r 51a1ebbda768 pmail/receipt --- a/pmail/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pmail/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Mail transfer client based on the protocols of POP3 and SMTP." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ibiblio.org/pub/Linux/system/mail/pop/" WGET_URL="${WEB_SITE}$TARBALL" @@ -13,20 +14,20 @@ compile_rules() { cd $src - sed -i -e 's|BINDIR = @prefix@/bin|BINDIR = _pkg/usr/bin|' \ - -e 's|MANDIR = @prefix@/man/man1|MANDIR = _pkg/usr/man/man1|' \ + sed -i -e "s|BINDIR = @prefix@/bin|BINDIR = $DESTDIR/usr/bin|" \ + -e "s|MANDIR = @prefix@/man/man1|MANDIR = $DESTDIR/usr/man/man1|" \ Makefile.in - mkdir -p _pkg/usr/bin _pkg/usr/man/man1 + mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/man/man1 ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make -j 1 && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r efe4d0b688a9 -r 51a1ebbda768 pngcrush/receipt --- a/pngcrush/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pngcrush/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="utilities" SHORT_DESC="PNG optimizer" MAINTAINER="mimas@slitaz.org" -DEPENDS="" +LICENSE="zlib/libpng" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://pmt.sourceforge.net/pngcrush/" WGET_URL="$SF_MIRROR/pmt/$TARBALL" @@ -16,14 +16,14 @@ cd $src make - mkdir -p $PWD/_pkg/usr/bin - install -m755 pngcrush $PWD/_pkg/usr/bin/ + mkdir -p $DESTDIR/usr/bin + install -m755 pngcrush $DESTDIR/usr/bin/ } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r efe4d0b688a9 -r 51a1ebbda768 pnm2ppa/receipt --- a/pnm2ppa/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/pnm2ppa/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,18 +5,20 @@ CATEGORY="system-tools" SHORT_DESC="Ghostscript print filter and color driver for some HP DeskJet printers" MAINTAINER="jozee@slitaz.org" -DEPENDS="ghostscript cups foomatic-filters" -BUILD_DEPENDS="ghostscript-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pnm2ppa.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/pnm2ppa/$TARBALL" -#http://downloads.sourceforge.net/pnm2ppa/pnm2ppa-1.12.tar.gz + +DEPENDS="ghostscript cups foomatic-filters" +BUILD_DEPENDS="ghostscript-dev" + # Rules to configure and make the package. compile_rules() { cd $src make BINDIR="/usr/bin" CONFDIR="/etc" && - make BINDIR=$PWD/_pkg/usr/bin CONFDIR=$PWD/_pkg/etc install + make BINDIR=$DESTDIR/usr/bin CONFDIR=$DESTDIR/etc install } @@ -25,8 +27,8 @@ { mkdir -p $fs/usr/share - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr # Still needs ppd file download for the specific printer from # http://www.linuxprinting.org/show_driver.cgi?driver=pnm2ppa&fromprinter=HP-DeskJet_710C diff -r efe4d0b688a9 -r 51a1ebbda768 poedit/receipt --- a/poedit/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/poedit/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Editor for i18n po files." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.poedit.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="xorg wxWidgets pango gettext libdb xorg-libXdamage xorg-libXxf86vm \ gtkspell" BUILD_DEPENDS="wxWidgets-dev gettext" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.poedit.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -19,16 +21,16 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/poedit $fs/usr/share - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/poedit $fs/usr/share + cp -a $install/usr/share/locale/fr $fs/usr/share/locale } diff -r efe4d0b688a9 -r 51a1ebbda768 polipo/receipt --- a/polipo/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/polipo/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Small and fast caching web proxy." MAINTAINER="paul@slitaz.org" -DEPENDS="" -BUILD_DEPENDS="texinfo" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.pps.jussieu.fr/~jch/software/polipo/" WGET_URL="http://freehaven.net/~chrisd/polipo/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="texinfo" + # Rules to configure and make the package. compile_rules() { diff -r efe4d0b688a9 -r 51a1ebbda768 popt-dev/receipt --- a/popt-dev/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/popt-dev/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Library for parsing command line options devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WANTED="popt" WEB_SITE="http://directory.fsf.org/project/popt/" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r efe4d0b688a9 -r 51a1ebbda768 popt/receipt --- a/popt/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/popt/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Library for parsing command line options." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://rpm5.org/" WGET_URL="${WEB_SITE}files/$PACKAGE/$TARBALL" @@ -19,12 +20,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r efe4d0b688a9 -r 51a1ebbda768 poptop-man/receipt --- a/poptop-man/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/poptop-man/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="PPTP server man pages." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.poptop.org/" WANTED="poptop" SOURCE="pptpd" @@ -13,6 +14,6 @@ genpkg_rules() { mkdir -p $fs/usr/ - cp -a $_pkg/usr/share $fs/usr/ + cp -a $install/usr/share $fs/usr/ } diff -r efe4d0b688a9 -r 51a1ebbda768 portaudio-dev/receipt --- a/portaudio-dev/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/portaudio-dev/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="Portaudio dev files." MAINTAINER="erjo@slitaz.org" -DEPENDS="portaudio" +LICENSE="CC-SA" SOURCE="pa_stable" WEB_SITE="http://www.portaudio.com/" WANTED="portaudio" +DEPENDS="portaudio" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r efe4d0b688a9 -r 51a1ebbda768 portaudio/receipt --- a/portaudio/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/portaudio/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="A portable cross-platform audio API" MAINTAINER="erjo@slitaz.org" -DEPENDS="alsa-lib jack-audio-connection-kit" -BUILD_DEPENDS="alsa-lib-dev jack-audio-connection-kit-dev" +LICENSE="CC-SA" SOURCE="pa_stable" TARBALL="${SOURCE}_${VERSION}.tgz" WEB_SITE="http://www.portaudio.com/" WGET_URL="http://www.portaudio.com/archives/$TARBALL" +DEPENDS="alsa-lib jack-audio-connection-kit" +BUILD_DEPENDS="alsa-lib-dev jack-audio-connection-kit-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,12 +22,12 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r efe4d0b688a9 -r 51a1ebbda768 posixovl/receipt --- a/posixovl/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/posixovl/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="A modern equivalent of the UMSDOS." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r efe4d0b688a9 -r 51a1ebbda768 postfix-mysql/receipt --- a/postfix-mysql/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/postfix-mysql/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="MySQL support for Postfix." MAINTAINER="erjo@slitaz.org" +LICENSE="other" WEB_SITE="http://www.postfix.org/" +WANTED="postfix" + DEPENDS="postfix libmysqlclient" -WANTED="postfix" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r efe4d0b688a9 -r 51a1ebbda768 postfix/receipt --- a/postfix/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/postfix/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="fast, easy to administer, and secure mailer." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.postfix.org/" WGET_URL="ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/$TARBALL" diff -r efe4d0b688a9 -r 51a1ebbda768 postfixadmin/receipt --- a/postfixadmin/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/postfixadmin/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Postfix web administration." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://postfixadmin.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r efe4d0b688a9 -r 51a1ebbda768 postgresql-client/receipt --- a/postgresql-client/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/postgresql-client/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="misc" SHORT_DESC="SQL database system client files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.postgresql.org/" -DEPENDS="libpostgresqlclient zlib ncurses readline" WANTED="postgresql" PROVIDE="mysql_or_postgresql" +DEPENDS="libpostgresqlclient zlib ncurses readline" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r efe4d0b688a9 -r 51a1ebbda768 postgresql-dev/receipt --- a/postgresql-dev/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/postgresql-dev/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="SQL database system development files" MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="postgresql" +LICENSE="BSD" WEB_SITE="http://www.postgresql.org/" WANTED="postgresql" +DEPENDS="postgresql" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r efe4d0b688a9 -r 51a1ebbda768 postgresql-doc/receipt --- a/postgresql-doc/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/postgresql-doc/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="SQL database system documentation" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.postgresql.org/" WANTED="postgresql" diff -r efe4d0b688a9 -r 51a1ebbda768 postgresql/receipt --- a/postgresql/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/postgresql/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="SQL database system." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.postgresql.org/" WGET_URL="ftp://ftp.postgresql.org/pub/source/v$VERSION/$TARBALL" diff -r efe4d0b688a9 -r 51a1ebbda768 postgrey/receipt --- a/postgrey/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/postgrey/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,13 +5,14 @@ CATEGORY="network" SHORT_DESC="Postfix policy server implementing greylisting." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://postgrey.schweikert.ch/" WGET_URL="$WEB_SITE/pub/$TARBALL" CONFIG_FILES="/etc/postgrey" + DEPENDS="postfix perl db perl-net-server perl-io-multiplex perl-berkeleydb" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r efe4d0b688a9 -r 51a1ebbda768 printoxx/receipt --- a/printoxx/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/printoxx/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,20 +5,22 @@ CATEGORY="graphics" SHORT_DESC="fotoxx plugin for printing one or more image files with a user-defined page layout" MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="gtk+ " -BUILD_DEPENDS="gtk+-dev" +LICENSE="GPL3" SUGGESTED="fotoxx" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://kornelix.squarespace.com/printoxx" WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL" TAGS="print images jpeg jpg bmp png gif" +DEPENDS="gtk+ " +BUILD_DEPENDS="gtk+-dev" + # Rules to configure and make the package. compile_rules() { cd $src export PREFIX=/usr make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } @@ -26,9 +28,9 @@ genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE #non-standard local path - cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/ + cp -a $install/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/ cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications } \ No newline at end of file diff -r efe4d0b688a9 -r 51a1ebbda768 privoxy/receipt --- a/privoxy/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/privoxy/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Non-caching web privacy proxy." MAINTAINER="paul@slitaz.org" -DEPENDS="zlib pcre" -BUILD_DEPENDS="zlib-dev autoconf perl m4 coreutils" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WEB_SITE="http://www.privoxy.org/" WGET_URL="http://downloads.sourceforge.net/ijbswa/$TARBALL" +DEPENDS="zlib pcre" +BUILD_DEPENDS="zlib-dev autoconf perl m4 coreutils" + # Rules to configure and make the package. compile_rules() { @@ -31,16 +33,16 @@ --mandir=/usr/share/man \ --localstatedir=/var \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/etc/init.d $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/var $fs - cp -a $_pkg/etc $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/var $fs + cp -a $install/etc $fs # Copy daemon from stuff cp $stuff/daemon-privoxy $fs/etc/init.d/privoxy diff -r efe4d0b688a9 -r 51a1ebbda768 procmail/receipt --- a/procmail/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/procmail/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="mail processing and SmartList mailing list suites." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.procmail.org/" WGET_URL="${WEB_SITE}$TARBALL" @@ -16,13 +17,13 @@ cd $src find -name '*.c' | xargs sed -i 's/getline/get_line/' src/formisc.h sed -i 's/exec <_autotst.rrr/cat _autotst.rrr |/' initmake - yes '' | make VISIBLE_BINDIR=$PWD/_pkg/usr/bin - make BINDIR=$PWD/_pkg/usr/bin install.bin + yes '' | make VISIBLE_BINDIR=$DESTDIR/usr/bin + make BINDIR=$DESTDIR/usr/bin install.bin } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r efe4d0b688a9 -r 51a1ebbda768 procps/receipt --- a/procps/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/procps/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="The proc filesystem utilities." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://procps.sourceforge.net/" WGET_URL="http://procps.sourceforge.net/$TARBALL" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,10 +25,10 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/bin $fs - cp -a $_pkg/sbin $fs - cp -a $_pkg/lib $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/bin $fs + cp -a $install/sbin $fs + cp -a $install/lib $fs } # Overlap busybox diff -r efe4d0b688a9 -r 51a1ebbda768 proj-dev/receipt --- a/proj-dev/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/proj-dev/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,13 +5,13 @@ CATEGORY="misc" SHORT_DESC="Proj dev files." MAINTAINER="erjo@slitaz.org" +LICENSE="MIT" WEB_SITE="http://trac.osgeo.org/proj/" WANTED="proj" DEPENDS="proj" BUILD_DEPENDS="" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { @@ -19,5 +19,4 @@ cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/include $fs/usr - } diff -r efe4d0b688a9 -r 51a1ebbda768 proj/receipt --- a/proj/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/proj/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Cartographic Projections Library." MAINTAINER="erjo@slitaz.org" +LICENSE="MIT" WEB_SITE="http://trac.osgeo.org/proj/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://download.osgeo.org/proj/$TARBALL" diff -r efe4d0b688a9 -r 51a1ebbda768 prosody/receipt --- a/prosody/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/prosody/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="xmpp-jabber server in lua" MAINTAINER="allan316@gmail.com" -DEPENDS="lua libidn libssl libcrypto" -BUILD_DEPENDS="lua-dev libidn-dev openssl-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://prosody.im" WGET_URL="$WEB_SITE/downloads/source/$TARBALL" +DEPENDS="lua libidn libssl libcrypto" +BUILD_DEPENDS="lua-dev libidn-dev openssl-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,9 +26,9 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/var $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/etc $fs + cp -a $install/var $fs } diff -r efe4d0b688a9 -r 51a1ebbda768 protobuf-dev/receipt --- a/protobuf-dev/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/protobuf-dev/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="Devel files for protobuf." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" WEB_SITE="http://code.google.com/p/protobuf/" +WANTED="protobuf" + DEPENDS="protobuf" -WANTED="protobuf" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r efe4d0b688a9 -r 51a1ebbda768 protobuf-python/receipt --- a/protobuf-python/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/protobuf-python/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Encode structured data in an efficient yet extensible format.(python)" MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD" WEB_SITE="http://code.google.com/p/protobuf/" SOURCE="protobuf" TARBALL="$SOURCE-$VERSION.tar.bz2" diff -r efe4d0b688a9 -r 51a1ebbda768 protobuf/receipt --- a/protobuf/receipt Thu Oct 17 18:09:17 2013 +0000 +++ b/protobuf/receipt Fri Oct 18 19:43:55 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Encode structured data in an efficient yet extensible format." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://code.google.com/p/protobuf/" WGET_URL="http://protobuf.googlecode.com/files/$TARBALL"