wok-6.x rev 15198
php*: add license
line diff
1.1 --- a/corkscrew/receipt Wed Sep 04 09:30:00 2013 +0000 1.2 +++ b/corkscrew/receipt Sat Sep 07 15:59:12 2013 +0000 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="tool for tunneling ssh through proxies" 1.6 MAINTAINER="allan316@gmail.com" 1.7 -DEPENDS="openssh" 1.8 +LICENSE="GPL2" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.agroman.net/corkscrew" 1.11 WGET_URL="$WEB_SITE/$TARBALL" 1.12 1.13 +DEPENDS="openssh" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -19,13 +21,13 @@ 1.19 --infodir=/usr/share/info \ 1.20 --mandir=/usr/share/man \ 1.21 $CONFIGURE_ARGS && 1.22 - make && make DESTDIR=$PWD/_pkg install 1.23 + make && make DESTDIR=$DESTDIR install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr 1.30 - cp -a $_pkg/usr/bin $fs/usr 1.31 + cp -a $install/usr/bin $fs/usr 1.32 } 1.33
2.1 --- a/cups-dev/receipt Wed Sep 04 09:30:00 2013 +0000 2.2 +++ b/cups-dev/receipt Sat Sep 07 15:59:12 2013 +0000 2.3 @@ -5,10 +5,12 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="Common UNIX Printing System dev files." 2.6 MAINTAINER="erjo@slitaz.org" 2.7 -DEPENDS="cups" 2.8 +LICENSE="GPL2 LGPL2" 2.9 WANTED="cups" 2.10 WEB_SITE="http://www.cups.org/" 2.11 2.12 +DEPENDS="cups" 2.13 + 2.14 genpkg_rules() 2.15 { 2.16 mkdir -p $fs/usr/lib
3.1 --- a/cups-doc/receipt Wed Sep 04 09:30:00 2013 +0000 3.2 +++ b/cups-doc/receipt Sat Sep 07 15:59:12 2013 +0000 3.3 @@ -5,6 +5,7 @@ 3.4 CATEGORY="misc" 3.5 SHORT_DESC="Docs for cups" 3.6 MAINTAINER="slaxemulator@gmail.com" 3.7 +LICENSE="GPL2 LGPL2" 3.8 WEB_SITE="http://www.cups.org/" 3.9 WANTED="cups" 3.10
4.1 --- a/cups/receipt Wed Sep 04 09:30:00 2013 +0000 4.2 +++ b/cups/receipt Sat Sep 07 15:59:12 2013 +0000 4.3 @@ -5,6 +5,7 @@ 4.4 CATEGORY="system-tools" 4.5 SHORT_DESC="Common UNIX Printing System." 4.6 MAINTAINER="erjo@slitaz.org" 4.7 +LICENSE="GPL2 LGPL2" 4.8 TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 4.9 WEB_SITE="http://www.cups.org/" 4.10 WGET_URL="http://www.cups.org/software/$VERSION/$TARBALL"
5.1 --- a/libcups/receipt Wed Sep 04 09:30:00 2013 +0000 5.2 +++ b/libcups/receipt Sat Sep 07 15:59:12 2013 +0000 5.3 @@ -5,6 +5,7 @@ 5.4 CATEGORY="system-tools" 5.5 SHORT_DESC="Common UNIX Printing System." 5.6 MAINTAINER="erjo@slitaz.org" 5.7 +LICENSE="GPL2 LGPL2" 5.8 TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 5.9 WEB_SITE="http://www.cups.org/" 5.10 WANTED="cups"
6.1 --- a/php-apache/receipt Wed Sep 04 09:30:00 2013 +0000 6.2 +++ b/php-apache/receipt Sat Sep 07 15:59:12 2013 +0000 6.3 @@ -5,11 +5,13 @@ 6.4 CATEGORY="development" 6.5 SHORT_DESC="PHP module for apache." 6.6 MAINTAINER="pascal.bellard@slitaz.org" 6.7 -DEPENDS="php-common apache libxml2 zlib" 6.8 +LICENSE="BSD" 6.9 WEB_SITE="http://www.php.net/" 6.10 WANTED="php" 6.11 PROVIDE="php:apache" 6.12 6.13 +DEPENDS="php-common apache libxml2 zlib" 6.14 + 6.15 # Rules to gen a SliTaz package suitable for Tazpkg. 6.16 genpkg_rules() 6.17 {
7.1 --- a/php-cherokee/receipt Wed Sep 04 09:30:00 2013 +0000 7.2 +++ b/php-cherokee/receipt Sat Sep 07 15:59:12 2013 +0000 7.3 @@ -5,11 +5,13 @@ 7.4 CATEGORY="development" 7.5 SHORT_DESC="PHP module for cherokee." 7.6 MAINTAINER="shann@slitaz.org" 7.7 -DEPENDS="php-common cherokee libxml2 zlib" 7.8 +LICENSE="BSD" 7.9 WEB_SITE="http://www.php.net/" 7.10 WANTED="php" 7.11 PROVIDE="php:cherokee" 7.12 7.13 +DEPENDS="php-common cherokee libxml2 zlib" 7.14 + 7.15 # Rules to gen a SliTaz package suitable for Tazpkg. 7.16 genpkg_rules() 7.17 {
8.1 --- a/php-cli/receipt Wed Sep 04 09:30:00 2013 +0000 8.2 +++ b/php-cli/receipt Sat Sep 07 15:59:12 2013 +0000 8.3 @@ -5,10 +5,12 @@ 8.4 CATEGORY="development" 8.5 SHORT_DESC="PHP web programming language command line interpreter." 8.6 MAINTAINER="pascal.bellard@slitaz.org" 8.7 -DEPENDS="php-common" 8.8 +LICENSE="BSD" 8.9 WEB_SITE="http://www.php.net/" 8.10 WANTED="php" 8.11 8.12 +DEPENDS="php-common" 8.13 + 8.14 # Rules to gen a SliTaz package suitable for Tazpkg. 8.15 genpkg_rules() 8.16 {
9.1 --- a/php-common/receipt Wed Sep 04 09:30:00 2013 +0000 9.2 +++ b/php-common/receipt Sat Sep 07 15:59:12 2013 +0000 9.3 @@ -5,6 +5,7 @@ 9.4 CATEGORY="development" 9.5 SHORT_DESC="Common files for PHP modules." 9.6 MAINTAINER="pascal.bellard@slitaz.org" 9.7 +LICENSE="BSD" 9.8 WEB_SITE="http://www.php.net/" 9.9 WANTED="php" 9.10 CONFIG_FILES="/etc/php.ini"
10.1 --- a/php-cups/receipt Wed Sep 04 09:30:00 2013 +0000 10.2 +++ b/php-cups/receipt Sat Sep 07 15:59:12 2013 +0000 10.3 @@ -5,10 +5,12 @@ 10.4 CATEGORY="development" 10.5 SHORT_DESC="Common UNIX Printing System bindings for php." 10.6 MAINTAINER="pascal.bellard@slitaz.org" 10.7 -DEPENDS="cups libtasn1" 10.8 +LICENSE="GPL2 LGPL2" 10.9 WANTED="cups" 10.10 WEB_SITE="http://www.cups.org/" 10.11 10.12 +DEPENDS="cups libtasn1" 10.13 + 10.14 # Rules to gen a SliTaz package suitable for Tazpkg. 10.15 genpkg_rules() 10.16 {
11.1 --- a/php-curl/receipt Wed Sep 04 09:30:00 2013 +0000 11.2 +++ b/php-curl/receipt Sat Sep 07 15:59:12 2013 +0000 11.3 @@ -5,10 +5,12 @@ 11.4 CATEGORY="development" 11.5 SHORT_DESC="curl module for PHP web programming language." 11.6 MAINTAINER="jozee@slitaz.org" 11.7 -DEPENDS="curl php" 11.8 +LICENSE="BSD" 11.9 WEB_SITE="http://www.php.net/" 11.10 WANTED="php" 11.11 11.12 +DEPENDS="curl php" 11.13 + 11.14 # Rules to gen a SliTaz package suitable for Tazpkg. 11.15 genpkg_rules() 11.16 {
12.1 --- a/php-dba/receipt Wed Sep 04 09:30:00 2013 +0000 12.2 +++ b/php-dba/receipt Sat Sep 07 15:59:12 2013 +0000 12.3 @@ -5,6 +5,7 @@ 12.4 CATEGORY="development" 12.5 SHORT_DESC="dba module for PHP web programming language." 12.6 MAINTAINER="pascal.bellard@slitaz.org" 12.7 +LICENSE="BSD" 12.8 WEB_SITE="http://www.php.net/" 12.9 WANTED="php" 12.10
13.1 --- a/php-dev/receipt Wed Sep 04 09:30:00 2013 +0000 13.2 +++ b/php-dev/receipt Sat Sep 07 15:59:12 2013 +0000 13.3 @@ -5,10 +5,12 @@ 13.4 CATEGORY="development" 13.5 SHORT_DESC="PHP web programming language development files." 13.6 MAINTAINER="pascal.bellard@slitaz.org" 13.7 +LICENSE="BSD" 13.8 +WEB_SITE="http://www.php.net/" 13.9 +WANTED="php" 13.10 + 13.11 DEPENDS="php cyrus-sasl libldap libmysqlclient libpng libpostgresqlclient \ 13.12 libunixODBC mhash openssl jpeg libmcrypt libtool libkrb5 libcomerr3 net-snmp" 13.13 -WEB_SITE="http://www.php.net/" 13.14 -WANTED="php" 13.15 13.16 # Rules to gen a SliTaz package suitable for Tazpkg. 13.17 genpkg_rules()
14.1 --- a/php-docs-en/receipt Wed Sep 04 09:30:00 2013 +0000 14.2 +++ b/php-docs-en/receipt Sat Sep 07 15:59:12 2013 +0000 14.3 @@ -5,6 +5,7 @@ 14.4 CATEGORY="misc" 14.5 SHORT_DESC="Set of HTML documentation for PHP.(English version)" 14.6 MAINTAINER="slaxemulator@gmail.com" 14.7 +LICENSE="BSD" 14.8 WEB_SITE="http://www.php.net/docs.php" 14.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 14.10 WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz"
15.1 --- a/php-gd/receipt Wed Sep 04 09:30:00 2013 +0000 15.2 +++ b/php-gd/receipt Sat Sep 07 15:59:12 2013 +0000 15.3 @@ -5,10 +5,12 @@ 15.4 CATEGORY="development" 15.5 SHORT_DESC="gd module for PHP web programming language." 15.6 MAINTAINER="pascal.bellard@slitaz.org" 15.7 -DEPENDS="libpng php jpeg libvpx" 15.8 +LICENSE="BSD" 15.9 WEB_SITE="http://www.php.net/" 15.10 WANTED="php" 15.11 15.12 +DEPENDS="libpng php jpeg libvpx" 15.13 + 15.14 # Rules to gen a SliTaz package suitable for Tazpkg. 15.15 genpkg_rules() 15.16 {
16.1 --- a/php-imap/receipt Wed Sep 04 09:30:00 2013 +0000 16.2 +++ b/php-imap/receipt Sat Sep 07 15:59:12 2013 +0000 16.3 @@ -5,10 +5,12 @@ 16.4 CATEGORY="development" 16.5 SHORT_DESC="imap module for PHP web programming language." 16.6 MAINTAINER="pascal.bellard@slitaz.org" 16.7 -DEPENDS="php openssl" 16.8 +LICENSE="BSD" 16.9 WEB_SITE="http://www.php.net/" 16.10 WANTED="php" 16.11 16.12 +DEPENDS="php openssl" 16.13 + 16.14 # Rules to gen a SliTaz package suitable for Tazpkg. 16.15 genpkg_rules() 16.16 {
17.1 --- a/php-ldap/receipt Wed Sep 04 09:30:00 2013 +0000 17.2 +++ b/php-ldap/receipt Sat Sep 07 15:59:12 2013 +0000 17.3 @@ -5,10 +5,12 @@ 17.4 CATEGORY="development" 17.5 SHORT_DESC="ldap module for PHP web programming language." 17.6 MAINTAINER="pascal.bellard@slitaz.org" 17.7 -DEPENDS="libldap php openssl cyrus-sasl libkrb5 libcomerr3" 17.8 +LICENSE="BSD" 17.9 WEB_SITE="http://www.php.net/" 17.10 WANTED="php" 17.11 17.12 +DEPENDS="libldap php openssl cyrus-sasl libkrb5 libcomerr3" 17.13 + 17.14 # Rules to gen a SliTaz package suitable for Tazpkg. 17.15 genpkg_rules() 17.16 {
18.1 --- a/php-mcrypt/receipt Wed Sep 04 09:30:00 2013 +0000 18.2 +++ b/php-mcrypt/receipt Sat Sep 07 15:59:12 2013 +0000 18.3 @@ -5,10 +5,12 @@ 18.4 CATEGORY="development" 18.5 SHORT_DESC="mcrypt module for PHP web programming language." 18.6 MAINTAINER="erjo@slitaz.org" 18.7 -DEPENDS="libmcrypt php libtool" 18.8 +LICENSE="BSD" 18.9 WEB_SITE="http://www.php.net/" 18.10 WANTED="php" 18.11 18.12 +DEPENDS="libmcrypt php libtool" 18.13 + 18.14 # Rules to gen a SliTaz package suitable for Tazpkg. 18.15 genpkg_rules() 18.16 {
19.1 --- a/php-mysql/receipt Wed Sep 04 09:30:00 2013 +0000 19.2 +++ b/php-mysql/receipt Sat Sep 07 15:59:12 2013 +0000 19.3 @@ -5,10 +5,12 @@ 19.4 CATEGORY="development" 19.5 SHORT_DESC="mysql module for PHP web programming language." 19.6 MAINTAINER="pascal.bellard@slitaz.org" 19.7 -DEPENDS="libmysqlclient php" 19.8 +LICENSE="BSD" 19.9 WEB_SITE="http://www.php.net/" 19.10 WANTED="php" 19.11 19.12 +DEPENDS="libmysqlclient php" 19.13 + 19.14 # Rules to gen a SliTaz package suitable for Tazpkg. 19.15 genpkg_rules() 19.16 {
20.1 --- a/php-mysqli/receipt Wed Sep 04 09:30:00 2013 +0000 20.2 +++ b/php-mysqli/receipt Sat Sep 07 15:59:12 2013 +0000 20.3 @@ -5,10 +5,12 @@ 20.4 CATEGORY="development" 20.5 SHORT_DESC="mysqli module for PHP web programming language." 20.6 MAINTAINER="pascal.bellard@slitaz.org" 20.7 -DEPENDS="libmysqlclient php" 20.8 +LICENSE="BSD" 20.9 WEB_SITE="http://www.php.net/" 20.10 WANTED="php" 20.11 20.12 +DEPENDS="libmysqlclient php" 20.13 + 20.14 # Rules to gen a SliTaz package suitable for Tazpkg. 20.15 genpkg_rules() 20.16 {
21.1 --- a/php-odbc/receipt Wed Sep 04 09:30:00 2013 +0000 21.2 +++ b/php-odbc/receipt Sat Sep 07 15:59:12 2013 +0000 21.3 @@ -5,10 +5,12 @@ 21.4 CATEGORY="development" 21.5 SHORT_DESC="ODBC module for PHP web programming language." 21.6 MAINTAINER="pascal.bellard@slitaz.org" 21.7 -DEPENDS="unixODBC php" 21.8 +LICENSE="BSD" 21.9 WEB_SITE="http://www.php.net/" 21.10 WANTED="php" 21.11 21.12 +DEPENDS="unixODBC php" 21.13 + 21.14 # Rules to gen a SliTaz package suitable for Tazpkg. 21.15 genpkg_rules() 21.16 {
22.1 --- a/php-openssl/receipt Wed Sep 04 09:30:00 2013 +0000 22.2 +++ b/php-openssl/receipt Sat Sep 07 15:59:12 2013 +0000 22.3 @@ -5,10 +5,12 @@ 22.4 CATEGORY="development" 22.5 SHORT_DESC="Openssl module for PHP web programming language." 22.6 MAINTAINER="pascal.bellard@slitaz.org" 22.7 -DEPENDS="php openssl" 22.8 +LICENSE="BSD" 22.9 WEB_SITE="http://www.php.net/" 22.10 WANTED="php" 22.11 22.12 +DEPENDS="php openssl" 22.13 + 22.14 # Rules to gen a SliTaz package suitable for Tazpkg. 22.15 genpkg_rules() 22.16 {
23.1 --- a/php-pdo-mysql/receipt Wed Sep 04 09:30:00 2013 +0000 23.2 +++ b/php-pdo-mysql/receipt Sat Sep 07 15:59:12 2013 +0000 23.3 @@ -5,10 +5,12 @@ 23.4 CATEGORY="development" 23.5 SHORT_DESC="PDO MySQL module for PHP web programming language." 23.6 MAINTAINER="pascal.bellard@slitaz.org" 23.7 -DEPENDS="php php-mysql" 23.8 +LICENSE="BSD" 23.9 WEB_SITE="http://www.php.net/" 23.10 WANTED="php" 23.11 23.12 +DEPENDS="php php-mysql" 23.13 + 23.14 # Rules to gen a SliTaz package suitable for Tazpkg. 23.15 genpkg_rules() 23.16 {
24.1 --- a/php-pdo-pgsql/receipt Wed Sep 04 09:30:00 2013 +0000 24.2 +++ b/php-pdo-pgsql/receipt Sat Sep 07 15:59:12 2013 +0000 24.3 @@ -5,10 +5,12 @@ 24.4 CATEGORY="development" 24.5 SHORT_DESC="PDO PgSQL module for PHP web programming language." 24.6 MAINTAINER="pascal.bellard@slitaz.org" 24.7 -DEPENDS="php php-mysql libpostgresqlclient" 24.8 +LICENSE="BSD" 24.9 WEB_SITE="http://www.php.net/" 24.10 WANTED="php" 24.11 24.12 +DEPENDS="php php-mysql libpostgresqlclient" 24.13 + 24.14 # Rules to gen a SliTaz package suitable for Tazpkg. 24.15 genpkg_rules() 24.16 {
25.1 --- a/php-pear/receipt Wed Sep 04 09:30:00 2013 +0000 25.2 +++ b/php-pear/receipt Sat Sep 07 15:59:12 2013 +0000 25.3 @@ -5,10 +5,12 @@ 25.4 CATEGORY="development" 25.5 SHORT_DESC="PHP web programming language pear libs." 25.6 MAINTAINER="pascal.bellard@slitaz.org" 25.7 -DEPENDS="php-cli" 25.8 +LICENSE="BSD" 25.9 WEB_SITE="http://www.php.net/" 25.10 WANTED="php" 25.11 25.12 +DEPENDS="php-cli" 25.13 + 25.14 # Rules to gen a SliTaz package suitable for Tazpkg. 25.15 genpkg_rules() 25.16 {
26.1 --- a/php-pgsql/receipt Wed Sep 04 09:30:00 2013 +0000 26.2 +++ b/php-pgsql/receipt Sat Sep 07 15:59:12 2013 +0000 26.3 @@ -5,10 +5,12 @@ 26.4 CATEGORY="development" 26.5 SHORT_DESC="postgresql module for PHP web programming language." 26.6 MAINTAINER="pascal.bellard@slitaz.org" 26.7 -DEPENDS="postgresql php" 26.8 +LICENSE="BSD" 26.9 WEB_SITE="http://www.php.net/" 26.10 WANTED="php" 26.11 26.12 +DEPENDS="postgresql php" 26.13 + 26.14 # Rules to gen a SliTaz package suitable for Tazpkg. 26.15 genpkg_rules() 26.16 {
27.1 --- a/php-snmp/receipt Wed Sep 04 09:30:00 2013 +0000 27.2 +++ b/php-snmp/receipt Sat Sep 07 15:59:12 2013 +0000 27.3 @@ -5,10 +5,12 @@ 27.4 CATEGORY="development" 27.5 SHORT_DESC="snmp module for PHP web programming language." 27.6 MAINTAINER="pascal.bellard@slitaz.org" 27.7 -DEPENDS="net-snmp php libcrypto" 27.8 +LICENSE="BSD" 27.9 WEB_SITE="http://www.php.net/" 27.10 WANTED="php" 27.11 27.12 +DEPENDS="net-snmp php libcrypto" 27.13 + 27.14 # Rules to gen a SliTaz package suitable for Tazpkg. 27.15 genpkg_rules() 27.16 {
28.1 --- a/php-soap/receipt Wed Sep 04 09:30:00 2013 +0000 28.2 +++ b/php-soap/receipt Sat Sep 07 15:59:12 2013 +0000 28.3 @@ -5,10 +5,12 @@ 28.4 CATEGORY="development" 28.5 SHORT_DESC="soap module for PHP web programming language." 28.6 MAINTAINER="pascal.bellard@slitaz.org" 28.7 -DEPENDS="php libxml2" 28.8 +LICENSE="BSD" 28.9 WEB_SITE="http://www.php.net/" 28.10 WANTED="php" 28.11 28.12 +DEPENDS="php libxml2" 28.13 + 28.14 # Rules to gen a SliTaz package suitable for Tazpkg. 28.15 genpkg_rules() 28.16 {
29.1 --- a/php-sqlite/receipt Wed Sep 04 09:30:00 2013 +0000 29.2 +++ b/php-sqlite/receipt Sat Sep 07 15:59:12 2013 +0000 29.3 @@ -5,10 +5,12 @@ 29.4 CATEGORY="development" 29.5 SHORT_DESC="sqlite module for PHP web programming language." 29.6 MAINTAINER="slaxemulator@gmail.com" 29.7 -DEPENDS="php sqlite" 29.8 +LICENSE="BSD" 29.9 WEB_SITE="http://www.php.net/" 29.10 WANTED="php" 29.11 29.12 +DEPENDS="php sqlite" 29.13 + 29.14 # Rules to gen a SliTaz package suitable for Tazpkg. 29.15 genpkg_rules() 29.16 {
30.1 --- a/php/receipt Wed Sep 04 09:30:00 2013 +0000 30.2 +++ b/php/receipt Sat Sep 07 15:59:12 2013 +0000 30.3 @@ -5,6 +5,7 @@ 30.4 CATEGORY="development" 30.5 SHORT_DESC="PHP web programming language." 30.6 MAINTAINER="pankso@slitaz.org" 30.7 +LICENSE="BSD" 30.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 30.9 WEB_SITE="http://www.php.net/" 30.10 WGET_URL="http://www.php.net/distributions/$TARBALL"
31.1 --- a/phpeasyvcs/receipt Wed Sep 04 09:30:00 2013 +0000 31.2 +++ b/phpeasyvcs/receipt Sat Sep 07 15:59:12 2013 +0000 31.3 @@ -6,9 +6,11 @@ 31.4 CATEGORY="network" 31.5 SHORT_DESC="A simple version control system (VCS) and WebDAV server." 31.6 MAINTAINER="pascal.bellard@slitaz.org" 31.7 +LICENSE="GPL3" 31.8 WEB_SITE="http://phpeasyvcs.sourceforge.net/" 31.9 TARBALL="$SOURCE-$VERSION.zip" 31.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 31.11 + 31.12 DEPENDS="php" 31.13 31.14 # Rules to configure and make the package.
32.1 --- a/phpldapadmin/receipt Wed Sep 04 09:30:00 2013 +0000 32.2 +++ b/phpldapadmin/receipt Sat Sep 07 15:59:12 2013 +0000 32.3 @@ -5,11 +5,13 @@ 32.4 CATEGORY="misc" 32.5 SHORT_DESC="Administration of LDAP over the Web." 32.6 MAINTAINER="pascal.bellard@slitaz.org" 32.7 +LICENSE="GPL2" 32.8 TARBALL="$PACKAGE-$VERSION.tgz" 32.9 WEB_SITE="http://phpldapadmin.sourceforge.net/" 32.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 32.11 +CONFIG_FILES="/etc/phpldapadmin/config.php" 32.12 + 32.13 DEPENDS="php-ldap" 32.14 -CONFIG_FILES="/etc/phpldapadmin/config.php" 32.15 32.16 # Rules to gen a SliTaz package suitable for Tazpkg. 32.17 genpkg_rules()
33.1 --- a/phpmyadmin/receipt Wed Sep 04 09:30:00 2013 +0000 33.2 +++ b/phpmyadmin/receipt Sat Sep 07 15:59:12 2013 +0000 33.3 @@ -5,14 +5,15 @@ 33.4 CATEGORY="misc" 33.5 SHORT_DESC="Administration of MySQL over the Web." 33.6 MAINTAINER="pascal.bellard@slitaz.org" 33.7 +LICENSE="GPL2" 33.8 PHPMYADM="phpMyAdmin-$VERSION-all-languages" 33.9 TARBALL="$PHPMYADM.tar.bz2" 33.10 WEB_SITE="http://www.phpmyadmin.net/" 33.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 33.12 SUGGESTED="php-mcrypt" 33.13 -DEPENDS="php-mysqli" 33.14 CONFIG_FILES="/etc/phpmyadmin/config.inc.php" 33.15 33.16 +DEPENDS="php-mysqli" 33.17 33.18 # Rules to gen a SliTaz package suitable for Tazpkg. 33.19 genpkg_rules()
34.1 --- a/phppgadmin/receipt Wed Sep 04 09:30:00 2013 +0000 34.2 +++ b/phppgadmin/receipt Sat Sep 07 15:59:12 2013 +0000 34.3 @@ -5,12 +5,14 @@ 34.4 CATEGORY="misc" 34.5 SHORT_DESC="Administration of postgresql over the Web." 34.6 MAINTAINER="pascal.bellard@slitaz.org" 34.7 +LICENSE="GPL2" 34.8 SOURCE="phpPgAdmin" 34.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 34.10 WEB_SITE="http://$PACKAGE.sourceforge.net/" 34.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 34.12 +CONFIG_FILES="/etc/phppgadmin/config.inc.php" 34.13 + 34.14 DEPENDS="php-pgsql" 34.15 -CONFIG_FILES="/etc/phppgadmin/config.inc.php" 34.16 34.17 # Rules to gen a SliTaz package suitable for Tazpkg. 34.18 genpkg_rules()
35.1 --- a/phpqrcode/receipt Wed Sep 04 09:30:00 2013 +0000 35.2 +++ b/phpqrcode/receipt Sat Sep 07 15:59:12 2013 +0000 35.3 @@ -5,9 +5,11 @@ 35.4 CATEGORY="development" 35.5 SHORT_DESC="Library for generating QR Code, 2-dimensional barcode." 35.6 MAINTAINER="pascal.bellard@slitaz.org" 35.7 +LICENSE="GPL3" 35.8 TARBALL="$PACKAGE-2010100721_$VERSION.zip" 35.9 WEB_SITE="http://phpqrcode.sourceforge.net/" 35.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 35.11 + 35.12 DEPENDS="qrencode php-gd" 35.13 35.14 # Rules to configure and make the package.
36.1 --- a/phproxy/receipt Wed Sep 04 09:30:00 2013 +0000 36.2 +++ b/phproxy/receipt Sat Sep 07 15:59:12 2013 +0000 36.3 @@ -6,6 +6,7 @@ 36.4 CATEGORY="network" 36.5 SHORT_DESC="A proxy HTTP." 36.6 MAINTAINER="pascal.bellard@slitaz.org" 36.7 +LICENSE="GPL2" 36.8 WEB_SITE="http://sebsauvage.net/wiki/doku.php?id=phproxy" 36.9 TARBALL="$SOURCE%20$VERSION%20mod%20SSE+ARKA%2020100825.7z" 36.10 WGET_URL="http://sebsauvage.net/temp/$TARBALL"
37.1 --- a/phpvirtualbox/receipt Wed Sep 04 09:30:00 2013 +0000 37.2 +++ b/phpvirtualbox/receipt Sat Sep 07 15:59:12 2013 +0000 37.3 @@ -5,9 +5,11 @@ 37.4 CATEGORY="network" 37.5 SHORT_DESC="Virtualbox AJAX interface." 37.6 MAINTAINER="pascal.bellard@slitaz.org" 37.7 +LICENSE="GPL3" 37.8 TARBALL="$PACKAGE-$VERSION.zip" 37.9 WEB_SITE="http://code.google.com/${PACKAGE:0:1}/$PACKAGE/" 37.10 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 37.11 + 37.12 DEPENDS="php-soap virtualbox" 37.13 37.14 # Rules to gen a SliTaz package suitable for Tazpkg.
38.1 --- a/yasm-dev/receipt Wed Sep 04 09:30:00 2013 +0000 38.2 +++ b/yasm-dev/receipt Sat Sep 07 15:59:12 2013 +0000 38.3 @@ -5,14 +5,16 @@ 38.4 CATEGORY="development" 38.5 SHORT_DESC="yasm devel library." 38.6 MAINTAINER="jozee@slitaz.org" 38.7 -DEPENDS="yasm" 38.8 +LICENSE="BSD GPL2 LGPL2" 38.9 WANTED="yasm" 38.10 WEB_SITE="http://www.tortall.net/projects/yasm/" 38.11 38.12 +DEPENDS="yasm" 38.13 + 38.14 # Rules to gen a SliTaz package suitable for Tazpkg. 38.15 genpkg_rules() 38.16 { 38.17 mkdir -p $fs/usr 38.18 - cp -a $_pkg/usr/include $fs/usr 38.19 - cp -a $_pkg/usr/lib $fs/usr 38.20 + cp -a $install/usr/include $fs/usr 38.21 + cp -a $install/usr/lib $fs/usr 38.22 }
39.1 --- a/yasm/receipt Wed Sep 04 09:30:00 2013 +0000 39.2 +++ b/yasm/receipt Sat Sep 07 15:59:12 2013 +0000 39.3 @@ -4,12 +4,14 @@ 39.4 VERSION="1.2.0" 39.5 CATEGORY="development" 39.6 MAINTAINER="jozee@slitaz.org" 39.7 +LICENSE="BSD GPL2 LGPL2" 39.8 SHORT_DESC="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)" 39.9 -DEPENDS="glibc-base" 39.10 WEB_SITE="http://www.tortall.net/projects/yasm/" 39.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 39.12 WGET_URL="$WEB_SITE/releases/$TARBALL" 39.13 39.14 +DEPENDS="glibc-base" 39.15 + 39.16 # Rules to configure and make the package. 39.17 compile_rules() 39.18 { 39.19 @@ -23,6 +25,5 @@ 39.20 genpkg_rules() 39.21 { 39.22 mkdir -p $fs/usr 39.23 - cp -a $_pkg/usr/bin $fs/usr 39.24 - 39.25 + cp -a $install/usr/bin $fs/usr 39.26 }
40.1 --- a/zim/receipt Wed Sep 04 09:30:00 2013 +0000 40.2 +++ b/zim/receipt Sat Sep 07 15:59:12 2013 +0000 40.3 @@ -5,13 +5,15 @@ 40.4 CATEGORY="utilities" 40.5 SHORT_DESC="A desktop wiki." 40.6 MAINTAINER="gokhlayeh@slitaz.org" 40.7 -DEPENDS="python pygtk pygobject python-simplejson python-xdg desktop-file-utils shared-mime-info xdg-utils" 40.8 -BUILD_DEPENDS="$DEPENDS pycairo-dev pygobject-dev pygtk-dev python-dev" 40.9 +LICENSE="GPL2" 40.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 40.11 WEB_SITE="http://zim-wiki.org/" 40.12 WGET_URL="http://zim-wiki.org/downloads/$TARBALL" 40.13 TAGS="wiki notebook" 40.14 40.15 +DEPENDS="python pygtk pygobject python-simplejson python-xdg desktop-file-utils shared-mime-info xdg-utils" 40.16 +BUILD_DEPENDS="$DEPENDS pycairo-dev pygobject-dev pygtk-dev python-dev" 40.17 + 40.18 # Rules to configure and make the package. 40.19 compile_rules() 40.20 { 40.21 @@ -23,7 +25,7 @@ 40.22 genpkg_rules() 40.23 { 40.24 mkdir -p $fs/usr 40.25 - cp -a $_pkg/usr $fs 40.26 + cp -a $install/usr $fs 40.27 } 40.28 40.29 post_install()
41.1 --- a/zsnes/receipt Wed Sep 04 09:30:00 2013 +0000 41.2 +++ b/zsnes/receipt Sat Sep 07 15:59:12 2013 +0000 41.3 @@ -4,6 +4,7 @@ 41.4 VERSION="1.51" 41.5 CATEGORY="games" 41.6 MAINTAINER="slaxemulator@gmail.com" 41.7 +LICENSE="GPL2" 41.8 SHORT_DESC="Super Nintendo emulator" 41.9 WEB_SITE="http://www.zsnes.com/" 41.10 TARBALL="zsnes151src.tar.bz2"