# HG changeset patch # User Pascal Bellard # Date 1380710465 0 # Node ID 191b99ca9dc2fc4723b6dd37c24ef87c7b9d6d02 # Parent 6ed98834e3ebfa593f7120a8a1c43ec5a3fd04d4 tuxmath: add -lt4k_common diff -r 6ed98834e3eb -r 191b99ca9dc2 apache-ant/receipt --- a/apache-ant/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/apache-ant/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="A Java-based build tool." MAINTAINER="rcx@zoominternet.net" -DEPENDS="jdk" -#DEPENDS="java-jdk" -BUILD_DEPENDS="" +LICENSE="Apache" SUGGESTED="" TARBALL="$PACKAGE-$VERSION-bin.tar.bz2" WEB_SITE="http://ant.apache.org/" WGET_URL="http://www.apache.org/dist/ant/binaries/$TARBALL" +DEPENDS="jdk" +#DEPENDS="java-jdk" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -20,23 +22,23 @@ # Thus, to help with bootstrapping, use the binary ant release cd $src - mkdir -p $src/_pkg/usr/bin - cp -f $src/bin/*.pl $src/_pkg/usr/bin - cp -f $src/bin/*.py $src/_pkg/usr/bin - cp -f $src/bin/ant $src/_pkg/usr/bin - cp -f $src/bin/antRun $src/_pkg/usr/bin + mkdir -p $DESTDIR/usr/bin + cp -f $src/bin/*.pl $DESTDIR/usr/bin + cp -f $src/bin/*.py $DESTDIR/usr/bin + cp -f $src/bin/ant $DESTDIR/usr/bin + cp -f $src/bin/antRun $DESTDIR/usr/bin - cp -a $src/etc $src/_pkg + cp -a $src/etc $DESTDIR - mkdir -p $src/_pkg/usr/lib - cp -f $src/lib/*.jar $src/_pkg/usr/lib - cp -f $src/lib/*.pom $src/_pkg/usr/lib + mkdir -p $DESTDIR/usr/lib + cp -f $src/lib/*.jar $DESTDIR/usr/lib + cp -f $src/lib/*.pom $DESTDIR/usr/lib } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs - cp -a $_pkg/etc $fs + cp -a $install/usr $fs + cp -a $install/etc $fs } diff -r 6ed98834e3eb -r 191b99ca9dc2 apache-dev/receipt --- a/apache-dev/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/apache-dev/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="HTTP server development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Apache" WEB_SITE="http://www.apache.org/" SOURCE="httpd" WANTED="apache" @@ -13,8 +14,8 @@ genpkg_rules() { mkdir -p $fs/usr/share/apache $fs/usr/bin - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/bin/apxs $fs/usr/bin - cp -a $_pkg/usr/share/apache/build $fs/usr/share/apache + cp -a $install/usr/include $fs/usr + cp -a $install/usr/bin/apxs $fs/usr/bin + cp -a $install/usr/share/apache/build $fs/usr/share/apache } diff -r 6ed98834e3eb -r 191b99ca9dc2 apache-doc/receipt --- a/apache-doc/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/apache-doc/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="HTTP server documentation files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Apache" WEB_SITE="http://www.apache.org/" SOURCE="httpd" WANTED="apache" @@ -13,6 +14,6 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/doc $fs/usr/share + cp -a $install/usr/share/doc $fs/usr/share } diff -r 6ed98834e3eb -r 191b99ca9dc2 apache-mod-perl/receipt --- a/apache-mod-perl/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/apache-mod-perl/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,29 +5,31 @@ CATEGORY="network" SHORT_DESC="PERL module for Apache" MAINTAINER="erjo@slitaz.org" -DEPENDS="apache" -BUILD_DEPENDS="perl gdbm-dev apache-dev apr-dev apr-util-dev apache" +LICENSE="Apache" SOURCE="mod_perl" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://perl.apache.org/" WGET_URL="http://perl.apache.org/dist/$TARBALL" +DEPENDS="apache" +BUILD_DEPENDS="perl gdbm-dev apache-dev apr-dev apr-util-dev apache" + # Rules to configure and make the package. compile_rules() { cd $src perl Makefile.PL MP_APXS=/usr/bin/apxs && \ 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 - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/apache $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/apache $fs/usr/share } diff -r 6ed98834e3eb -r 191b99ca9dc2 apache-mod-wsgi/receipt --- a/apache-mod-wsgi/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/apache-mod-wsgi/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Python WSGI adapter module for Apache." MAINTAINER="erjo@slitaz.org" +LICENSE="Apache" WEB_SITE="http://code.google.com/p/modwsgi/" SOURCE="mod_wsgi" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 6ed98834e3eb -r 191b99ca9dc2 apache/receipt --- a/apache/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/apache/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,18 +5,20 @@ CATEGORY="network" SHORT_DESC="Secure, efficient and extensible HTTP server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Apache" SOURCE="httpd" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.apache.org/" WGET_URL="${WEB_SITE}dist/$SOURCE/$TARBALL" -DEPENDS="apr-util apr openssl pcre util-linux-uuid expat zlib" -BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed expat-dev zlib-dev \ -util-linux-uuid-dev openldap-dev bash" CONFIG_FILES="/etc/apache /var/www /etc/ssl/apache" TAZPANEL_DAEMON="edit::/etc/apache/httpd.conf|web::$WEB_SITE" PROVIDE="lighttpd" TAGS="webserver http server" +DEPENDS="apr-util apr openssl pcre util-linux-uuid expat zlib" +BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed expat-dev zlib-dev \ +util-linux-uuid-dev openldap-dev bash" + # Rules to configure and make the package. compile_rules() { @@ -37,14 +39,14 @@ { mkdir -p $fs/usr/share/apache $fs/etc/init.d $fs/etc/apache/conf.d mkdir -p $fs/etc/ssl/apache - cp -a $_pkg/usr/share/apache/icons $fs/usr/share/apache - cp -a $_pkg/usr/share/apache/error $fs/usr/share/apache - cp -a $_pkg/usr/share/apache/modules $fs/usr/share/apache - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/share/apache/icons $fs/usr/share/apache + cp -a $install/usr/share/apache/error $fs/usr/share/apache + cp -a $install/usr/share/apache/modules $fs/usr/share/apache + cp -a $install/usr/bin $fs/usr rm -r $fs/usr/bin/apxs - cp -a $_pkg/etc $fs + cp -a $install/etc $fs rm -rf $fs/etc/apache/original - cp -a $_pkg/var $fs + cp -a $install/var $fs cp -a $stuff/apache $fs/etc/init.d mkdir -p $fs/etc/apache/extra diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-cs/receipt --- a/aspell-cs/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-cs/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,25 +5,27 @@ CATEGORY="system-tools" SHORT_DESC="Czech aspell dictionary." MAINTAINER="erjo@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL2" SOURCE="aspell6-cs" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/cs/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-da/receipt --- a/aspell-da/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-da/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,25 +5,27 @@ CATEGORY="system-tools" SHORT_DESC="Danish aspell dictionary." MAINTAINER="paul@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL2" SOURCE="aspell5-da" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/da/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-de/receipt --- a/aspell-de/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-de/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="system-tools" SHORT_DESC="German aspell dictionary." MAINTAINER="paul@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL2" SOURCE="aspell6-de" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/de/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-en/receipt --- a/aspell-en/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-en/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="English aspell dictionary." MAINTAINER="paul@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="PublicDomain" SOURCE="aspell6-en" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/en/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-es/receipt --- a/aspell-es/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-es/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Spanish aspell dictionary." MAINTAINER="paul@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL2" SOURCE="aspell6-es" TARBALL="$SOURCE-$VERSION-2.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/es/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-fr/receipt --- a/aspell-fr/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-fr/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,23 +5,25 @@ CATEGORY="system-tools" SHORT_DESC="French aspell dictionary." MAINTAINER="paul@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/fr/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure && \ - make && make DESTDIR=$PWD/_pkg install + ./configure && + make && 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/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-hu/receipt --- a/aspell-hu/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-hu/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,26 +5,28 @@ CATEGORY="system-tools" SHORT_DESC="Hungarian aspell dictionary." MAINTAINER="erjo@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL2" SOURCE="aspell6-hu" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/hu/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-id/receipt --- a/aspell-id/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-id/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,26 +5,28 @@ CATEGORY="system-tools" SHORT_DESC="Indonesian aspell dictionary." MAINTAINER="erjo@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL2" SOURCE="aspell5-id" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/id/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-it/receipt --- a/aspell-it/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-it/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,25 +5,27 @@ CATEGORY="system-tools" SHORT_DESC="Italian aspell dictionary." MAINTAINER="erjo@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL2" SOURCE="aspell6-it" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/it/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-nl/receipt --- a/aspell-nl/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-nl/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="system-tools" SHORT_DESC="Dutch aspell dictionary." MAINTAINER="paul@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/nl/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-pl/receipt --- a/aspell-pl/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-pl/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,25 +5,27 @@ CATEGORY="system-tools" SHORT_DESC="Polish aspell dictionary." MAINTAINER="paul@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL LGPL CC-SA" SOURCE="aspell6-pl" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pl/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-pt_BR/receipt --- a/aspell-pt_BR/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-pt_BR/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="system-tools" SHORT_DESC="Brazilian aspell dictionary." MAINTAINER="paul@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="LGPL2.1" SOURCE="aspell6-pt_BR" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-pt_PT/receipt --- a/aspell-pt_PT/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-pt_PT/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="system-tools" SHORT_DESC="Portuguese aspell dictionary." MAINTAINER="paul@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL2" SOURCE="aspell6-pt_PT" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-ru/receipt --- a/aspell-ru/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-ru/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="system-tools" SHORT_DESC="Russian aspell dictionary." MAINTAINER="erjo@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="other" SOURCE="aspell6-ru" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/ru/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 aspell-sl/receipt --- a/aspell-sl/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/aspell-sl/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,23 +5,25 @@ CATEGORY="system-tools" SHORT_DESC="Slovenian aspell dictionary." MAINTAINER="erjo@slitaz.org" -DEPENDS="aspell" -BUILD_DEPENDS="aspell aspell-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/sl/$TARBALL" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && \ - 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/lib - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/usr/lib/* $fs/usr/lib } diff -r 6ed98834e3eb -r 191b99ca9dc2 tuxmath/receipt --- a/tuxmath/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/tuxmath/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -22,7 +22,7 @@ { cd $src #patch -p1 -i $stuff/SDL_extras.c.patch - ./configure \ + ./configure LIBS="-lt4k_common" \ --prefix=/usr \ $CONFIGURE_ARGS && make && diff -r 6ed98834e3eb -r 191b99ca9dc2 yaff/receipt --- a/yaff/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/yaff/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Mozilla Firefox multi-launcher" MAINTAINER="Babaorum " +LICENSE="BSD" SOURCE="slitaz-dev-tools" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" diff -r 6ed98834e3eb -r 191b99ca9dc2 zenity/receipt --- a/zenity/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/zenity/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="gui dialogs" MAINTAINER="allan316@gmail.com" -DEPENDS="gtk+ libglade libnotify" -BUILD_DEPENDS="gnome-doc-utils gnome-doc-utils-dev libglade-dev \ -intltool pkg-config docbook-xsl" +LICENSE="LGPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org" WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" TAGS="dialogs gui" +DEPENDS="gtk+ libglade libnotify" +BUILD_DEPENDS="gnome-doc-utils gnome-doc-utils-dev libglade-dev \ +intltool pkg-config docbook-xsl" + # Rules to configure and make the package. compile_rules() { @@ -24,16 +26,16 @@ --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/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/zenity $fs/usr/share - cp -a $_pkg/usr/share/omf $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/zenity $fs/usr/share + cp -a $install/usr/share/omf $fs/usr/share # gdialog wrapper need to be executable. chmod +x $fs/usr/bin/* } diff -r 6ed98834e3eb -r 191b99ca9dc2 zfs-fuse/receipt --- a/zfs-fuse/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/zfs-fuse/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="ZFS file system from Sun." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="CDDL" WEB_SITE="http://zfs-fuse.net" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL" diff -r 6ed98834e3eb -r 191b99ca9dc2 zip/receipt --- a/zip/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/zip/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Compressor utilities compatible with the DOS PKZIP." MAINTAINER="pankso@slitaz.org" +LICENSE="other" TARBALL="zip30.tgz" WEB_SITE="http://www.info-zip.org/" WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL" diff -r 6ed98834e3eb -r 191b99ca9dc2 zopeinterface/receipt --- a/zopeinterface/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/zopeinterface/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="network" SHORT_DESC="Zope 3 Interface Infrastructure." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" SOURCE="zope.interface" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.zope.org/Products/ZopeInterface" WGET_URL="http://pypi.python.org/packages/source/z/$SOURCE/$TARBALL" +TAGS="webserver application-server appserver" + DEPENDS="python" BUILD_DEPENDS="python python-dev" -TAGS="webserver application-server appserver" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py build && python setup.py install --root=$PWD/_pkg + python setup.py build && python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 6ed98834e3eb -r 191b99ca9dc2 zsh/receipt --- a/zsh/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/zsh/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Zsh shell incorporates many features of bash, ksh, and tcsh" MAINTAINER="sandys@gmail.com" +LICENSE="other" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://zsh.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -30,7 +31,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/bin $fs + cp -a $install/bin $fs # Config files. # @@ -39,7 +40,7 @@ #no way around this... gen_package will not automatically copy these mkdir -p $fs/usr/share/zsh - cp -r $_pkg/usr/share/zsh/functions $fs/usr/share/zsh + cp -r $install/usr/share/zsh/functions $fs/usr/share/zsh mkdir -p $fs/usr/share/zsh/scripts diff -r 6ed98834e3eb -r 191b99ca9dc2 zsync/receipt --- a/zsync/receipt Tue Oct 01 17:16:06 2013 +0000 +++ b/zsync/receipt Wed Oct 02 10:41:05 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Incremental file transfert from a web server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Artistic" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://zsync.moria.org.uk/" WGET_URL="${WEB_SITE}download/$TARBALL" @@ -18,13 +19,13 @@ --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 - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }