wok-next rev 15361
tuxmath: add -lt4k_common
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 02 10:41:05 2013 +0000 (2013-10-02) |
parents | 6ed98834e3eb |
children | 617dbdeb6f7e |
files | apache-ant/receipt apache-dev/receipt apache-doc/receipt apache-mod-perl/receipt apache-mod-wsgi/receipt apache/receipt aspell-cs/receipt aspell-da/receipt aspell-de/receipt aspell-en/receipt aspell-es/receipt aspell-fr/receipt aspell-hu/receipt aspell-id/receipt aspell-it/receipt aspell-nl/receipt aspell-pl/receipt aspell-pt_BR/receipt aspell-pt_PT/receipt aspell-ru/receipt aspell-sl/receipt tuxmath/receipt yaff/receipt zenity/receipt zfs-fuse/receipt zip/receipt zopeinterface/receipt zsh/receipt zsync/receipt |
line diff
1.1 --- a/apache-ant/receipt Tue Oct 01 17:16:06 2013 +0000 1.2 +++ b/apache-ant/receipt Wed Oct 02 10:41:05 2013 +0000 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A Java-based build tool." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="jdk" 1.8 -#DEPENDS="java-jdk" 1.9 -BUILD_DEPENDS="" 1.10 +LICENSE="Apache" 1.11 SUGGESTED="" 1.12 TARBALL="$PACKAGE-$VERSION-bin.tar.bz2" 1.13 WEB_SITE="http://ant.apache.org/" 1.14 WGET_URL="http://www.apache.org/dist/ant/binaries/$TARBALL" 1.15 1.16 +DEPENDS="jdk" 1.17 +#DEPENDS="java-jdk" 1.18 +BUILD_DEPENDS="" 1.19 + 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 @@ -20,23 +22,23 @@ 1.24 # Thus, to help with bootstrapping, use the binary ant release 1.25 cd $src 1.26 1.27 - mkdir -p $src/_pkg/usr/bin 1.28 - cp -f $src/bin/*.pl $src/_pkg/usr/bin 1.29 - cp -f $src/bin/*.py $src/_pkg/usr/bin 1.30 - cp -f $src/bin/ant $src/_pkg/usr/bin 1.31 - cp -f $src/bin/antRun $src/_pkg/usr/bin 1.32 + mkdir -p $DESTDIR/usr/bin 1.33 + cp -f $src/bin/*.pl $DESTDIR/usr/bin 1.34 + cp -f $src/bin/*.py $DESTDIR/usr/bin 1.35 + cp -f $src/bin/ant $DESTDIR/usr/bin 1.36 + cp -f $src/bin/antRun $DESTDIR/usr/bin 1.37 1.38 - cp -a $src/etc $src/_pkg 1.39 + cp -a $src/etc $DESTDIR 1.40 1.41 - mkdir -p $src/_pkg/usr/lib 1.42 - cp -f $src/lib/*.jar $src/_pkg/usr/lib 1.43 - cp -f $src/lib/*.pom $src/_pkg/usr/lib 1.44 + mkdir -p $DESTDIR/usr/lib 1.45 + cp -f $src/lib/*.jar $DESTDIR/usr/lib 1.46 + cp -f $src/lib/*.pom $DESTDIR/usr/lib 1.47 } 1.48 1.49 # Rules to gen a SliTaz package suitable for Tazpkg. 1.50 genpkg_rules() 1.51 { 1.52 mkdir -p $fs 1.53 - cp -a $_pkg/usr $fs 1.54 - cp -a $_pkg/etc $fs 1.55 + cp -a $install/usr $fs 1.56 + cp -a $install/etc $fs 1.57 }
2.1 --- a/apache-dev/receipt Tue Oct 01 17:16:06 2013 +0000 2.2 +++ b/apache-dev/receipt Wed Oct 02 10:41:05 2013 +0000 2.3 @@ -5,6 +5,7 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="HTTP server development files." 2.6 MAINTAINER="pascal.bellard@slitaz.org" 2.7 +LICENSE="Apache" 2.8 WEB_SITE="http://www.apache.org/" 2.9 SOURCE="httpd" 2.10 WANTED="apache" 2.11 @@ -13,8 +14,8 @@ 2.12 genpkg_rules() 2.13 { 2.14 mkdir -p $fs/usr/share/apache $fs/usr/bin 2.15 - cp -a $_pkg/usr/include $fs/usr 2.16 - cp -a $_pkg/usr/bin/apxs $fs/usr/bin 2.17 - cp -a $_pkg/usr/share/apache/build $fs/usr/share/apache 2.18 + cp -a $install/usr/include $fs/usr 2.19 + cp -a $install/usr/bin/apxs $fs/usr/bin 2.20 + cp -a $install/usr/share/apache/build $fs/usr/share/apache 2.21 } 2.22
3.1 --- a/apache-doc/receipt Tue Oct 01 17:16:06 2013 +0000 3.2 +++ b/apache-doc/receipt Wed Oct 02 10:41:05 2013 +0000 3.3 @@ -5,6 +5,7 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="HTTP server documentation files." 3.6 MAINTAINER="pascal.bellard@slitaz.org" 3.7 +LICENSE="Apache" 3.8 WEB_SITE="http://www.apache.org/" 3.9 SOURCE="httpd" 3.10 WANTED="apache" 3.11 @@ -13,6 +14,6 @@ 3.12 genpkg_rules() 3.13 { 3.14 mkdir -p $fs/usr/share 3.15 - cp -a $_pkg/usr/share/doc $fs/usr/share 3.16 + cp -a $install/usr/share/doc $fs/usr/share 3.17 } 3.18
4.1 --- a/apache-mod-perl/receipt Tue Oct 01 17:16:06 2013 +0000 4.2 +++ b/apache-mod-perl/receipt Wed Oct 02 10:41:05 2013 +0000 4.3 @@ -5,29 +5,31 @@ 4.4 CATEGORY="network" 4.5 SHORT_DESC="PERL module for Apache" 4.6 MAINTAINER="erjo@slitaz.org" 4.7 -DEPENDS="apache" 4.8 -BUILD_DEPENDS="perl gdbm-dev apache-dev apr-dev apr-util-dev apache" 4.9 +LICENSE="Apache" 4.10 SOURCE="mod_perl" 4.11 TARBALL="$SOURCE-$VERSION.tar.gz" 4.12 WEB_SITE="http://perl.apache.org/" 4.13 WGET_URL="http://perl.apache.org/dist/$TARBALL" 4.14 4.15 +DEPENDS="apache" 4.16 +BUILD_DEPENDS="perl gdbm-dev apache-dev apr-dev apr-util-dev apache" 4.17 + 4.18 # Rules to configure and make the package. 4.19 compile_rules() 4.20 { 4.21 cd $src 4.22 perl Makefile.PL MP_APXS=/usr/bin/apxs && \ 4.23 make && \ 4.24 - make DESTDIR=$PWD/_pkg install 4.25 + make DESTDIR=$DESTDIR install 4.26 } 4.27 4.28 # Rules to gen a SliTaz package suitable for Tazpkg. 4.29 genpkg_rules() 4.30 { 4.31 mkdir -p $fs/usr/share 4.32 - cp -a $_pkg/usr/bin $fs/usr 4.33 - cp -a $_pkg/usr/lib $fs/usr 4.34 - cp -a $_pkg/usr/share/apache $fs/usr/share 4.35 + cp -a $install/usr/bin $fs/usr 4.36 + cp -a $install/usr/lib $fs/usr 4.37 + cp -a $install/usr/share/apache $fs/usr/share 4.38 4.39 } 4.40
5.1 --- a/apache-mod-wsgi/receipt Tue Oct 01 17:16:06 2013 +0000 5.2 +++ b/apache-mod-wsgi/receipt Wed Oct 02 10:41:05 2013 +0000 5.3 @@ -5,6 +5,7 @@ 5.4 CATEGORY="network" 5.5 SHORT_DESC="Python WSGI adapter module for Apache." 5.6 MAINTAINER="erjo@slitaz.org" 5.7 +LICENSE="Apache" 5.8 WEB_SITE="http://code.google.com/p/modwsgi/" 5.9 SOURCE="mod_wsgi" 5.10 TARBALL="$SOURCE-$VERSION.tar.gz"
6.1 --- a/apache/receipt Tue Oct 01 17:16:06 2013 +0000 6.2 +++ b/apache/receipt Wed Oct 02 10:41:05 2013 +0000 6.3 @@ -5,18 +5,20 @@ 6.4 CATEGORY="network" 6.5 SHORT_DESC="Secure, efficient and extensible HTTP server." 6.6 MAINTAINER="pascal.bellard@slitaz.org" 6.7 +LICENSE="Apache" 6.8 SOURCE="httpd" 6.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 6.10 WEB_SITE="http://www.apache.org/" 6.11 WGET_URL="${WEB_SITE}dist/$SOURCE/$TARBALL" 6.12 -DEPENDS="apr-util apr openssl pcre util-linux-uuid expat zlib" 6.13 -BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed expat-dev zlib-dev \ 6.14 -util-linux-uuid-dev openldap-dev bash" 6.15 CONFIG_FILES="/etc/apache /var/www /etc/ssl/apache" 6.16 TAZPANEL_DAEMON="edit::/etc/apache/httpd.conf|web::$WEB_SITE" 6.17 PROVIDE="lighttpd" 6.18 TAGS="webserver http server" 6.19 6.20 +DEPENDS="apr-util apr openssl pcre util-linux-uuid expat zlib" 6.21 +BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed expat-dev zlib-dev \ 6.22 +util-linux-uuid-dev openldap-dev bash" 6.23 + 6.24 # Rules to configure and make the package. 6.25 compile_rules() 6.26 { 6.27 @@ -37,14 +39,14 @@ 6.28 { 6.29 mkdir -p $fs/usr/share/apache $fs/etc/init.d $fs/etc/apache/conf.d 6.30 mkdir -p $fs/etc/ssl/apache 6.31 - cp -a $_pkg/usr/share/apache/icons $fs/usr/share/apache 6.32 - cp -a $_pkg/usr/share/apache/error $fs/usr/share/apache 6.33 - cp -a $_pkg/usr/share/apache/modules $fs/usr/share/apache 6.34 - cp -a $_pkg/usr/bin $fs/usr 6.35 + cp -a $install/usr/share/apache/icons $fs/usr/share/apache 6.36 + cp -a $install/usr/share/apache/error $fs/usr/share/apache 6.37 + cp -a $install/usr/share/apache/modules $fs/usr/share/apache 6.38 + cp -a $install/usr/bin $fs/usr 6.39 rm -r $fs/usr/bin/apxs 6.40 - cp -a $_pkg/etc $fs 6.41 + cp -a $install/etc $fs 6.42 rm -rf $fs/etc/apache/original 6.43 - cp -a $_pkg/var $fs 6.44 + cp -a $install/var $fs 6.45 6.46 cp -a $stuff/apache $fs/etc/init.d 6.47 mkdir -p $fs/etc/apache/extra
7.1 --- a/aspell-cs/receipt Tue Oct 01 17:16:06 2013 +0000 7.2 +++ b/aspell-cs/receipt Wed Oct 02 10:41:05 2013 +0000 7.3 @@ -5,25 +5,27 @@ 7.4 CATEGORY="system-tools" 7.5 SHORT_DESC="Czech aspell dictionary." 7.6 MAINTAINER="erjo@slitaz.org" 7.7 -DEPENDS="aspell" 7.8 -BUILD_DEPENDS="aspell aspell-dev" 7.9 +LICENSE="GPL2" 7.10 SOURCE="aspell6-cs" 7.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 7.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 7.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/cs/$TARBALL" 7.14 7.15 +DEPENDS="aspell" 7.16 +BUILD_DEPENDS="aspell aspell-dev" 7.17 + 7.18 # Rules to configure and make the package. 7.19 compile_rules() 7.20 { 7.21 cd $src 7.22 ./configure && \ 7.23 - make && make DESTDIR=$PWD/_pkg install 7.24 + make && make DESTDIR=$DESTDIR install 7.25 } 7.26 7.27 # Rules to gen a SliTaz package suitable for Tazpkg. 7.28 genpkg_rules() 7.29 { 7.30 mkdir -p $fs/usr/lib 7.31 - cp -a $_pkg/usr/lib/* $fs/usr/lib 7.32 + cp -a $install/usr/lib/* $fs/usr/lib 7.33 } 7.34
8.1 --- a/aspell-da/receipt Tue Oct 01 17:16:06 2013 +0000 8.2 +++ b/aspell-da/receipt Wed Oct 02 10:41:05 2013 +0000 8.3 @@ -5,25 +5,27 @@ 8.4 CATEGORY="system-tools" 8.5 SHORT_DESC="Danish aspell dictionary." 8.6 MAINTAINER="paul@slitaz.org" 8.7 -DEPENDS="aspell" 8.8 -BUILD_DEPENDS="aspell aspell-dev" 8.9 +LICENSE="GPL2" 8.10 SOURCE="aspell5-da" 8.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 8.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 8.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/da/$TARBALL" 8.14 8.15 +DEPENDS="aspell" 8.16 +BUILD_DEPENDS="aspell aspell-dev" 8.17 + 8.18 # Rules to configure and make the package. 8.19 compile_rules() 8.20 { 8.21 cd $src 8.22 ./configure && \ 8.23 - make && make DESTDIR=$PWD/_pkg install 8.24 + make && make DESTDIR=$DESTDIR install 8.25 } 8.26 8.27 # Rules to gen a SliTaz package suitable for Tazpkg. 8.28 genpkg_rules() 8.29 { 8.30 mkdir -p $fs/usr/lib 8.31 - cp -a $_pkg/usr/lib/* $fs/usr/lib 8.32 + cp -a $install/usr/lib/* $fs/usr/lib 8.33 } 8.34
9.1 --- a/aspell-de/receipt Tue Oct 01 17:16:06 2013 +0000 9.2 +++ b/aspell-de/receipt Wed Oct 02 10:41:05 2013 +0000 9.3 @@ -5,24 +5,26 @@ 9.4 CATEGORY="system-tools" 9.5 SHORT_DESC="German aspell dictionary." 9.6 MAINTAINER="paul@slitaz.org" 9.7 -DEPENDS="aspell" 9.8 -BUILD_DEPENDS="aspell aspell-dev" 9.9 +LICENSE="GPL2" 9.10 SOURCE="aspell6-de" 9.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 9.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 9.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/de/$TARBALL" 9.14 9.15 +DEPENDS="aspell" 9.16 +BUILD_DEPENDS="aspell aspell-dev" 9.17 + 9.18 # Rules to configure and make the package. 9.19 compile_rules() 9.20 { 9.21 cd $src 9.22 ./configure && \ 9.23 - make && make DESTDIR=$PWD/_pkg install 9.24 + make && make DESTDIR=$DESTDIR install 9.25 } 9.26 9.27 # Rules to gen a SliTaz package suitable for Tazpkg. 9.28 genpkg_rules() 9.29 { 9.30 mkdir -p $fs/usr/lib 9.31 - cp -a $_pkg/usr/lib/* $fs/usr/lib 9.32 + cp -a $install/usr/lib/* $fs/usr/lib 9.33 }
10.1 --- a/aspell-en/receipt Tue Oct 01 17:16:06 2013 +0000 10.2 +++ b/aspell-en/receipt Wed Oct 02 10:41:05 2013 +0000 10.3 @@ -5,13 +5,15 @@ 10.4 CATEGORY="system-tools" 10.5 SHORT_DESC="English aspell dictionary." 10.6 MAINTAINER="paul@slitaz.org" 10.7 -DEPENDS="aspell" 10.8 -BUILD_DEPENDS="aspell aspell-dev" 10.9 +LICENSE="PublicDomain" 10.10 SOURCE="aspell6-en" 10.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 10.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 10.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/en/$TARBALL" 10.14 10.15 +DEPENDS="aspell" 10.16 +BUILD_DEPENDS="aspell aspell-dev" 10.17 + 10.18 # Rules to configure and make the package. 10.19 compile_rules() 10.20 { 10.21 @@ -24,5 +26,5 @@ 10.22 genpkg_rules() 10.23 { 10.24 mkdir -p $fs/usr/lib 10.25 - cp -a $_pkg/usr/lib/* $fs/usr/lib 10.26 + cp -a $install/usr/lib/* $fs/usr/lib 10.27 }
11.1 --- a/aspell-es/receipt Tue Oct 01 17:16:06 2013 +0000 11.2 +++ b/aspell-es/receipt Wed Oct 02 10:41:05 2013 +0000 11.3 @@ -5,13 +5,15 @@ 11.4 CATEGORY="system-tools" 11.5 SHORT_DESC="Spanish aspell dictionary." 11.6 MAINTAINER="paul@slitaz.org" 11.7 -DEPENDS="aspell" 11.8 -BUILD_DEPENDS="aspell aspell-dev" 11.9 +LICENSE="GPL2" 11.10 SOURCE="aspell6-es" 11.11 TARBALL="$SOURCE-$VERSION-2.tar.bz2" 11.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 11.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/es/$TARBALL" 11.14 11.15 +DEPENDS="aspell" 11.16 +BUILD_DEPENDS="aspell aspell-dev" 11.17 + 11.18 # Rules to configure and make the package. 11.19 compile_rules() 11.20 { 11.21 @@ -24,5 +26,5 @@ 11.22 genpkg_rules() 11.23 { 11.24 mkdir -p $fs/usr/lib 11.25 - cp -a $_pkg/usr/lib/* $fs/usr/lib 11.26 + cp -a $install/usr/lib/* $fs/usr/lib 11.27 }
12.1 --- a/aspell-fr/receipt Tue Oct 01 17:16:06 2013 +0000 12.2 +++ b/aspell-fr/receipt Wed Oct 02 10:41:05 2013 +0000 12.3 @@ -5,23 +5,25 @@ 12.4 CATEGORY="system-tools" 12.5 SHORT_DESC="French aspell dictionary." 12.6 MAINTAINER="paul@slitaz.org" 12.7 -DEPENDS="aspell" 12.8 -BUILD_DEPENDS="aspell aspell-dev" 12.9 +LICENSE="GPL2" 12.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 12.11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 12.12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/fr/$TARBALL" 12.13 12.14 +DEPENDS="aspell" 12.15 +BUILD_DEPENDS="aspell aspell-dev" 12.16 + 12.17 # Rules to configure and make the package. 12.18 compile_rules() 12.19 { 12.20 cd $src 12.21 - ./configure && \ 12.22 - make && make DESTDIR=$PWD/_pkg install 12.23 + ./configure && 12.24 + make && make DESTDIR=$DESTDIR install 12.25 } 12.26 12.27 # Rules to gen a SliTaz package suitable for Tazpkg. 12.28 genpkg_rules() 12.29 { 12.30 mkdir -p $fs/usr/lib 12.31 - cp -a $_pkg/usr/lib/* $fs/usr/lib 12.32 + cp -a $install/usr/lib/* $fs/usr/lib 12.33 }
13.1 --- a/aspell-hu/receipt Tue Oct 01 17:16:06 2013 +0000 13.2 +++ b/aspell-hu/receipt Wed Oct 02 10:41:05 2013 +0000 13.3 @@ -5,26 +5,28 @@ 13.4 CATEGORY="system-tools" 13.5 SHORT_DESC="Hungarian aspell dictionary." 13.6 MAINTAINER="erjo@slitaz.org" 13.7 -DEPENDS="aspell" 13.8 -BUILD_DEPENDS="aspell aspell-dev" 13.9 +LICENSE="GPL2" 13.10 SOURCE="aspell6-hu" 13.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 13.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 13.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/hu/$TARBALL" 13.14 13.15 +DEPENDS="aspell" 13.16 +BUILD_DEPENDS="aspell aspell-dev" 13.17 + 13.18 # Rules to configure and make the package. 13.19 compile_rules() 13.20 { 13.21 cd $src 13.22 ./configure && \ 13.23 - make && make DESTDIR=$PWD/_pkg install 13.24 + make && make DESTDIR=$DESTDIR install 13.25 } 13.26 13.27 # Rules to gen a SliTaz package suitable for Tazpkg. 13.28 genpkg_rules() 13.29 { 13.30 mkdir -p $fs/usr/lib 13.31 - cp -a $_pkg/usr/lib/* $fs/usr/lib 13.32 + cp -a $install/usr/lib/* $fs/usr/lib 13.33 } 13.34 13.35
14.1 --- a/aspell-id/receipt Tue Oct 01 17:16:06 2013 +0000 14.2 +++ b/aspell-id/receipt Wed Oct 02 10:41:05 2013 +0000 14.3 @@ -5,26 +5,28 @@ 14.4 CATEGORY="system-tools" 14.5 SHORT_DESC="Indonesian aspell dictionary." 14.6 MAINTAINER="erjo@slitaz.org" 14.7 -DEPENDS="aspell" 14.8 -BUILD_DEPENDS="aspell aspell-dev" 14.9 +LICENSE="GPL2" 14.10 SOURCE="aspell5-id" 14.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 14.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 14.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/id/$TARBALL" 14.14 14.15 +DEPENDS="aspell" 14.16 +BUILD_DEPENDS="aspell aspell-dev" 14.17 + 14.18 # Rules to configure and make the package. 14.19 compile_rules() 14.20 { 14.21 cd $src 14.22 ./configure && \ 14.23 - make && make DESTDIR=$PWD/_pkg install 14.24 + make && make DESTDIR=$DESTDIR install 14.25 } 14.26 14.27 # Rules to gen a SliTaz package suitable for Tazpkg. 14.28 genpkg_rules() 14.29 { 14.30 mkdir -p $fs/usr/lib 14.31 - cp -a $_pkg/usr/lib/* $fs/usr/lib 14.32 + cp -a $install/usr/lib/* $fs/usr/lib 14.33 } 14.34 14.35
15.1 --- a/aspell-it/receipt Tue Oct 01 17:16:06 2013 +0000 15.2 +++ b/aspell-it/receipt Wed Oct 02 10:41:05 2013 +0000 15.3 @@ -5,25 +5,27 @@ 15.4 CATEGORY="system-tools" 15.5 SHORT_DESC="Italian aspell dictionary." 15.6 MAINTAINER="erjo@slitaz.org" 15.7 -DEPENDS="aspell" 15.8 -BUILD_DEPENDS="aspell aspell-dev" 15.9 +LICENSE="GPL2" 15.10 SOURCE="aspell6-it" 15.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 15.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 15.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/it/$TARBALL" 15.14 15.15 +DEPENDS="aspell" 15.16 +BUILD_DEPENDS="aspell aspell-dev" 15.17 + 15.18 # Rules to configure and make the package. 15.19 compile_rules() 15.20 { 15.21 cd $src 15.22 ./configure && \ 15.23 - make && make DESTDIR=$PWD/_pkg install 15.24 + make && make DESTDIR=$DESTDIR install 15.25 } 15.26 15.27 # Rules to gen a SliTaz package suitable for Tazpkg. 15.28 genpkg_rules() 15.29 { 15.30 mkdir -p $fs/usr/lib 15.31 - cp -a $_pkg/usr/lib/* $fs/usr/lib 15.32 + cp -a $install/usr/lib/* $fs/usr/lib 15.33 } 15.34
16.1 --- a/aspell-nl/receipt Tue Oct 01 17:16:06 2013 +0000 16.2 +++ b/aspell-nl/receipt Wed Oct 02 10:41:05 2013 +0000 16.3 @@ -5,24 +5,26 @@ 16.4 CATEGORY="system-tools" 16.5 SHORT_DESC="Dutch aspell dictionary." 16.6 MAINTAINER="paul@slitaz.org" 16.7 -DEPENDS="aspell" 16.8 -BUILD_DEPENDS="aspell aspell-dev" 16.9 +LICENSE="GPL" 16.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 16.11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 16.12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/nl/$TARBALL" 16.13 16.14 +DEPENDS="aspell" 16.15 +BUILD_DEPENDS="aspell aspell-dev" 16.16 + 16.17 # Rules to configure and make the package. 16.18 compile_rules() 16.19 { 16.20 cd $src 16.21 ./configure && \ 16.22 - make && make DESTDIR=$PWD/_pkg install 16.23 + make && make DESTDIR=$DESTDIR install 16.24 } 16.25 16.26 # Rules to gen a SliTaz package suitable for Tazpkg. 16.27 genpkg_rules() 16.28 { 16.29 mkdir -p $fs/usr 16.30 - cp -a $_pkg/usr/lib $fs/usr 16.31 + cp -a $install/usr/lib $fs/usr 16.32 } 16.33
17.1 --- a/aspell-pl/receipt Tue Oct 01 17:16:06 2013 +0000 17.2 +++ b/aspell-pl/receipt Wed Oct 02 10:41:05 2013 +0000 17.3 @@ -5,25 +5,27 @@ 17.4 CATEGORY="system-tools" 17.5 SHORT_DESC="Polish aspell dictionary." 17.6 MAINTAINER="paul@slitaz.org" 17.7 -DEPENDS="aspell" 17.8 -BUILD_DEPENDS="aspell aspell-dev" 17.9 +LICENSE="GPL LGPL CC-SA" 17.10 SOURCE="aspell6-pl" 17.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 17.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 17.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pl/$TARBALL" 17.14 17.15 +DEPENDS="aspell" 17.16 +BUILD_DEPENDS="aspell aspell-dev" 17.17 + 17.18 # Rules to configure and make the package. 17.19 compile_rules() 17.20 { 17.21 cd $src 17.22 ./configure && \ 17.23 - make && make DESTDIR=$PWD/_pkg install 17.24 + make && make DESTDIR=$DESTDIR install 17.25 } 17.26 17.27 # Rules to gen a SliTaz package suitable for Tazpkg. 17.28 genpkg_rules() 17.29 { 17.30 mkdir -p $fs/usr 17.31 - cp -a $_pkg/usr/lib $fs/usr 17.32 + cp -a $install/usr/lib $fs/usr 17.33 } 17.34
18.1 --- a/aspell-pt_BR/receipt Tue Oct 01 17:16:06 2013 +0000 18.2 +++ b/aspell-pt_BR/receipt Wed Oct 02 10:41:05 2013 +0000 18.3 @@ -5,24 +5,26 @@ 18.4 CATEGORY="system-tools" 18.5 SHORT_DESC="Brazilian aspell dictionary." 18.6 MAINTAINER="paul@slitaz.org" 18.7 -DEPENDS="aspell" 18.8 -BUILD_DEPENDS="aspell aspell-dev" 18.9 +LICENSE="LGPL2.1" 18.10 SOURCE="aspell6-pt_BR" 18.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 18.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 18.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/$TARBALL" 18.14 18.15 +DEPENDS="aspell" 18.16 +BUILD_DEPENDS="aspell aspell-dev" 18.17 + 18.18 # Rules to configure and make the package. 18.19 compile_rules() 18.20 { 18.21 cd $src 18.22 ./configure && \ 18.23 - make && make DESTDIR=$PWD/_pkg install 18.24 + make && make DESTDIR=$DESTDIR install 18.25 } 18.26 18.27 # Rules to gen a SliTaz package suitable for Tazpkg. 18.28 genpkg_rules() 18.29 { 18.30 mkdir -p $fs/usr/lib 18.31 - cp -a $_pkg/usr/lib/* $fs/usr/lib 18.32 + cp -a $install/usr/lib/* $fs/usr/lib 18.33 }
19.1 --- a/aspell-pt_PT/receipt Tue Oct 01 17:16:06 2013 +0000 19.2 +++ b/aspell-pt_PT/receipt Wed Oct 02 10:41:05 2013 +0000 19.3 @@ -5,24 +5,26 @@ 19.4 CATEGORY="system-tools" 19.5 SHORT_DESC="Portuguese aspell dictionary." 19.6 MAINTAINER="paul@slitaz.org" 19.7 -DEPENDS="aspell" 19.8 -BUILD_DEPENDS="aspell aspell-dev" 19.9 +LICENSE="GPL2" 19.10 SOURCE="aspell6-pt_PT" 19.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 19.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 19.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/$TARBALL" 19.14 19.15 +DEPENDS="aspell" 19.16 +BUILD_DEPENDS="aspell aspell-dev" 19.17 + 19.18 # Rules to configure and make the package. 19.19 compile_rules() 19.20 { 19.21 cd $src 19.22 ./configure && \ 19.23 - make && make DESTDIR=$PWD/_pkg install 19.24 + make && make DESTDIR=$DESTDIR install 19.25 } 19.26 19.27 # Rules to gen a SliTaz package suitable for Tazpkg. 19.28 genpkg_rules() 19.29 { 19.30 mkdir -p $fs/usr/lib 19.31 - cp -a $_pkg/usr/lib/* $fs/usr/lib 19.32 + cp -a $install/usr/lib/* $fs/usr/lib 19.33 }
20.1 --- a/aspell-ru/receipt Tue Oct 01 17:16:06 2013 +0000 20.2 +++ b/aspell-ru/receipt Wed Oct 02 10:41:05 2013 +0000 20.3 @@ -5,24 +5,26 @@ 20.4 CATEGORY="system-tools" 20.5 SHORT_DESC="Russian aspell dictionary." 20.6 MAINTAINER="erjo@slitaz.org" 20.7 -DEPENDS="aspell" 20.8 -BUILD_DEPENDS="aspell aspell-dev" 20.9 +LICENSE="other" 20.10 SOURCE="aspell6-ru" 20.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 20.12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 20.13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/ru/$TARBALL" 20.14 20.15 +DEPENDS="aspell" 20.16 +BUILD_DEPENDS="aspell aspell-dev" 20.17 + 20.18 # Rules to configure and make the package. 20.19 compile_rules() 20.20 { 20.21 cd $src 20.22 ./configure && \ 20.23 - make && make DESTDIR=$PWD/_pkg install 20.24 + make && make DESTDIR=$DESTDIR install 20.25 } 20.26 20.27 # Rules to gen a SliTaz package suitable for Tazpkg. 20.28 genpkg_rules() 20.29 { 20.30 mkdir -p $fs/usr/lib 20.31 - cp -a $_pkg/usr/lib/* $fs/usr/lib 20.32 + cp -a $install/usr/lib/* $fs/usr/lib 20.33 }
21.1 --- a/aspell-sl/receipt Tue Oct 01 17:16:06 2013 +0000 21.2 +++ b/aspell-sl/receipt Wed Oct 02 10:41:05 2013 +0000 21.3 @@ -5,23 +5,25 @@ 21.4 CATEGORY="system-tools" 21.5 SHORT_DESC="Slovenian aspell dictionary." 21.6 MAINTAINER="erjo@slitaz.org" 21.7 -DEPENDS="aspell" 21.8 -BUILD_DEPENDS="aspell aspell-dev" 21.9 +LICENSE="GPL2" 21.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 21.11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 21.12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/sl/$TARBALL" 21.13 21.14 +DEPENDS="aspell" 21.15 +BUILD_DEPENDS="aspell aspell-dev" 21.16 + 21.17 # Rules to configure and make the package. 21.18 compile_rules() 21.19 { 21.20 cd $src 21.21 ./configure && \ 21.22 - make && make DESTDIR=$PWD/_pkg install 21.23 + make && make DESTDIR=$DESTDIR install 21.24 } 21.25 21.26 # Rules to gen a SliTaz package suitable for Tazpkg. 21.27 genpkg_rules() 21.28 { 21.29 mkdir -p $fs/usr/lib 21.30 - cp -a $_pkg/usr/lib/* $fs/usr/lib 21.31 + cp -a $install/usr/lib/* $fs/usr/lib 21.32 }
22.1 --- a/tuxmath/receipt Tue Oct 01 17:16:06 2013 +0000 22.2 +++ b/tuxmath/receipt Wed Oct 02 10:41:05 2013 +0000 22.3 @@ -22,7 +22,7 @@ 22.4 { 22.5 cd $src 22.6 #patch -p1 -i $stuff/SDL_extras.c.patch 22.7 - ./configure \ 22.8 + ./configure LIBS="-lt4k_common" \ 22.9 --prefix=/usr \ 22.10 $CONFIGURE_ARGS && 22.11 make &&
23.1 --- a/yaff/receipt Tue Oct 01 17:16:06 2013 +0000 23.2 +++ b/yaff/receipt Wed Oct 02 10:41:05 2013 +0000 23.3 @@ -5,6 +5,7 @@ 23.4 CATEGORY="utilities" 23.5 SHORT_DESC="Mozilla Firefox multi-launcher" 23.6 MAINTAINER="Babaorum <postmaster@baba0rum.com>" 23.7 +LICENSE="BSD" 23.8 SOURCE="slitaz-dev-tools" 23.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 23.10 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
24.1 --- a/zenity/receipt Tue Oct 01 17:16:06 2013 +0000 24.2 +++ b/zenity/receipt Wed Oct 02 10:41:05 2013 +0000 24.3 @@ -5,14 +5,16 @@ 24.4 CATEGORY="development" 24.5 SHORT_DESC="gui dialogs" 24.6 MAINTAINER="allan316@gmail.com" 24.7 -DEPENDS="gtk+ libglade libnotify" 24.8 -BUILD_DEPENDS="gnome-doc-utils gnome-doc-utils-dev libglade-dev \ 24.9 -intltool pkg-config docbook-xsl" 24.10 +LICENSE="LGPL2" 24.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 24.12 WEB_SITE="http://www.gnome.org" 24.13 WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 24.14 TAGS="dialogs gui" 24.15 24.16 +DEPENDS="gtk+ libglade libnotify" 24.17 +BUILD_DEPENDS="gnome-doc-utils gnome-doc-utils-dev libglade-dev \ 24.18 +intltool pkg-config docbook-xsl" 24.19 + 24.20 # Rules to configure and make the package. 24.21 compile_rules() 24.22 { 24.23 @@ -24,16 +26,16 @@ 24.24 --infodir=/usr/share/info \ 24.25 --mandir=/usr/share/man \ 24.26 $CONFIGURE_ARGS && 24.27 - make && make DESTDIR=$PWD/_pkg install 24.28 + make && make DESTDIR=$DESTDIR install 24.29 } 24.30 24.31 # Rules to gen a SliTaz package suitable for Tazpkg. 24.32 genpkg_rules() 24.33 { 24.34 mkdir -p $fs/usr/share 24.35 - cp -a $_pkg/usr/bin $fs/usr 24.36 - cp -a $_pkg/usr/share/zenity $fs/usr/share 24.37 - cp -a $_pkg/usr/share/omf $fs/usr/share 24.38 + cp -a $install/usr/bin $fs/usr 24.39 + cp -a $install/usr/share/zenity $fs/usr/share 24.40 + cp -a $install/usr/share/omf $fs/usr/share 24.41 # gdialog wrapper need to be executable. 24.42 chmod +x $fs/usr/bin/* 24.43 }
25.1 --- a/zfs-fuse/receipt Tue Oct 01 17:16:06 2013 +0000 25.2 +++ b/zfs-fuse/receipt Wed Oct 02 10:41:05 2013 +0000 25.3 @@ -5,6 +5,7 @@ 25.4 CATEGORY="system-tools" 25.5 SHORT_DESC="ZFS file system from Sun." 25.6 MAINTAINER="pascal.bellard@slitaz.org" 25.7 +LICENSE="CDDL" 25.8 WEB_SITE="http://zfs-fuse.net" 25.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 25.10 WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL"
26.1 --- a/zip/receipt Tue Oct 01 17:16:06 2013 +0000 26.2 +++ b/zip/receipt Wed Oct 02 10:41:05 2013 +0000 26.3 @@ -5,6 +5,7 @@ 26.4 CATEGORY="utilities" 26.5 SHORT_DESC="Compressor utilities compatible with the DOS PKZIP." 26.6 MAINTAINER="pankso@slitaz.org" 26.7 +LICENSE="other" 26.8 TARBALL="zip30.tgz" 26.9 WEB_SITE="http://www.info-zip.org/" 26.10 WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL"
27.1 --- a/zopeinterface/receipt Tue Oct 01 17:16:06 2013 +0000 27.2 +++ b/zopeinterface/receipt Wed Oct 02 10:41:05 2013 +0000 27.3 @@ -5,24 +5,26 @@ 27.4 CATEGORY="network" 27.5 SHORT_DESC="Zope 3 Interface Infrastructure." 27.6 MAINTAINER="pascal.bellard@slitaz.org" 27.7 +LICENSE="other" 27.8 SOURCE="zope.interface" 27.9 TARBALL="$SOURCE-$VERSION.tar.gz" 27.10 WEB_SITE="http://www.zope.org/Products/ZopeInterface" 27.11 WGET_URL="http://pypi.python.org/packages/source/z/$SOURCE/$TARBALL" 27.12 +TAGS="webserver application-server appserver" 27.13 + 27.14 DEPENDS="python" 27.15 BUILD_DEPENDS="python python-dev" 27.16 -TAGS="webserver application-server appserver" 27.17 27.18 # Rules to configure and make the package. 27.19 compile_rules() 27.20 { 27.21 cd $src 27.22 - python setup.py build && python setup.py install --root=$PWD/_pkg 27.23 + python setup.py build && python setup.py install --root=$DESTDIR 27.24 } 27.25 27.26 # Rules to gen a SliTaz package suitable for Tazpkg. 27.27 genpkg_rules() 27.28 { 27.29 - cp -a $_pkg/usr $fs 27.30 + cp -a $install/usr $fs 27.31 } 27.32
28.1 --- a/zsh/receipt Tue Oct 01 17:16:06 2013 +0000 28.2 +++ b/zsh/receipt Wed Oct 02 10:41:05 2013 +0000 28.3 @@ -5,6 +5,7 @@ 28.4 CATEGORY="system-tools" 28.5 SHORT_DESC="Zsh shell incorporates many features of bash, ksh, and tcsh" 28.6 MAINTAINER="sandys@gmail.com" 28.7 +LICENSE="other" 28.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 28.9 WEB_SITE="http://zsh.sourceforge.net/" 28.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 28.11 @@ -30,7 +31,7 @@ 28.12 # Rules to gen a SliTaz package suitable for Tazpkg. 28.13 genpkg_rules() 28.14 { 28.15 - cp -a $_pkg/bin $fs 28.16 + cp -a $install/bin $fs 28.17 28.18 # Config files. 28.19 # 28.20 @@ -39,7 +40,7 @@ 28.21 28.22 #no way around this... gen_package will not automatically copy these 28.23 mkdir -p $fs/usr/share/zsh 28.24 - cp -r $_pkg/usr/share/zsh/functions $fs/usr/share/zsh 28.25 + cp -r $install/usr/share/zsh/functions $fs/usr/share/zsh 28.26 28.27 mkdir -p $fs/usr/share/zsh/scripts 28.28
29.1 --- a/zsync/receipt Tue Oct 01 17:16:06 2013 +0000 29.2 +++ b/zsync/receipt Wed Oct 02 10:41:05 2013 +0000 29.3 @@ -5,6 +5,7 @@ 29.4 CATEGORY="network" 29.5 SHORT_DESC="Incremental file transfert from a web server." 29.6 MAINTAINER="pascal.bellard@slitaz.org" 29.7 +LICENSE="Artistic" 29.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 29.9 WEB_SITE="http://zsync.moria.org.uk/" 29.10 WGET_URL="${WEB_SITE}download/$TARBALL" 29.11 @@ -18,13 +19,13 @@ 29.12 --mandir=/usr/share/man \ 29.13 $CONFIGURE_ARGS && 29.14 make && 29.15 - make DESTDIR=$PWD/_pkg install 29.16 + make DESTDIR=$DESTDIR install 29.17 } 29.18 29.19 # Rules to gen a SliTaz package suitable for Tazpkg. 29.20 genpkg_rules() 29.21 { 29.22 mkdir -p $fs/usr 29.23 - cp -a $_pkg/usr/bin $fs/usr 29.24 + cp -a $install/usr/bin $fs/usr 29.25 } 29.26