# HG changeset patch # User Pascal Bellard # Date 1382134433 0 # Node ID bf4a09ef1d2e8c2a791d2402333df5f9c0dd3f7b # Parent 51a1ebbda768f2f2973dd528d9f676c4f289ce65 Add some licenses diff -r 51a1ebbda768 -r bf4a09ef1d2e psyco/receipt --- a/psyco/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/psyco/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Module which can massively speed up the execution of any Python code." MAINTAINER="pankso@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="python-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WEB_SITE="http://psyco.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python-dev" + # Rules to configure and make the package. compile_rules() { @@ -19,12 +21,12 @@ sed -i -e 's/JUMP_IF_FALSE\([: )]\)/JUMP_IF_FALSE_OR_POP\1/' \ -e 's/JUMP_IF_TRUE\([: )]\)/JUMP_IF_TRUE_OR_POP\1/' \ c/Python/pycompiler.c c/mergepoints.c - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # 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 51a1ebbda768 -r bf4a09ef1d2e psycopg2/receipt --- a/psycopg2/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/psycopg2/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="PostgreSQL database adapter for the Python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://initd.org/psycopg/" WGET_URL="${WEB_SITE}tarballs/PSYCOPG-2-4//$TARBALL" + DEPENDS="python egenix-mx-base libpostgresqlclient" BUILD_DEPENDS="python-dev postgresql-dev" @@ -23,6 +25,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 51a1ebbda768 -r bf4a09ef1d2e pth-dev/receipt --- a/pth-dev/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pth-dev/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="PTH devel files." MAINTAINER="fraazz@altern.org" +LICENSE="LGPL2.1" WANTED="pth" WEB_SITE="http://www.gnu.org/software/pth/" @@ -12,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/share/aclocal $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/share/aclocal $fs/usr/share } diff -r 51a1ebbda768 -r bf4a09ef1d2e pth/receipt --- a/pth/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pth/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="C library for multithreading inside server applications." MAINTAINER="fraazz@altern.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/pth/" WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/$TARBALL" @@ -24,6 +25,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 51a1ebbda768 -r bf4a09ef1d2e ptlib-dev/receipt --- a/ptlib-dev/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/ptlib-dev/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Portable Tools Library for unix and windows, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MPL" WEB_SITE="http://www.ekiga.org/" WANTED="ptlib" @@ -12,5 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 51a1ebbda768 -r bf4a09ef1d2e ptlib/receipt --- a/ptlib/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/ptlib/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Portable Tools Library for unix and windows." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MPL" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.ekiga.org/" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + DEPENDS="alsa-lib cyrus-sasl expat libsdl libdv libraw1394 \ libunixODBC openssl" BUILD_DEPENDS="pkg-config flex openssl-dev cyrus-sasl-dev zlib-dev alsa-lib-dev" @@ -20,14 +22,14 @@ --libexecdir=/usr/bin --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/lib $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share $fs/usr } diff -r 51a1ebbda768 -r bf4a09ef1d2e ptunnel/receipt --- a/ptunnel/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/ptunnel/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="ptunnel tunnels TCP using ICMP echo request" MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD" SOURCE="PingTunnel" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cs.uit.no/~daniels/PingTunnel/" diff -r 51a1ebbda768 -r bf4a09ef1d2e puppet-dashboard/receipt --- a/puppet-dashboard/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/puppet-dashboard/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Web tracking frontend to puppet." MAINTAINER="pankso@slitaz.org" +LICENSE="Apache" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.puppetlabs.com/" WGET_URL="http://downloads.puppetlabs.com/dashboard/$TARBALL" diff -r 51a1ebbda768 -r bf4a09ef1d2e puppet/receipt --- a/puppet/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/puppet/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="A system for automating system administration tasks." MAINTAINER="pankso@slitaz.org" +LICENSE="Apache" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.puppetlabs.com/" WGET_URL="http://downloads.puppetlabs.com/puppet/$TARBALL" diff -r 51a1ebbda768 -r bf4a09ef1d2e pure-ftpd-extras/receipt --- a/pure-ftpd-extras/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pure-ftpd-extras/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="network" SHORT_DESC="A secure FTP daemon extras files" MAINTAINER="erjo@slitaz.org" -DEPENDS="perl python" +LICENSE="BSD" WEB_SITE="http://www.pureftpd.org/project/pure-ftpd" WANTED="pure-ftpd" +DEPENDS="perl python" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 51a1ebbda768 -r bf4a09ef1d2e pure-ftpd-pam/receipt --- a/pure-ftpd-pam/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pure-ftpd-pam/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="network" SHORT_DESC="A secure FTP daemon using PAM" MAINTAINER="erjo@slitaz.org" -DEPENDS="pam attr libcap" -BUILD_DEPENDS="pam pam-dev" +LICENSE="BSD" SOURCE="pure-ftpd" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.pureftpd.org/project/pure-ftpd" WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL" PROVIDE="pure-ftpd:pam" +DEPENDS="pam attr libcap" +BUILD_DEPENDS="pam pam-dev" + # Rules to configure and make the package. compile_rules() { @@ -26,8 +28,8 @@ 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 $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr install -g root -o root -m 0755 $WOK/$SOURCE/stuff/pure-ftpd $fs/etc/init.d } diff -r 51a1ebbda768 -r bf4a09ef1d2e pure-ftpd/receipt --- a/pure-ftpd/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pure-ftpd/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="A secure FTP daemon" MAINTAINER="erjo@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pureftpd.org/project/pure-ftpd" WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL" @@ -28,8 +29,8 @@ 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 $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr install -g root -o root -m 0755 $stuff/pure-ftpd $fs/etc/init.d } diff -r 51a1ebbda768 -r bf4a09ef1d2e putty/receipt --- a/putty/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/putty/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A free telnet/SSH client." MAINTAINER="rcx@zoominternet.net" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" #WGET_URL="http://putty.linux-mirror.org/latest/$TARBALL" @@ -40,8 +41,8 @@ { mkdir -p $fs/usr/share $fs/usr/share/pixmaps - cp -a $stuff/applications $_pkg/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $stuff/applications $install/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share } diff -r 51a1ebbda768 -r bf4a09ef1d2e puzzles/receipt --- a/puzzles/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/puzzles/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Misc puzzles games." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE.tar.gz" WEB_SITE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" WGET_URL="${WEB_SITE}$TARBALL" @@ -36,6 +37,6 @@ cp $img $fs/usr/share/pixmaps/$(basename $img -16d24.png).png done - cp -a stuff/*.desktop $fs/usr/share/applications + cp -a $stuff/*.desktop $fs/usr/share/applications } diff -r 51a1ebbda768 -r bf4a09ef1d2e pv/receipt --- a/pv/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pv/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="pipe viewer for monitoring data through a pipeline" MAINTAINER="allan316@gmail.com" +LICENSE="Artistic" DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ivarch.com/programs/pv.shtml" @@ -19,14 +20,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 51a1ebbda768 -r bf4a09ef1d2e pwauth/receipt --- a/pwauth/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pwauth/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="Support reasonably secure web auth using system password DB" MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://code.google.com/p/pwauth/" WGET_URL="https://pwauth.googlecode.com/files/$TARBALL" diff -r 51a1ebbda768 -r bf4a09ef1d2e pwgen/receipt --- a/pwgen/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pwgen/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Pwgen is a small password generator which creates passwords which can be easily memorized by a human" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/pwgen/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -18,13 +19,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 51a1ebbda768 -r bf4a09ef1d2e pwnat/receipt --- a/pwnat/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pwnat/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="NAT Traversal utility." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION-beta.tgz" WEB_SITE="http://samy.pl/pwnat" WGET_URL="$WEB_SITE/$TARBALL" diff -r 51a1ebbda768 -r bf4a09ef1d2e py-asterisk/receipt --- a/py-asterisk/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/py-asterisk/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="Python bindings for the Asterisk Manager API." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/py-asterisk/" WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" diff -r 51a1ebbda768 -r bf4a09ef1d2e pybootchartgui/receipt --- a/pybootchartgui/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pybootchartgui/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,12 +5,12 @@ CATEGORY="misc" SHORT_DESC="bootchart GUI in python" MAINTAINER="jozee@slitaz.org" -DEPENDS="python pygtk bootchart" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pybootchartgui.googlecode.com/" WGET_URL="$WEB_SITE/files/$TARBALL" - +DEPENDS="python pygtk bootchart" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 51a1ebbda768 -r bf4a09ef1d2e pycairo-dev/receipt --- a/pycairo-dev/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pycairo-dev/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="Python bindings for the cairo graphics library." MAINTAINER="erjo@slitaz.org" -DEPENDS="pycairo" +LICENSE="MPL LGPL2.1" WEB_SITE="http://www.cairographics.org/pycairo/" WANTED="pycairo" +DEPENDS="pycairo" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 51a1ebbda768 -r bf4a09ef1d2e pycairo/receipt --- a/pycairo/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pycairo/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="Python bindings for the cairo graphics library." MAINTAINER="erjo@slitaz.org" -DEPENDS="cairo expat fontconfig freetype xorg-libX11 xorg-libXau \ -xorg-libXdmcp xorg-libXrender xcb-util" -BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto python-dev" +LICENSE="MPL LGPL2.1" SOURCE="py2cairo" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.cairographics.org/pycairo/" WGET_URL="http://www.cairographics.org/releases/$TARBALL" +DEPENDS="cairo expat fontconfig freetype xorg-libX11 xorg-libXau \ +xorg-libXdmcp xorg-libXrender xcb-util" +BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto python-dev" + # Rules to configure and make the package. compile_rules() { @@ -27,6 +29,6 @@ { PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib + cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib } diff -r 51a1ebbda768 -r bf4a09ef1d2e pygoocanvas/receipt --- a/pygoocanvas/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pygoocanvas/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="GooCanvas python bindings" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="python pygtk goocanvas" -BUILD_DEPENDS="goocanvas-dev python-dev pygobject-dev pycairo-dev pygtk-dev pkg-config" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://developer.berlios.de/projects/pygoocanvas" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygoocanvas/${VERSION%.*}/$TARBALL" +DEPENDS="python pygtk goocanvas" +BUILD_DEPENDS="goocanvas-dev python-dev pygobject-dev pycairo-dev pygtk-dev pkg-config" + # Rules to configure and make the package. compile_rules() { @@ -21,13 +23,13 @@ --mandir=/usr/share/man \ --disable-docs \ $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/lib $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 51a1ebbda768 -r bf4a09ef1d2e pylorcon/receipt --- a/pylorcon/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pylorcon/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="http://code.google.com/p/pylorcon/" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://code.google.com/p/pylorcon/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://pylorcon.googlecode.com/files/$TARBALL" diff -r 51a1ebbda768 -r bf4a09ef1d2e pyopenssl/receipt --- a/pyopenssl/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pyopenssl/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="OpenSSL library subset wrapper for python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Apache" SOURCE="pyOpenSSL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://launchpad.net/pyopenssl/" WGET_URL="http://pypi.python.org/packages/source/p/pyOpenSSL/$TARBALL" + DEPENDS="python openssl" BUILD_DEPENDS="python python-dev openssl-dev" @@ -22,6 +24,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 51a1ebbda768 -r bf4a09ef1d2e pyorbit/receipt --- a/pyorbit/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pyorbit/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Python binding to GNOME ORBit." MAINTAINER="pankso@slitaz.org" -DEPENDS="python ORBit2" -BUILD_DEPENDS="python-dev ORBit2-dev pkg-config" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="python ORBit2" +BUILD_DEPENDS="python-dev ORBit2-dev pkg-config" + # Rules to configure and make the package. compile_rules() { @@ -19,11 +21,11 @@ --prefix=/usr \ $CONFIGURE_ARGS && make && - 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 51a1ebbda768 -r bf4a09ef1d2e pyradio/receipt --- a/pyradio/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pyradio/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="multimedia" SHORT_DESC="Ncurses internet radio player." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses mplayer python" -BUILD_DEPENDS="git" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.coderholic.com/pyradio/" WGET_URL="git|git://github.com/coderholic/pyradio.git" BRANCH="$VERSION" +DEPENDS="ncurses mplayer python" +BUILD_DEPENDS="git" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 51a1ebbda768 -r bf4a09ef1d2e pyroom/receipt --- a/pyroom/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pyroom/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="office" SHORT_DESC="Full screen editor." MAINTAINER="paul@slitaz.org" -DEPENDS="python pygtk python-xdg libffi" -BUILD_DEPENDS="python python-dev gettext" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pyroom.org/" WGET_URL="http://launchpad.net/pyroom/0.4/$VERSION/+download/$TARBALL" +DEPENDS="python pygtk python-xdg libffi" +BUILD_DEPENDS="python python-dev gettext" + # 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 install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 51a1ebbda768 -r bf4a09ef1d2e pysdm/receipt --- a/pysdm/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/pysdm/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -1,8 +1,11 @@ +# SliTaz package receipt. + PACKAGE="pysdm" VERSION="0.4.1" CATEGORY="system-tools" SHORT_DESC="A Storage Device Manager via udev (and not fstab)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pysdm.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -26,5 +29,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 51a1ebbda768 -r bf4a09ef1d2e python-reportlab/receipt --- a/python-reportlab/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-reportlab/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="PDF generation solution." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" SOURCE="ReportLab" TARBALL="${SOURCE}_$VERSION.tar.gz" WEB_SITE="http://www.reportlab.org/" WGET_URL="${WEB_SITE}ftp/$TARBALL" + DEPENDS="python freetype" BUILD_DEPENDS="python python-dev" @@ -18,13 +20,13 @@ ln -s ${SOURCE}_$VERSION $src cd $src python setup.py build && - python setup.py install --root=$PWD/_pkg + 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 } clean_wok() diff -r 51a1ebbda768 -r bf4a09ef1d2e python-restclient/receipt --- a/python-restclient/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-restclient/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,12 +6,14 @@ CATEGORY="development" SHORT_DESC="A simple REST client for python" MAINTAINER="claudinei@slitaz.org" -DEPENDS="python python-httplib2" -BUILD_DEPENDS="python python-dev setuptools" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://bitbucket.org/benoitc/$SOURCE" WGET_URL="$WEB_SITE/get/$VERSION.gz" +DEPENDS="python python-httplib2" +BUILD_DEPENDS="python python-dev setuptools" + # Rules to configure and make the package. compile_rules() { diff -r 51a1ebbda768 -r bf4a09ef1d2e python-restkit/receipt --- a/python-restkit/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-restkit/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="An HTTP resource kit for Python" MAINTAINER="claudinei@slitaz.org" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.zip" WEB_SITE="http://restkit.readthedocs.org" WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" diff -r 51a1ebbda768 -r bf4a09ef1d2e python-routes/receipt --- a/python-routes/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-routes/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="development" SHORT_DESC="Routing Recognition and Generation Tools" MAINTAINER="taziden@slitaz.org" +LICENSE="BSD" SOURCE="Routes" -DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pylonshq.com" WGET_URL="http://cdn.pylonshq.com/download/1.0/$TARBALL" TAGS="python" +DEPENDS="python" +BUILD_DEPENDS="python python-dev setuptools" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + 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 51a1ebbda768 -r bf4a09ef1d2e python-serial/receipt --- a/python-serial/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-serial/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,27 +6,29 @@ CATEGORY="development" SHORT_DESC="Multiplataform serial port module for python" MAINTAINER="claudinei@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="python python-dev" +LICENSE="BSD" TARBALL="$SOURCE-$VERSION.zip" WEB_SITE="http://pyserial.sourceforge.net" WGET_URL="$SF_MIRROR/$SOURCE/2.5/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - for file in `find $_pkg | grep 'pyc$'`; do + for file in `find $install | grep 'pyc$'`; do rm $file done mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 51a1ebbda768 -r bf4a09ef1d2e python-simplejson/receipt --- a/python-simplejson/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-simplejson/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,9 +6,11 @@ CATEGORY="development" SHORT_DESC="Simple, fast, extensible JSON encoder/decoder for python." MAINTAINER="claudinei@slitaz.org" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/simplejson" WGET_URL="http://pypi.python.org/packages/source/s/$SOURCE/$TARBALL" + DEPENDS="python" BUILD_DEPENDS="python-dev setuptools" @@ -17,14 +19,14 @@ { cd $src python setup.py build - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # 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 } # Remove old package. diff -r 51a1ebbda768 -r bf4a09ef1d2e python-six/receipt --- a/python-six/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-six/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,9 +6,11 @@ CATEGORY="development" SHORT_DESC="Six is a Python 2 and 3 compatibility library." MAINTAINER="claudinei@slitaz.org" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://packages.python.org/six/" WGET_URL="https://pypi.python.org/packages/source/s/$SOURCE/$TARBALL" + DEPENDS="python" BUILD_DEPENDS="python-dev wget" diff -r 51a1ebbda768 -r bf4a09ef1d2e python-socketpool/receipt --- a/python-socketpool/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-socketpool/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="A simple python socket pool." MAINTAINER="claudinei@slitaz.org" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.zip" WEB_SITE="https://github.com/benoitc/socketpool/" WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" diff -r 51a1ebbda768 -r bf4a09ef1d2e python-sphinx/receipt --- a/python-sphinx/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-sphinx/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,9 +6,11 @@ CATEGORY="utilities" SHORT_DESC="Documentation Tool." MAINTAINER="claudinei@slitaz.org" +LICENSE="BSD" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://sphinx.pocoo.org" WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" + DEPENDS="python python-docutils python-jinja2 python-pygments setuptools" BUILD_DEPENDS="$DEPENDS python-dev" @@ -17,14 +19,14 @@ { cd $src python setup.py build && - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } # Remove old package. diff -r 51a1ebbda768 -r bf4a09ef1d2e python-sqlalchemy/receipt --- a/python-sqlalchemy/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-sqlalchemy/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,13 +6,15 @@ CATEGORY="development" SHORT_DESC="The Python SQL toolkit and Object Relational Mapper" MAINTAINER="claudinei@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="wget python-dev" +LICENSE="MIT" SUGGESTED="python-pysqlite" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.sqlalchemy.org" WGET_URL="https://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="wget python-dev" + # Rules to configure and make the package. compile_rules() { diff -r 51a1ebbda768 -r bf4a09ef1d2e python-tempita/receipt --- a/python-tempita/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-tempita/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="development" SHORT_DESC="Small text templating language" MAINTAINER="taziden@slitaz.org" +LICENSE="MIT" SOURCE="Tempita" -DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/Tempita/" WGET_URL="$WEB_SITE/packages/source/T/$SOURCE/$TARBALL" TAGS="python" +DEPENDS="python" +BUILD_DEPENDS="python python-dev setuptools" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + 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 51a1ebbda768 -r bf4a09ef1d2e python-turbogears/receipt --- a/python-turbogears/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-turbogears/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="network" SHORT_DESC="Python web application framework." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="TurboGears" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.turbogears.org/" WGET_URL="http://files.turbogears.org/eggs/$TARBALL" + DEPENDS="python psycopg sqlobject python-kid python-cheetah python-cherrypy \ python-paste python-pastedeploy python-pastescript python-formencode \ python-decoratortools python-extremes python-simplejson" @@ -35,6 +37,6 @@ genpkg_rules() { PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') - cp -a $_pkg/usr $fs + cp -a $install/usr $fs rm $fs/usr/lib/$PYTHON_LIB/site-packages/site.py* } diff -r 51a1ebbda768 -r bf4a09ef1d2e python-tweepy/receipt --- a/python-tweepy/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-tweepy/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="development" SHORT_DESC="Twitter library for python." MAINTAINER="paul@slitaz.org" +LICENSE="MIT" SOURCE="tweepy" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://github.com/tweepy/tweepy" WGET_URL="http://pypi.python.org/packages/source/t/$SOURCE/$TARBALL" +TAGS="python" + DEPENDS="python" BUILD_DEPENDS="python python-dev setuptools" -TAGS="python" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + 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 51a1ebbda768 -r bf4a09ef1d2e python-vatnumber/receipt --- a/python-vatnumber/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-vatnumber/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="Validate VAT numbers for Python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/vatnumber" WGET_URL="http://vatnumber.googlecode.com/files/$TARBALL" @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 51a1ebbda768 -r bf4a09ef1d2e python-vobject/receipt --- a/python-vobject/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-vobject/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="Parse iCalendar and VCards in Python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Apache" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://vobject.skyhouseconsulting.com/" WGET_URL="${WEB_SITE}$TARBALL" @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 51a1ebbda768 -r bf4a09ef1d2e python-webdav/receipt --- a/python-webdav/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-webdav/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A WebDAV client library for Python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" TARBALL="${PACKAGE}_$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/python-webdav/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -24,5 +25,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 51a1ebbda768 -r bf4a09ef1d2e python-weberror/receipt --- a/python-weberror/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-weberror/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="development" SHORT_DESC="Web Error handling and exception catching" MAINTAINER="taziden@slitaz.org" +LICENSE="MIT" SOURCE="WebError" -DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL" TAGS="python" +DEPENDS="python" +BUILD_DEPENDS="python python-dev setuptools" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + 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 51a1ebbda768 -r bf4a09ef1d2e python-webhelpers/receipt --- a/python-webhelpers/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-webhelpers/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="development" SHORT_DESC="Web Helpers" MAINTAINER="taziden@slitaz.org" +LICENSE="BSD" SOURCE="WebHelpers" -DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL" TAGS="python" +DEPENDS="python" +BUILD_DEPENDS="python python-dev setuptools" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + 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 51a1ebbda768 -r bf4a09ef1d2e python-webob/receipt --- a/python-webob/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-webob/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="development" SHORT_DESC="WSGI request and response object" MAINTAINER="taziden@slitaz.org" +LICENSE="MIT" SOURCE="WebOb" -DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL" TAGS="python" +DEPENDS="python" +BUILD_DEPENDS="python python-dev setuptools" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + 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 51a1ebbda768 -r bf4a09ef1d2e python-webtest/receipt --- a/python-webtest/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-webtest/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="development" SHORT_DESC="Helper to test WSGI applications" MAINTAINER="taziden@slitaz.org" +LICENSE="MIT" SOURCE="WebTest" -DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL" TAGS="python" +DEPENDS="python" +BUILD_DEPENDS="python python-dev setuptools" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + 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 51a1ebbda768 -r bf4a09ef1d2e python-xdg/receipt --- a/python-xdg/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-xdg/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,25 +5,27 @@ CATEGORY="development" SHORT_DESC="Python library to access freedesktop.org standards." MAINTAINER="paul@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="python python-dev" +LICENSE="LGPL2" SOURCE="pyxdg" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.freedesktop.org/wiki/Software/pyxdg" WGET_URL="http://www.freedesktop.org/~lanius/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" + # 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 install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 51a1ebbda768 -r bf4a09ef1d2e python-xlib/receipt --- a/python-xlib/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-xlib/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="X client library for Python programs. ." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3 TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -22,5 +23,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 51a1ebbda768 -r bf4a09ef1d2e python-xlwt/receipt --- a/python-xlwt/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-xlwt/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="Python module for reading/writing Microsoft Excel spreadsheet files" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="${SOURCE}_$VERSION.orig.tar.gz" WEB_SITE="http://www.janrain.com/openid-enabled/" WGET_URL="http://ftp.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$TARBALL" @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 51a1ebbda768 -r bf4a09ef1d2e python-zsi/receipt --- a/python-zsi/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python-zsi/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="The Zolera Soap Infrastructure for Python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pywebsvcs.sourceforge.net/zsi.html" WGET_URL="$SF_MIRROR/project/pywebsvcs/$SOURCE/$SOURCE-${VERSION/-/_}/$TARBALL" @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 51a1ebbda768 -r bf4a09ef1d2e python/receipt --- a/python/receipt Fri Oct 18 19:43:55 2013 +0000 +++ b/python/receipt Fri Oct 18 22:13:53 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The Python programming language." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" SOURCE="Python" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.python.org/"