# HG changeset patch # User Pascal Bellard # Date 1380719249 0 # Node ID 617dbdeb6f7ee07bef80965a549727fe50d7dbf8 # Parent 191b99ca9dc2fc4723b6dd37c24ef87c7b9d6d02 Add some licenses diff -r 191b99ca9dc2 -r 617dbdeb6f7e TeXmacs-windows-fonts/receipt --- a/TeXmacs-windows-fonts/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/TeXmacs-windows-fonts/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="office" SHORT_DESC="Fonts for using TeXmacs without TeX" MAINTAINER="slitaz@leledy.fr" -DEPENDS="" +LICENSE="LPPL" TARBALL="$PACKAGE-$VERSION-noarch.tar.gz" WEB_SITE="http://www.texmacs.org" WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL" +DEPENDS="" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 191b99ca9dc2 -r 617dbdeb6f7e a2ps/receipt --- a/a2ps/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/a2ps/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="Any to PostScript filter." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/a2ps/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r 191b99ca9dc2 -r 617dbdeb6f7e accessx/receipt --- a/accessx/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/accessx/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="Set and display Xkeyboard (XCB) Accessx features." MAINTAINER="paul@slitaz.org" -DEPENDS="tk tcl" -BUILD_DEPENDS="xorg-libX11-dev" +LICENSE="GPL2" TARBALL="accessx0951.tar.gz" WEB_SITE="http://cita.disability.uiuc.edu/software/accessx/freewareaccessx.php" WGET_URL="http://cita.disability.uiuc.edu/software/accessx/files/$TARBALL" +DEPENDS="tk tcl" +BUILD_DEPENDS="xorg-libX11-dev" + # Rules to configure and make the package. compile_rules() { diff -r 191b99ca9dc2 -r 617dbdeb6f7e advancecomp/receipt --- a/advancecomp/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/advancecomp/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Recompression utilities for .ZIP, .PNG, .MNG and .GZ" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://advancemame.sourceforge.net/comp-readme.html" WGET_URL="$SF_MIRROR/advancemame/$TARBALL" +TAGS="compression archive" + DEPENDS="gcc-lib-base zlib" BUILD_DEPENDS="zlib-dev" -TAGS="compression archive" # Rules to configure and make the package. compile_rules() @@ -20,12 +22,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 191b99ca9dc2 -r 617dbdeb6f7e afpfs-ng-dev/receipt --- a/afpfs-ng-dev/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/afpfs-ng-dev/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The free afpfs driver development files" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://alexthepuffin.googlepages.com/" WANTED="afpfs-ng" @@ -12,5 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/*a $fs/usr/lib } diff -r 191b99ca9dc2 -r 617dbdeb6f7e afpfs-ng/receipt --- a/afpfs-ng/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/afpfs-ng/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="The free afpfs driver." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="fuse libgcrypt readline gmp" -BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev gmp" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://alexthepuffin.googlepages.com/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="fuse libgcrypt readline gmp" +BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev gmp" + # Rules to configure and make the package. compile_rules() { diff -r 191b99ca9dc2 -r 617dbdeb6f7e airsnort/receipt --- a/airsnort/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/airsnort/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="A wireless LAN (WLAN) tool which recovers encryption keys." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="gtk+ libpcap" -BUILD_DEPENDS="gtk+-dev libpcap-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://airsnort.shmoo.com/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="gtk+ libpcap" +BUILD_DEPENDS="gtk+-dev libpcap-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,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 191b99ca9dc2 -r 617dbdeb6f7e alpine/receipt --- a/alpine/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/alpine/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Fast, easy to use email client." MAINTAINER="paul@slitaz.org" -DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3" -BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev" +LICENSE="Apache" TARBALL="$PACKAGE.tar.gz" WEB_SITE="http://www.washington.edu/alpine/" WGET_URL="ftp://ftp.cac.washington.edu/alpine/$TARBALL" TAGS="mail client" +DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3" +BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,14 +23,14 @@ --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 } post_install() diff -r 191b99ca9dc2 -r 617dbdeb6f7e alsaequal/receipt --- a/alsaequal/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/alsaequal/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Real-time adjustable equalizer plugin for ALSA." MAINTAINER="paul@slitaz.org" -DEPENDS="alsa-utils caps" -BUILD_DEPENDS="caps alsa-lib-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.thedigitalmachine.net/alsaequal.html" WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL" +DEPENDS="alsa-utils caps" +BUILD_DEPENDS="caps alsa-lib-dev" + # Rules to configure and make the package. compile_rules() { diff -r 191b99ca9dc2 -r 617dbdeb6f7e antiword/receipt --- a/antiword/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/antiword/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="MS Word reader to plain text or PostScript." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.antiword.org/" WGET_URL="${WEB_SITE}$TARBALL" @@ -15,14 +16,14 @@ { cd $src make && - make DESTDIR=$PWD/_pkg global_install + make DESTDIR=$DESTDIR global_install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/share $fs/usr - cp -a $_pkg/usr/local/bin/antiword $fs/usr/bin + cp -a $install/usr/share $fs/usr + cp -a $install/usr/local/bin/antiword $fs/usr/bin } diff -r 191b99ca9dc2 -r 617dbdeb6f7e apcupsd/receipt --- a/apcupsd/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/apcupsd/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="APC UPS Power Management (daemon)" MAINTAINER="devel@slitaz.org" -BUILD_DEPENDS="slitaz-dev-pkgs libgd-dev libgd" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.apcupsd.com/" WGET_URL="http://netcologne.dl.sourceforge.net/project/$PACKAGE/$PACKAGE%20-%20Stable/$VERSION/$TARBALL" +BUILD_DEPENDS="slitaz-dev-pkgs libgd-dev libgd" + # Rules to configure and make the package. compile_rules() { @@ -33,5 +35,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r 191b99ca9dc2 -r 617dbdeb6f7e apr-dbd-mysql/receipt --- a/apr-dbd-mysql/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/apr-dbd-mysql/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="APR Library Utilities MySQL DBD driver" MAINTAINER="erjo@slitaz.org" -DEPENDS="apr-util libmysqlclient" +LICENSE="Apache" WEB_SITE="http://apr.apache.org" WANTED="apr-util" +DEPENDS="apr-util libmysqlclient" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/apr-util-1 - cp -a $_pkg/usr/lib/apr-util-1/*mysql*.so $fs/usr/lib/apr-util-1 + cp -a $install/usr/lib/apr-util-1/*mysql*.so $fs/usr/lib/apr-util-1 } diff -r 191b99ca9dc2 -r 617dbdeb6f7e apr-dbd-odbc/receipt --- a/apr-dbd-odbc/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/apr-dbd-odbc/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="APR Library Utilities ODBC DBD driver" MAINTAINER="erjo@slitaz.org" -DEPENDS="apr-util libunixODBC" +LICENSE="Apache" WEB_SITE="http://apr.apache.org" WANTED="apr-util" +DEPENDS="apr-util libunixODBC" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/apr-util-1 - cp -a $_pkg/usr/lib/apr-util-1/*odbc*.so $fs/usr/lib/apr-util-1 + cp -a $install/usr/lib/apr-util-1/*odbc*.so $fs/usr/lib/apr-util-1 } diff -r 191b99ca9dc2 -r 617dbdeb6f7e apr-dbd-pgsql/receipt --- a/apr-dbd-pgsql/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/apr-dbd-pgsql/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="APR Library Utilities PostgreSQL DBD driver" MAINTAINER="erjo@slitaz.org" -DEPENDS="apr-util libpostgresqlclient" +LICENSE="Apache" WEB_SITE="http://apr.apache.org" WANTED="apr-util" +DEPENDS="apr-util libpostgresqlclient" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/apr-util-1 - cp -a $_pkg/usr/lib/apr-util-1/*pgsql*.so $fs/usr/lib/apr-util-1 + cp -a $install/usr/lib/apr-util-1/*pgsql*.so $fs/usr/lib/apr-util-1 } diff -r 191b99ca9dc2 -r 617dbdeb6f7e apr-dbd-sqlite/receipt --- a/apr-dbd-sqlite/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/apr-dbd-sqlite/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="Apache Portable Runtime Library Utilities SQLite DBD driver" MAINTAINER="erjo@slitaz.org" -DEPENDS="apr-util sqlite" +LICENSE="Apache" WEB_SITE="http://apr.apache.org" WANTED="apr-util" +DEPENDS="apr-util sqlite" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/apr-util-1 - cp -a $_pkg/usr/lib/apr-util-1/*sqlite*.so $fs/usr/lib/apr-util-1 + cp -a $install/usr/lib/apr-util-1/*sqlite*.so $fs/usr/lib/apr-util-1 } diff -r 191b99ca9dc2 -r 617dbdeb6f7e apr-util-dev/receipt --- a/apr-util-dev/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/apr-util-dev/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,18 +5,20 @@ CATEGORY="development" SHORT_DESC="APR Library Utilities" MAINTAINER="lehswe@gmail.com" -DEPENDS="apr-util" +LICENSE="Apache" WANTED="apr-util" WEB_SITE="http://apr.apache.org" +DEPENDS="apr-util" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/apr-util-1 - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/apr-util-1/*.*a $fs/usr/lib/apr-util-1 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/apr-util-1/*.*a $fs/usr/lib/apr-util-1 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 191b99ca9dc2 -r 617dbdeb6f7e apr-util/receipt --- a/apr-util/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/apr-util/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="APR Library Utilities" MAINTAINER="lehswe@gmail.com" -DEPENDS="apr expat ncurses readline zlib" -BUILD_DEPENDS="apr-dev unixODBC-dev sqlite-dev postgresql-dev mysql-dev libmysqlclient libpostgresqlclient util-linux-uuid-dev gawk" +LICENSE="Apache" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://apr.apache.org" WGET_URL="http://www.apache.org/dist/apr/$TARBALL" #WGET_URL="http://apache.crihan.fr/dist/apr/$TARBALL" + +DEPENDS="apr expat ncurses readline zlib" +BUILD_DEPENDS="apr-dev unixODBC-dev sqlite-dev postgresql-dev mysql-dev libmysqlclient libpostgresqlclient util-linux-uuid-dev gawk" # Rules to configure and make the package. compile_rules() @@ -31,6 +33,6 @@ { mkdir -p $fs/usr/lib/apr-util-1 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - #cp -a $_pkg/usr/lib/apr-util-1/*.so* $fs/usr/lib/apr-util-1 + cp -a $install/usr/lib/*.so* $fs/usr/lib + #cp -a $install/usr/lib/apr-util-1/*.so* $fs/usr/lib/apr-util-1 } diff -r 191b99ca9dc2 -r 617dbdeb6f7e at/receipt --- a/at/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/at/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="Schedule commands to be executed once." MAINTAINER="pascal.bellard@slitaz.org" -BUILD_DEPENDS="bison flex ssmtp" +LICENSE="GPL2" TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" WEB_SITE="http://packages.debian.org/lenny/at" WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" +BUILD_DEPENDS="bison flex ssmtp" + # Rules to configure and make the package. compile_rules() { @@ -28,9 +30,9 @@ genpkg_rules() { mkdir -p $fs/usr $fs/etc/init.d - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/var $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc $fs + cp -a $install/var $fs cp -a $stuff/atd $fs/etc/init.d } diff -r 191b99ca9dc2 -r 617dbdeb6f7e atm-tools-dev/receipt --- a/atm-tools-dev/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/atm-tools-dev/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="User space tools for atm, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="linux-atm" WEB_SITE="http://$SOURCE.sourceforge.net/" WANTED="atm-tools" @@ -13,7 +14,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib } diff -r 191b99ca9dc2 -r 617dbdeb6f7e atm-tools/receipt --- a/atm-tools/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/atm-tools/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="User space tools for atm." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="linux-atm" TARBALL="$SOURCE-$VERSION.tar.gz" -BUILD_DEPENDS="flex" WEB_SITE="http://$SOURCE.sourceforge.net/" WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" CONFIG_FILES="/etc/atmsigd.conf" +BUILD_DEPENDS="flex" + # Rules to configure and make the package. compile_rules() { @@ -27,9 +29,9 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 191b99ca9dc2 -r 617dbdeb6f7e yajl/receipt --- a/yajl/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/yajl/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Yet Another JSON Library" MAINTAINER="slaxemulator@gmail.com" -BUILD_DEPENDS="cmake doxygen git" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://github.com/lloyd/yajl" WGET_URL="git|git://github.com/lloyd/yajl.git" BRANCH="$VERSION" +BUILD_DEPENDS="cmake doxygen git" + # Rules to configure and make the package. compile_rules() { @@ -18,12 +20,12 @@ cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ . - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 191b99ca9dc2 -r 617dbdeb6f7e yaml-dev/receipt --- a/yaml-dev/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/yaml-dev/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="yaml dev files." MAINTAINER="erjo@slitaz.org" +LICENSE="CC-BY" WEB_SITE="http://pyyaml.org/wiki/LibYAML" WANTED="yaml" diff -r 191b99ca9dc2 -r 617dbdeb6f7e yaml/receipt --- a/yaml/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/yaml/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="YAML 1.1 parser and emitter written in C." MAINTAINER="erjo@slitaz.org" +LICENSE="CC-BY" WEB_SITE="http://pyyaml.org/wiki/LibYAML" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://pyyaml.org/download/libyaml/$TARBALL" diff -r 191b99ca9dc2 -r 617dbdeb6f7e yasr/receipt --- a/yasr/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/yasr/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="utilities" SHORT_DESC="General purpose console screen reader." MAINTAINER="paul@slitaz.org" -DEPENDS="speech-dispatcher espeak bash" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://yasr.sourceforge.net/" WGET_URL="http://prdownloads.sourceforge.net/yasr/$TARBALL" +DEPENDS="speech-dispatcher espeak bash" + # Rules to configure and make the package. compile_rules() { @@ -18,15 +20,15 @@ cd ../ ./configure \ --prefix=/usr $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/yasr $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/yasr $fs/usr/share } post_install() diff -r 191b99ca9dc2 -r 617dbdeb6f7e yaws/receipt --- a/yaws/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/yaws/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="http webserver written in erlang" MAINTAINER="allan316@gmail.com" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://yaws.hyber.org" WGET_URL="$WEB_SITE/download/$TARBALL" diff -r 191b99ca9dc2 -r 617dbdeb6f7e yeahconsole/receipt --- a/yeahconsole/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/yeahconsole/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="utilities" SHORT_DESC="Quake-like drop down terminal." MAINTAINER="paul@slitaz.org" -DEPENDS="xterm" -BUILD_DEPENDS="xorg-libX11-dev xorg-xproto" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://phrat.de/yeahtools.html" WGET_URL="http://phrat.de/$TARBALL" TAGS="terminal" +DEPENDS="xterm" +BUILD_DEPENDS="xorg-libX11-dev xorg-xproto" + # Rules to configure and make the package. compile_rules() { diff -r 191b99ca9dc2 -r 617dbdeb6f7e youtube-dl/receipt --- a/youtube-dl/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/youtube-dl/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Downloads videos from various streaming websites." MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE" WEB_SITE="http://rg3.github.com/youtube-dl/" WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE" diff -r 191b99ca9dc2 -r 617dbdeb6f7e yp-tools/receipt --- a/yp-tools/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/yp-tools/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Yellow pages tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/" WGET_URL="$WEB_SITE/$TARBALL" @@ -17,14 +18,14 @@ --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/sbin $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/var $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/var $fs } diff -r 191b99ca9dc2 -r 617dbdeb6f7e ypbind-mt/receipt --- a/ypbind-mt/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/ypbind-mt/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Yellow pages client daemon" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/" WGET_URL="$WEB_SITE/$TARBALL" @@ -17,12 +18,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr } diff -r 191b99ca9dc2 -r 617dbdeb6f7e ypserv/receipt --- a/ypserv/receipt Wed Oct 02 10:41:05 2013 +0000 +++ b/ypserv/receipt Wed Oct 02 13:07:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="network" SHORT_DESC="Yellow pages server (v2)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.linux-nis.org/" +WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL" + DEPENDS="gdbm portmap" BUILD_DEPENDS="gdbm-dev" -WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -26,10 +28,10 @@ genpkg_rules() { mkdir -p $fs/usr $fs/etc/init.d - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/var $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr + cp -a $install/var $fs # Copy config files for file in ypserv.conf timezone netmasks netgroup