# HG changeset patch # User Pascal Bellard # Date 1378569552 0 # Node ID 78cb1e930abd9fee61c1838817eeda4bc68f3b80 # Parent 17caa2ad89a1f4c2d4bfbb94481c1083cdbfe2b6 php*: add license diff -r 17caa2ad89a1 -r 78cb1e930abd corkscrew/receipt --- a/corkscrew/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/corkscrew/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="network" SHORT_DESC="tool for tunneling ssh through proxies" MAINTAINER="allan316@gmail.com" -DEPENDS="openssh" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.agroman.net/corkscrew" WGET_URL="$WEB_SITE/$TARBALL" +DEPENDS="openssh" + # Rules to configure and make the package. compile_rules() { @@ -19,13 +21,13 @@ --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. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 17caa2ad89a1 -r 78cb1e930abd cups-dev/receipt --- a/cups-dev/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/cups-dev/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Common UNIX Printing System dev files." MAINTAINER="erjo@slitaz.org" -DEPENDS="cups" +LICENSE="GPL2 LGPL2" WANTED="cups" WEB_SITE="http://www.cups.org/" +DEPENDS="cups" + genpkg_rules() { mkdir -p $fs/usr/lib diff -r 17caa2ad89a1 -r 78cb1e930abd cups-doc/receipt --- a/cups-doc/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/cups-doc/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Docs for cups" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2 LGPL2" WEB_SITE="http://www.cups.org/" WANTED="cups" diff -r 17caa2ad89a1 -r 78cb1e930abd cups/receipt --- a/cups/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/cups/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Common UNIX Printing System." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2 LGPL2" TARBALL="$PACKAGE-$VERSION-source.tar.bz2" WEB_SITE="http://www.cups.org/" WGET_URL="http://www.cups.org/software/$VERSION/$TARBALL" diff -r 17caa2ad89a1 -r 78cb1e930abd libcups/receipt --- a/libcups/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/libcups/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Common UNIX Printing System." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2 LGPL2" TARBALL="$PACKAGE-$VERSION-source.tar.bz2" WEB_SITE="http://www.cups.org/" WANTED="cups" diff -r 17caa2ad89a1 -r 78cb1e930abd php-apache/receipt --- a/php-apache/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-apache/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="PHP module for apache." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="php-common apache libxml2 zlib" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" PROVIDE="php:apache" +DEPENDS="php-common apache libxml2 zlib" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-cherokee/receipt --- a/php-cherokee/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-cherokee/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="PHP module for cherokee." MAINTAINER="shann@slitaz.org" -DEPENDS="php-common cherokee libxml2 zlib" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" PROVIDE="php:cherokee" +DEPENDS="php-common cherokee libxml2 zlib" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-cli/receipt --- a/php-cli/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-cli/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="PHP web programming language command line interpreter." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="php-common" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="php-common" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-common/receipt --- a/php-common/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-common/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Common files for PHP modules." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" CONFIG_FILES="/etc/php.ini" diff -r 17caa2ad89a1 -r 78cb1e930abd php-cups/receipt --- a/php-cups/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-cups/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Common UNIX Printing System bindings for php." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="cups libtasn1" +LICENSE="GPL2 LGPL2" WANTED="cups" WEB_SITE="http://www.cups.org/" +DEPENDS="cups libtasn1" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-curl/receipt --- a/php-curl/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-curl/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="curl module for PHP web programming language." MAINTAINER="jozee@slitaz.org" -DEPENDS="curl php" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="curl php" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-dba/receipt --- a/php-dba/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-dba/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="dba module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" diff -r 17caa2ad89a1 -r 78cb1e930abd php-dev/receipt --- a/php-dev/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-dev/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="PHP web programming language development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" +WEB_SITE="http://www.php.net/" +WANTED="php" + DEPENDS="php cyrus-sasl libldap libmysqlclient libpng libpostgresqlclient \ libunixODBC mhash openssl jpeg libmcrypt libtool libkrb5 libcomerr3 net-snmp" -WEB_SITE="http://www.php.net/" -WANTED="php" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 17caa2ad89a1 -r 78cb1e930abd php-docs-en/receipt --- a/php-docs-en/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-docs-en/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Set of HTML documentation for PHP.(English version)" MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD" WEB_SITE="http://www.php.net/docs.php" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz" diff -r 17caa2ad89a1 -r 78cb1e930abd php-gd/receipt --- a/php-gd/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-gd/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="gd module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="libpng php jpeg libvpx" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="libpng php jpeg libvpx" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-imap/receipt --- a/php-imap/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-imap/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="imap module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="php openssl" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="php openssl" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-ldap/receipt --- a/php-ldap/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-ldap/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="ldap module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="libldap php openssl cyrus-sasl libkrb5 libcomerr3" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="libldap php openssl cyrus-sasl libkrb5 libcomerr3" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-mcrypt/receipt --- a/php-mcrypt/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-mcrypt/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="mcrypt module for PHP web programming language." MAINTAINER="erjo@slitaz.org" -DEPENDS="libmcrypt php libtool" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="libmcrypt php libtool" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-mysql/receipt --- a/php-mysql/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-mysql/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="mysql module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="libmysqlclient php" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="libmysqlclient php" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-mysqli/receipt --- a/php-mysqli/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-mysqli/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="mysqli module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="libmysqlclient php" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="libmysqlclient php" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-odbc/receipt --- a/php-odbc/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-odbc/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="ODBC module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="unixODBC php" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="unixODBC php" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-openssl/receipt --- a/php-openssl/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-openssl/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Openssl module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="php openssl" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="php openssl" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-pdo-mysql/receipt --- a/php-pdo-mysql/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-pdo-mysql/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="PDO MySQL module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="php php-mysql" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="php php-mysql" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-pdo-pgsql/receipt --- a/php-pdo-pgsql/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-pdo-pgsql/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="PDO PgSQL module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="php php-mysql libpostgresqlclient" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="php php-mysql libpostgresqlclient" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-pear/receipt --- a/php-pear/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-pear/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="PHP web programming language pear libs." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="php-cli" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="php-cli" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-pgsql/receipt --- a/php-pgsql/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-pgsql/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="postgresql module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="postgresql php" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="postgresql php" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-snmp/receipt --- a/php-snmp/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-snmp/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="snmp module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="net-snmp php libcrypto" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="net-snmp php libcrypto" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-soap/receipt --- a/php-soap/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-soap/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="soap module for PHP web programming language." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="php libxml2" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="php libxml2" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php-sqlite/receipt --- a/php-sqlite/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php-sqlite/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="sqlite module for PHP web programming language." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="php sqlite" +LICENSE="BSD" WEB_SITE="http://www.php.net/" WANTED="php" +DEPENDS="php sqlite" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 17caa2ad89a1 -r 78cb1e930abd php/receipt --- a/php/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/php/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="PHP web programming language." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.php.net/" WGET_URL="http://www.php.net/distributions/$TARBALL" diff -r 17caa2ad89a1 -r 78cb1e930abd phpeasyvcs/receipt --- a/phpeasyvcs/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/phpeasyvcs/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -6,9 +6,11 @@ CATEGORY="network" SHORT_DESC="A simple version control system (VCS) and WebDAV server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://phpeasyvcs.sourceforge.net/" TARBALL="$SOURCE-$VERSION.zip" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="php" # Rules to configure and make the package. diff -r 17caa2ad89a1 -r 78cb1e930abd phpldapadmin/receipt --- a/phpldapadmin/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/phpldapadmin/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="misc" SHORT_DESC="Administration of LDAP over the Web." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://phpldapadmin.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +CONFIG_FILES="/etc/phpldapadmin/config.php" + DEPENDS="php-ldap" -CONFIG_FILES="/etc/phpldapadmin/config.php" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 17caa2ad89a1 -r 78cb1e930abd phpmyadmin/receipt --- a/phpmyadmin/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/phpmyadmin/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,14 +5,15 @@ CATEGORY="misc" SHORT_DESC="Administration of MySQL over the Web." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" PHPMYADM="phpMyAdmin-$VERSION-all-languages" TARBALL="$PHPMYADM.tar.bz2" WEB_SITE="http://www.phpmyadmin.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" SUGGESTED="php-mcrypt" -DEPENDS="php-mysqli" CONFIG_FILES="/etc/phpmyadmin/config.inc.php" +DEPENDS="php-mysqli" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 17caa2ad89a1 -r 78cb1e930abd phppgadmin/receipt --- a/phppgadmin/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/phppgadmin/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="Administration of postgresql over the Web." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="phpPgAdmin" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +CONFIG_FILES="/etc/phppgadmin/config.inc.php" + DEPENDS="php-pgsql" -CONFIG_FILES="/etc/phppgadmin/config.inc.php" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 17caa2ad89a1 -r 78cb1e930abd phpqrcode/receipt --- a/phpqrcode/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/phpqrcode/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="Library for generating QR Code, 2-dimensional barcode." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-2010100721_$VERSION.zip" WEB_SITE="http://phpqrcode.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="qrencode php-gd" # Rules to configure and make the package. diff -r 17caa2ad89a1 -r 78cb1e930abd phproxy/receipt --- a/phproxy/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/phproxy/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="network" SHORT_DESC="A proxy HTTP." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://sebsauvage.net/wiki/doku.php?id=phproxy" TARBALL="$SOURCE%20$VERSION%20mod%20SSE+ARKA%2020100825.7z" WGET_URL="http://sebsauvage.net/temp/$TARBALL" diff -r 17caa2ad89a1 -r 78cb1e930abd phpvirtualbox/receipt --- a/phpvirtualbox/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/phpvirtualbox/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Virtualbox AJAX interface." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.zip" WEB_SITE="http://code.google.com/${PACKAGE:0:1}/$PACKAGE/" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" + DEPENDS="php-soap virtualbox" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 17caa2ad89a1 -r 78cb1e930abd yasm-dev/receipt --- a/yasm-dev/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/yasm-dev/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="yasm devel library." MAINTAINER="jozee@slitaz.org" -DEPENDS="yasm" +LICENSE="BSD GPL2 LGPL2" WANTED="yasm" WEB_SITE="http://www.tortall.net/projects/yasm/" +DEPENDS="yasm" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 17caa2ad89a1 -r 78cb1e930abd yasm/receipt --- a/yasm/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/yasm/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -4,12 +4,14 @@ VERSION="1.2.0" CATEGORY="development" MAINTAINER="jozee@slitaz.org" +LICENSE="BSD GPL2 LGPL2" SHORT_DESC="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)" -DEPENDS="glibc-base" WEB_SITE="http://www.tortall.net/projects/yasm/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/releases/$TARBALL" +DEPENDS="glibc-base" + # Rules to configure and make the package. compile_rules() { @@ -23,6 +25,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - + cp -a $install/usr/bin $fs/usr } diff -r 17caa2ad89a1 -r 78cb1e930abd zim/receipt --- a/zim/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/zim/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="utilities" SHORT_DESC="A desktop wiki." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="python pygtk pygobject python-simplejson python-xdg desktop-file-utils shared-mime-info xdg-utils" -BUILD_DEPENDS="$DEPENDS pycairo-dev pygobject-dev pygtk-dev python-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://zim-wiki.org/" WGET_URL="http://zim-wiki.org/downloads/$TARBALL" TAGS="wiki notebook" +DEPENDS="python pygtk pygobject python-simplejson python-xdg desktop-file-utils shared-mime-info xdg-utils" +BUILD_DEPENDS="$DEPENDS pycairo-dev pygobject-dev pygtk-dev python-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,7 +25,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } post_install() diff -r 17caa2ad89a1 -r 78cb1e930abd zsnes/receipt --- a/zsnes/receipt Wed Sep 04 09:30:00 2013 +0000 +++ b/zsnes/receipt Sat Sep 07 15:59:12 2013 +0000 @@ -4,6 +4,7 @@ VERSION="1.51" CATEGORY="games" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" SHORT_DESC="Super Nintendo emulator" WEB_SITE="http://www.zsnes.com/" TARBALL="zsnes151src.tar.bz2"