wok-current rev 15376
Add some licenses
line diff
1.1 --- a/psyco/receipt Fri Oct 18 19:43:55 2013 +0000 1.2 +++ b/psyco/receipt Fri Oct 18 22:13:53 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Module which can massively speed up the execution of any Python code." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="python" 1.8 -BUILD_DEPENDS="python-dev" 1.9 +LICENSE="MIT" 1.10 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.11 WEB_SITE="http://psyco.sourceforge.net/" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="python" 1.15 +BUILD_DEPENDS="python-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -19,12 +21,12 @@ 1.21 sed -i -e 's/JUMP_IF_FALSE\([: )]\)/JUMP_IF_FALSE_OR_POP\1/' \ 1.22 -e 's/JUMP_IF_TRUE\([: )]\)/JUMP_IF_TRUE_OR_POP\1/' \ 1.23 c/Python/pycompiler.c c/mergepoints.c 1.24 - python setup.py install --root=$PWD/_pkg 1.25 + python setup.py install --root=$DESTDIR 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr 1.32 - cp -a $_pkg/usr/lib $fs/usr 1.33 + cp -a $install/usr/lib $fs/usr 1.34 }
2.1 --- a/psycopg2/receipt Fri Oct 18 19:43:55 2013 +0000 2.2 +++ b/psycopg2/receipt Fri Oct 18 22:13:53 2013 +0000 2.3 @@ -5,9 +5,11 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="PostgreSQL database adapter for the Python." 2.6 MAINTAINER="pascal.bellard@slitaz.org" 2.7 +LICENSE="LGPL3" 2.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.9 WEB_SITE="http://initd.org/psycopg/" 2.10 WGET_URL="${WEB_SITE}tarballs/PSYCOPG-2-4//$TARBALL" 2.11 + 2.12 DEPENDS="python egenix-mx-base libpostgresqlclient" 2.13 BUILD_DEPENDS="python-dev postgresql-dev" 2.14 2.15 @@ -23,6 +25,6 @@ 2.16 # Rules to gen a SliTaz package suitable for Tazpkg. 2.17 genpkg_rules() 2.18 { 2.19 - cp -a $_pkg/usr $fs 2.20 + cp -a $install/usr $fs 2.21 } 2.22
3.1 --- a/pth-dev/receipt Fri Oct 18 19:43:55 2013 +0000 3.2 +++ b/pth-dev/receipt Fri Oct 18 22:13:53 2013 +0000 3.3 @@ -5,6 +5,7 @@ 3.4 CATEGORY="system-tools" 3.5 SHORT_DESC="PTH devel files." 3.6 MAINTAINER="fraazz@altern.org" 3.7 +LICENSE="LGPL2.1" 3.8 WANTED="pth" 3.9 WEB_SITE="http://www.gnu.org/software/pth/" 3.10 3.11 @@ -12,8 +13,8 @@ 3.12 genpkg_rules() 3.13 { 3.14 mkdir -p $fs/usr/lib $fs/usr/share 3.15 - cp -a $_pkg/usr/bin $fs/usr 3.16 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 3.17 - cp -a $_pkg/usr/include $fs/usr 3.18 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 3.19 + cp -a $install/usr/bin $fs/usr 3.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 3.21 + cp -a $install/usr/include $fs/usr 3.22 + cp -a $install/usr/share/aclocal $fs/usr/share 3.23 }
4.1 --- a/pth/receipt Fri Oct 18 19:43:55 2013 +0000 4.2 +++ b/pth/receipt Fri Oct 18 22:13:53 2013 +0000 4.3 @@ -5,6 +5,7 @@ 4.4 CATEGORY="system-tools" 4.5 SHORT_DESC="C library for multithreading inside server applications." 4.6 MAINTAINER="fraazz@altern.org" 4.7 +LICENSE="LGPL2.1" 4.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.9 WEB_SITE="http://www.gnu.org/software/pth/" 4.10 WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/$TARBALL" 4.11 @@ -24,6 +25,6 @@ 4.12 genpkg_rules() 4.13 { 4.14 mkdir -p $fs/usr/lib 4.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 4.16 + cp -a $install/usr/lib/*.so* $fs/usr/lib 4.17 } 4.18
5.1 --- a/ptlib-dev/receipt Fri Oct 18 19:43:55 2013 +0000 5.2 +++ b/ptlib-dev/receipt Fri Oct 18 22:13:53 2013 +0000 5.3 @@ -5,6 +5,7 @@ 5.4 CATEGORY="network" 5.5 SHORT_DESC="Portable Tools Library for unix and windows, development files." 5.6 MAINTAINER="pascal.bellard@slitaz.org" 5.7 +LICENSE="MPL" 5.8 WEB_SITE="http://www.ekiga.org/" 5.9 WANTED="ptlib" 5.10 5.11 @@ -12,5 +13,5 @@ 5.12 genpkg_rules() 5.13 { 5.14 mkdir -p $fs/usr 5.15 - cp -a $_pkg/usr/include $fs/usr 5.16 + cp -a $install/usr/include $fs/usr 5.17 }
6.1 --- a/ptlib/receipt Fri Oct 18 19:43:55 2013 +0000 6.2 +++ b/ptlib/receipt Fri Oct 18 22:13:53 2013 +0000 6.3 @@ -5,9 +5,11 @@ 6.4 CATEGORY="network" 6.5 SHORT_DESC="Portable Tools Library for unix and windows." 6.6 MAINTAINER="pascal.bellard@slitaz.org" 6.7 +LICENSE="MPL" 6.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.9 WEB_SITE="http://www.ekiga.org/" 6.10 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 6.11 + 6.12 DEPENDS="alsa-lib cyrus-sasl expat libsdl libdv libraw1394 \ 6.13 libunixODBC openssl" 6.14 BUILD_DEPENDS="pkg-config flex openssl-dev cyrus-sasl-dev zlib-dev alsa-lib-dev" 6.15 @@ -20,14 +22,14 @@ 6.16 --libexecdir=/usr/bin --mandir=/usr/share/man \ 6.17 $CONFIGURE_ARGS && 6.18 make && 6.19 - make DESTDIR=$PWD/_pkg install 6.20 + make DESTDIR=$DESTDIR install 6.21 } 6.22 6.23 # Rules to gen a SliTaz package suitable for Tazpkg. 6.24 genpkg_rules() 6.25 { 6.26 mkdir -p $fs/usr 6.27 - cp -a $_pkg/usr/lib $fs/usr 6.28 - cp -a $_pkg/usr/bin $fs/usr 6.29 - cp -a $_pkg/usr/share $fs/usr 6.30 + cp -a $install/usr/lib $fs/usr 6.31 + cp -a $install/usr/bin $fs/usr 6.32 + cp -a $install/usr/share $fs/usr 6.33 }
7.1 --- a/ptunnel/receipt Fri Oct 18 19:43:55 2013 +0000 7.2 +++ b/ptunnel/receipt Fri Oct 18 22:13:53 2013 +0000 7.3 @@ -5,6 +5,7 @@ 7.4 CATEGORY="network" 7.5 SHORT_DESC="ptunnel tunnels TCP using ICMP echo request" 7.6 MAINTAINER="slaxemulator@gmail.com" 7.7 +LICENSE="BSD" 7.8 SOURCE="PingTunnel" 7.9 TARBALL="$SOURCE-$VERSION.tar.gz" 7.10 WEB_SITE="http://www.cs.uit.no/~daniels/PingTunnel/"
8.1 --- a/puppet-dashboard/receipt Fri Oct 18 19:43:55 2013 +0000 8.2 +++ b/puppet-dashboard/receipt Fri Oct 18 22:13:53 2013 +0000 8.3 @@ -5,6 +5,7 @@ 8.4 CATEGORY="network" 8.5 SHORT_DESC="Web tracking frontend to puppet." 8.6 MAINTAINER="pankso@slitaz.org" 8.7 +LICENSE="Apache" 8.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.9 WEB_SITE="http://www.puppetlabs.com/" 8.10 WGET_URL="http://downloads.puppetlabs.com/dashboard/$TARBALL"
9.1 --- a/puppet/receipt Fri Oct 18 19:43:55 2013 +0000 9.2 +++ b/puppet/receipt Fri Oct 18 22:13:53 2013 +0000 9.3 @@ -5,6 +5,7 @@ 9.4 CATEGORY="system-tools" 9.5 SHORT_DESC="A system for automating system administration tasks." 9.6 MAINTAINER="pankso@slitaz.org" 9.7 +LICENSE="Apache" 9.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.9 WEB_SITE="http://www.puppetlabs.com/" 9.10 WGET_URL="http://downloads.puppetlabs.com/puppet/$TARBALL"
10.1 --- a/pure-ftpd-extras/receipt Fri Oct 18 19:43:55 2013 +0000 10.2 +++ b/pure-ftpd-extras/receipt Fri Oct 18 22:13:53 2013 +0000 10.3 @@ -5,10 +5,12 @@ 10.4 CATEGORY="network" 10.5 SHORT_DESC="A secure FTP daemon extras files" 10.6 MAINTAINER="erjo@slitaz.org" 10.7 -DEPENDS="perl python" 10.8 +LICENSE="BSD" 10.9 WEB_SITE="http://www.pureftpd.org/project/pure-ftpd" 10.10 WANTED="pure-ftpd" 10.11 10.12 +DEPENDS="perl python" 10.13 + 10.14 # Rules to gen a SliTaz package suitable for Tazpkg. 10.15 genpkg_rules() 10.16 {
11.1 --- a/pure-ftpd-pam/receipt Fri Oct 18 19:43:55 2013 +0000 11.2 +++ b/pure-ftpd-pam/receipt Fri Oct 18 22:13:53 2013 +0000 11.3 @@ -5,14 +5,16 @@ 11.4 CATEGORY="network" 11.5 SHORT_DESC="A secure FTP daemon using PAM" 11.6 MAINTAINER="erjo@slitaz.org" 11.7 -DEPENDS="pam attr libcap" 11.8 -BUILD_DEPENDS="pam pam-dev" 11.9 +LICENSE="BSD" 11.10 SOURCE="pure-ftpd" 11.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 11.12 WEB_SITE="http://www.pureftpd.org/project/pure-ftpd" 11.13 WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL" 11.14 PROVIDE="pure-ftpd:pam" 11.15 11.16 +DEPENDS="pam attr libcap" 11.17 +BUILD_DEPENDS="pam pam-dev" 11.18 + 11.19 # Rules to configure and make the package. 11.20 compile_rules() 11.21 { 11.22 @@ -26,8 +28,8 @@ 11.23 genpkg_rules() 11.24 { 11.25 mkdir -p $fs/usr $fs/etc/init.d 11.26 - cp -a $_pkg/usr/bin $fs/usr 11.27 - cp -a $_pkg/usr/sbin $fs/usr 11.28 + cp -a $install/usr/bin $fs/usr 11.29 + cp -a $install/usr/sbin $fs/usr 11.30 install -g root -o root -m 0755 $WOK/$SOURCE/stuff/pure-ftpd $fs/etc/init.d 11.31 } 11.32
12.1 --- a/pure-ftpd/receipt Fri Oct 18 19:43:55 2013 +0000 12.2 +++ b/pure-ftpd/receipt Fri Oct 18 22:13:53 2013 +0000 12.3 @@ -5,6 +5,7 @@ 12.4 CATEGORY="network" 12.5 SHORT_DESC="A secure FTP daemon" 12.6 MAINTAINER="erjo@slitaz.org" 12.7 +LICENSE="BSD" 12.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 12.9 WEB_SITE="http://www.pureftpd.org/project/pure-ftpd" 12.10 WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL" 12.11 @@ -28,8 +29,8 @@ 12.12 genpkg_rules() 12.13 { 12.14 mkdir -p $fs/usr $fs/etc/init.d 12.15 - cp -a $_pkg/usr/bin $fs/usr 12.16 - cp -a $_pkg/usr/sbin $fs/usr 12.17 + cp -a $install/usr/bin $fs/usr 12.18 + cp -a $install/usr/sbin $fs/usr 12.19 install -g root -o root -m 0755 $stuff/pure-ftpd $fs/etc/init.d 12.20 } 12.21
13.1 --- a/putty/receipt Fri Oct 18 19:43:55 2013 +0000 13.2 +++ b/putty/receipt Fri Oct 18 22:13:53 2013 +0000 13.3 @@ -5,6 +5,7 @@ 13.4 CATEGORY="utilities" 13.5 SHORT_DESC="A free telnet/SSH client." 13.6 MAINTAINER="rcx@zoominternet.net" 13.7 +LICENSE="MIT" 13.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 13.9 WEB_SITE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" 13.10 #WGET_URL="http://putty.linux-mirror.org/latest/$TARBALL" 13.11 @@ -40,8 +41,8 @@ 13.12 { 13.13 mkdir -p $fs/usr/share $fs/usr/share/pixmaps 13.14 13.15 - cp -a $stuff/applications $_pkg/usr/share 13.16 - cp -a $_pkg/usr/bin $fs/usr 13.17 - cp -a $_pkg/usr/share/applications $fs/usr/share 13.18 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 13.19 + cp -a $stuff/applications $install/usr/share 13.20 + cp -a $install/usr/bin $fs/usr 13.21 + cp -a $install/usr/share/applications $fs/usr/share 13.22 + cp -a $install/usr/share/pixmaps $fs/usr/share 13.23 }
14.1 --- a/puzzles/receipt Fri Oct 18 19:43:55 2013 +0000 14.2 +++ b/puzzles/receipt Fri Oct 18 22:13:53 2013 +0000 14.3 @@ -5,6 +5,7 @@ 14.4 CATEGORY="games" 14.5 SHORT_DESC="Misc puzzles games." 14.6 MAINTAINER="pascal.bellard@slitaz.org" 14.7 +LICENSE="MIT" 14.8 TARBALL="$PACKAGE.tar.gz" 14.9 WEB_SITE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" 14.10 WGET_URL="${WEB_SITE}$TARBALL" 14.11 @@ -36,6 +37,6 @@ 14.12 cp $img $fs/usr/share/pixmaps/$(basename $img -16d24.png).png 14.13 done 14.14 14.15 - cp -a stuff/*.desktop $fs/usr/share/applications 14.16 + cp -a $stuff/*.desktop $fs/usr/share/applications 14.17 } 14.18
15.1 --- a/pv/receipt Fri Oct 18 19:43:55 2013 +0000 15.2 +++ b/pv/receipt Fri Oct 18 22:13:53 2013 +0000 15.3 @@ -5,6 +5,7 @@ 15.4 CATEGORY="misc" 15.5 SHORT_DESC="pipe viewer for monitoring data through a pipeline" 15.6 MAINTAINER="allan316@gmail.com" 15.7 +LICENSE="Artistic" 15.8 DEPENDS="" 15.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 15.10 WEB_SITE="http://www.ivarch.com/programs/pv.shtml" 15.11 @@ -19,14 +20,13 @@ 15.12 --infodir=/usr/share/info \ 15.13 --mandir=/usr/share/man \ 15.14 $CONFIGURE_ARGS && 15.15 - make && make DESTDIR=$PWD/_pkg install 15.16 + make && make DESTDIR=$DESTDIR install 15.17 } 15.18 15.19 # Rules to gen a SliTaz package suitable for Tazpkg. 15.20 genpkg_rules() 15.21 { 15.22 mkdir -p $fs/usr 15.23 - cp -a $_pkg/usr/bin $fs/usr 15.24 - 15.25 + cp -a $install/usr/bin $fs/usr 15.26 } 15.27
16.1 --- a/pwauth/receipt Fri Oct 18 19:43:55 2013 +0000 16.2 +++ b/pwauth/receipt Fri Oct 18 22:13:53 2013 +0000 16.3 @@ -5,6 +5,7 @@ 16.4 CATEGORY="security" 16.5 SHORT_DESC="Support reasonably secure web auth using system password DB" 16.6 MAINTAINER="pankso@slitaz.org" 16.7 +LICENSE="BSD" 16.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 16.9 WEB_SITE="https://code.google.com/p/pwauth/" 16.10 WGET_URL="https://pwauth.googlecode.com/files/$TARBALL"
17.1 --- a/pwgen/receipt Fri Oct 18 19:43:55 2013 +0000 17.2 +++ b/pwgen/receipt Fri Oct 18 22:13:53 2013 +0000 17.3 @@ -5,6 +5,7 @@ 17.4 CATEGORY="misc" 17.5 SHORT_DESC="Pwgen is a small password generator which creates passwords which can be easily memorized by a human" 17.6 MAINTAINER="slaxemulator@gmail.com" 17.7 +LICENSE="GPL" 17.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 17.9 WEB_SITE="http://sourceforge.net/projects/pwgen/" 17.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 17.11 @@ -18,13 +19,13 @@ 17.12 --infodir=/usr/share/info \ 17.13 --mandir=/usr/share/man \ 17.14 $CONFIGURE_ARGS && 17.15 - make && make DESTDIR=$PWD/_pkg install 17.16 + make && make DESTDIR=$DESTDIR install 17.17 } 17.18 17.19 # Rules to gen a SliTaz package suitable for Tazpkg. 17.20 genpkg_rules() 17.21 { 17.22 mkdir -p $fs/usr 17.23 - cp -a $_pkg/usr/bin $fs/usr 17.24 + cp -a $install/usr/bin $fs/usr 17.25 } 17.26
18.1 --- a/pwnat/receipt Fri Oct 18 19:43:55 2013 +0000 18.2 +++ b/pwnat/receipt Fri Oct 18 22:13:53 2013 +0000 18.3 @@ -5,6 +5,7 @@ 18.4 CATEGORY="network" 18.5 SHORT_DESC="NAT Traversal utility." 18.6 MAINTAINER="pascal.bellard@slitaz.org" 18.7 +LICENSE="GPL3" 18.8 TARBALL="$PACKAGE-$VERSION-beta.tgz" 18.9 WEB_SITE="http://samy.pl/pwnat" 18.10 WGET_URL="$WEB_SITE/$TARBALL"
19.1 --- a/py-asterisk/receipt Fri Oct 18 19:43:55 2013 +0000 19.2 +++ b/py-asterisk/receipt Fri Oct 18 22:13:53 2013 +0000 19.3 @@ -6,6 +6,7 @@ 19.4 CATEGORY="development" 19.5 SHORT_DESC="Python bindings for the Asterisk Manager API." 19.6 MAINTAINER="pascal.bellard@slitaz.org" 19.7 +LICENSE="MIT" 19.8 TARBALL="$SOURCE-$VERSION.tar.gz" 19.9 WEB_SITE="http://code.google.com/p/py-asterisk/" 19.10 WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
20.1 --- a/pybootchartgui/receipt Fri Oct 18 19:43:55 2013 +0000 20.2 +++ b/pybootchartgui/receipt Fri Oct 18 22:13:53 2013 +0000 20.3 @@ -5,12 +5,12 @@ 20.4 CATEGORY="misc" 20.5 SHORT_DESC="bootchart GUI in python" 20.6 MAINTAINER="jozee@slitaz.org" 20.7 -DEPENDS="python pygtk bootchart" 20.8 +LICENSE="GPL3" 20.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 20.10 WEB_SITE="http://pybootchartgui.googlecode.com/" 20.11 WGET_URL="$WEB_SITE/files/$TARBALL" 20.12 20.13 - 20.14 +DEPENDS="python pygtk bootchart" 20.15 20.16 # Rules to gen a SliTaz package suitable for Tazpkg. 20.17 genpkg_rules()
21.1 --- a/pycairo-dev/receipt Fri Oct 18 19:43:55 2013 +0000 21.2 +++ b/pycairo-dev/receipt Fri Oct 18 22:13:53 2013 +0000 21.3 @@ -5,15 +5,17 @@ 21.4 CATEGORY="development" 21.5 SHORT_DESC="Python bindings for the cairo graphics library." 21.6 MAINTAINER="erjo@slitaz.org" 21.7 -DEPENDS="pycairo" 21.8 +LICENSE="MPL LGPL2.1" 21.9 WEB_SITE="http://www.cairographics.org/pycairo/" 21.10 WANTED="pycairo" 21.11 21.12 +DEPENDS="pycairo" 21.13 + 21.14 # Rules to gen a SliTaz package suitable for Tazpkg. 21.15 genpkg_rules() 21.16 { 21.17 mkdir -p $fs/usr/lib 21.18 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 21.19 - cp -a $_pkg/usr/include $fs/usr 21.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 21.21 + cp -a $install/usr/include $fs/usr 21.22 } 21.23
22.1 --- a/pycairo/receipt Fri Oct 18 19:43:55 2013 +0000 22.2 +++ b/pycairo/receipt Fri Oct 18 22:13:53 2013 +0000 22.3 @@ -5,14 +5,16 @@ 22.4 CATEGORY="development" 22.5 SHORT_DESC="Python bindings for the cairo graphics library." 22.6 MAINTAINER="erjo@slitaz.org" 22.7 -DEPENDS="cairo expat fontconfig freetype xorg-libX11 xorg-libXau \ 22.8 -xorg-libXdmcp xorg-libXrender xcb-util" 22.9 -BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto python-dev" 22.10 +LICENSE="MPL LGPL2.1" 22.11 SOURCE="py2cairo" 22.12 TARBALL="$SOURCE-$VERSION.tar.bz2" 22.13 WEB_SITE="http://www.cairographics.org/pycairo/" 22.14 WGET_URL="http://www.cairographics.org/releases/$TARBALL" 22.15 22.16 +DEPENDS="cairo expat fontconfig freetype xorg-libX11 xorg-libXau \ 22.17 +xorg-libXdmcp xorg-libXrender xcb-util" 22.18 +BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto python-dev" 22.19 + 22.20 # Rules to configure and make the package. 22.21 compile_rules() 22.22 { 22.23 @@ -27,6 +29,6 @@ 22.24 { 22.25 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 22.26 mkdir -p $fs/usr/lib 22.27 - cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib 22.28 + cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib 22.29 } 22.30
23.1 --- a/pygoocanvas/receipt Fri Oct 18 19:43:55 2013 +0000 23.2 +++ b/pygoocanvas/receipt Fri Oct 18 22:13:53 2013 +0000 23.3 @@ -5,12 +5,14 @@ 23.4 CATEGORY="development" 23.5 SHORT_DESC="GooCanvas python bindings" 23.6 MAINTAINER="slaxemulator@gmail.com" 23.7 -DEPENDS="python pygtk goocanvas" 23.8 -BUILD_DEPENDS="goocanvas-dev python-dev pygobject-dev pycairo-dev pygtk-dev pkg-config" 23.9 +LICENSE="GPL2" 23.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 23.11 WEB_SITE="http://developer.berlios.de/projects/pygoocanvas" 23.12 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygoocanvas/${VERSION%.*}/$TARBALL" 23.13 23.14 +DEPENDS="python pygtk goocanvas" 23.15 +BUILD_DEPENDS="goocanvas-dev python-dev pygobject-dev pycairo-dev pygtk-dev pkg-config" 23.16 + 23.17 # Rules to configure and make the package. 23.18 compile_rules() 23.19 { 23.20 @@ -21,13 +23,13 @@ 23.21 --mandir=/usr/share/man \ 23.22 --disable-docs \ 23.23 $CONFIGURE_ARGS && 23.24 - make && make DESTDIR=$PWD/_pkg install 23.25 + make && make DESTDIR=$DESTDIR install 23.26 } 23.27 23.28 # Rules to gen a SliTaz package suitable for Tazpkg. 23.29 genpkg_rules() 23.30 { 23.31 mkdir -p $fs/usr 23.32 - cp -a $_pkg/usr/lib $fs/usr 23.33 + cp -a $install/usr/lib $fs/usr 23.34 } 23.35
24.1 --- a/pylorcon/receipt Fri Oct 18 19:43:55 2013 +0000 24.2 +++ b/pylorcon/receipt Fri Oct 18 22:13:53 2013 +0000 24.3 @@ -5,6 +5,7 @@ 24.4 CATEGORY="development" 24.5 SHORT_DESC="http://code.google.com/p/pylorcon/" 24.6 MAINTAINER="slaxemulator@gmail.com" 24.7 +LICENSE="GPL2" 24.8 WEB_SITE="http://code.google.com/p/pylorcon/" 24.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 24.10 WGET_URL="http://pylorcon.googlecode.com/files/$TARBALL"
25.1 --- a/pyopenssl/receipt Fri Oct 18 19:43:55 2013 +0000 25.2 +++ b/pyopenssl/receipt Fri Oct 18 22:13:53 2013 +0000 25.3 @@ -5,10 +5,12 @@ 25.4 CATEGORY="development" 25.5 SHORT_DESC="OpenSSL library subset wrapper for python." 25.6 MAINTAINER="pascal.bellard@slitaz.org" 25.7 +LICENSE="Apache" 25.8 SOURCE="pyOpenSSL" 25.9 TARBALL="$SOURCE-$VERSION.tar.gz" 25.10 WEB_SITE="https://launchpad.net/pyopenssl/" 25.11 WGET_URL="http://pypi.python.org/packages/source/p/pyOpenSSL/$TARBALL" 25.12 + 25.13 DEPENDS="python openssl" 25.14 BUILD_DEPENDS="python python-dev openssl-dev" 25.15 25.16 @@ -22,6 +24,6 @@ 25.17 # Rules to gen a SliTaz package suitable for Tazpkg. 25.18 genpkg_rules() 25.19 { 25.20 - cp -a $_pkg/usr $fs 25.21 + cp -a $install/usr $fs 25.22 } 25.23
26.1 --- a/pyorbit/receipt Fri Oct 18 19:43:55 2013 +0000 26.2 +++ b/pyorbit/receipt Fri Oct 18 22:13:53 2013 +0000 26.3 @@ -5,12 +5,14 @@ 26.4 CATEGORY="system-tools" 26.5 SHORT_DESC="Python binding to GNOME ORBit." 26.6 MAINTAINER="pankso@slitaz.org" 26.7 -DEPENDS="python ORBit2" 26.8 -BUILD_DEPENDS="python-dev ORBit2-dev pkg-config" 26.9 +LICENSE="LGPL2.1" 26.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 26.11 WEB_SITE="http://www.gnome.org/" 26.12 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 26.13 26.14 +DEPENDS="python ORBit2" 26.15 +BUILD_DEPENDS="python-dev ORBit2-dev pkg-config" 26.16 + 26.17 # Rules to configure and make the package. 26.18 compile_rules() 26.19 { 26.20 @@ -19,11 +21,11 @@ 26.21 --prefix=/usr \ 26.22 $CONFIGURE_ARGS && 26.23 make && 26.24 - make DESTDIR=$PWD/_pkg install 26.25 + make DESTDIR=$DESTDIR install 26.26 } 26.27 26.28 # Rules to gen a SliTaz package suitable for Tazpkg. 26.29 genpkg_rules() 26.30 { 26.31 - cp -a $_pkg/usr $fs 26.32 + cp -a $install/usr $fs 26.33 }
27.1 --- a/pyradio/receipt Fri Oct 18 19:43:55 2013 +0000 27.2 +++ b/pyradio/receipt Fri Oct 18 22:13:53 2013 +0000 27.3 @@ -5,13 +5,15 @@ 27.4 CATEGORY="multimedia" 27.5 SHORT_DESC="Ncurses internet radio player." 27.6 MAINTAINER="paul@slitaz.org" 27.7 -DEPENDS="ncurses mplayer python" 27.8 -BUILD_DEPENDS="git" 27.9 +LICENSE="MIT" 27.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 27.11 WEB_SITE="http://www.coderholic.com/pyradio/" 27.12 WGET_URL="git|git://github.com/coderholic/pyradio.git" 27.13 BRANCH="$VERSION" 27.14 27.15 +DEPENDS="ncurses mplayer python" 27.16 +BUILD_DEPENDS="git" 27.17 + 27.18 # Rules to gen a SliTaz package suitable for Tazpkg. 27.19 genpkg_rules() 27.20 {
28.1 --- a/pyroom/receipt Fri Oct 18 19:43:55 2013 +0000 28.2 +++ b/pyroom/receipt Fri Oct 18 22:13:53 2013 +0000 28.3 @@ -5,24 +5,26 @@ 28.4 CATEGORY="office" 28.5 SHORT_DESC="Full screen editor." 28.6 MAINTAINER="paul@slitaz.org" 28.7 -DEPENDS="python pygtk python-xdg libffi" 28.8 -BUILD_DEPENDS="python python-dev gettext" 28.9 +LICENSE="GPL3" 28.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 28.11 WEB_SITE="http://pyroom.org/" 28.12 WGET_URL="http://launchpad.net/pyroom/0.4/$VERSION/+download/$TARBALL" 28.13 28.14 +DEPENDS="python pygtk python-xdg libffi" 28.15 +BUILD_DEPENDS="python python-dev gettext" 28.16 + 28.17 # Rules to configure and make the package. 28.18 compile_rules() 28.19 { 28.20 cd $src 28.21 python setup.py build && 28.22 - python setup.py install --root=$PWD/_pkg 28.23 + python setup.py install --root=$DESTDIR 28.24 } 28.25 28.26 # Rules to gen a SliTaz package suitable for Tazpkg. 28.27 genpkg_rules() 28.28 { 28.29 mkdir -p $fs 28.30 - cp -a $_pkg/usr $fs 28.31 + cp -a $install/usr $fs 28.32 } 28.33
29.1 --- a/pysdm/receipt Fri Oct 18 19:43:55 2013 +0000 29.2 +++ b/pysdm/receipt Fri Oct 18 22:13:53 2013 +0000 29.3 @@ -1,8 +1,11 @@ 29.4 +# SliTaz package receipt. 29.5 + 29.6 PACKAGE="pysdm" 29.7 VERSION="0.4.1" 29.8 CATEGORY="system-tools" 29.9 SHORT_DESC="A Storage Device Manager via udev (and not fstab)." 29.10 MAINTAINER="pascal.bellard@slitaz.org" 29.11 +LICENSE="GPL2" 29.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 29.13 WEB_SITE="http://pysdm.sourceforge.net/" 29.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 29.15 @@ -26,5 +29,5 @@ 29.16 # Rules to gen a SliTaz package suitable for Tazpkg. 29.17 genpkg_rules() 29.18 { 29.19 - cp -a $_pkg/usr $fs 29.20 + cp -a $install/usr $fs 29.21 }
30.1 --- a/python-reportlab/receipt Fri Oct 18 19:43:55 2013 +0000 30.2 +++ b/python-reportlab/receipt Fri Oct 18 22:13:53 2013 +0000 30.3 @@ -5,10 +5,12 @@ 30.4 CATEGORY="development" 30.5 SHORT_DESC="PDF generation solution." 30.6 MAINTAINER="pascal.bellard@slitaz.org" 30.7 +LICENSE="BSD" 30.8 SOURCE="ReportLab" 30.9 TARBALL="${SOURCE}_$VERSION.tar.gz" 30.10 WEB_SITE="http://www.reportlab.org/" 30.11 WGET_URL="${WEB_SITE}ftp/$TARBALL" 30.12 + 30.13 DEPENDS="python freetype" 30.14 BUILD_DEPENDS="python python-dev" 30.15 30.16 @@ -18,13 +20,13 @@ 30.17 ln -s ${SOURCE}_$VERSION $src 30.18 cd $src 30.19 python setup.py build && 30.20 - python setup.py install --root=$PWD/_pkg 30.21 + python setup.py install --root=$DESTDIR 30.22 } 30.23 30.24 # Rules to gen a SliTaz package suitable for Tazpkg. 30.25 genpkg_rules() 30.26 { 30.27 - cp -a $_pkg/usr $fs 30.28 + cp -a $install/usr $fs 30.29 } 30.30 30.31 clean_wok()
31.1 --- a/python-restclient/receipt Fri Oct 18 19:43:55 2013 +0000 31.2 +++ b/python-restclient/receipt Fri Oct 18 22:13:53 2013 +0000 31.3 @@ -6,12 +6,14 @@ 31.4 CATEGORY="development" 31.5 SHORT_DESC="A simple REST client for python" 31.6 MAINTAINER="claudinei@slitaz.org" 31.7 -DEPENDS="python python-httplib2" 31.8 -BUILD_DEPENDS="python python-dev setuptools" 31.9 +LICENSE="MIT" 31.10 TARBALL="$PACKAGE-$VERSION.tgz" 31.11 WEB_SITE="http://bitbucket.org/benoitc/$SOURCE" 31.12 WGET_URL="$WEB_SITE/get/$VERSION.gz" 31.13 31.14 +DEPENDS="python python-httplib2" 31.15 +BUILD_DEPENDS="python python-dev setuptools" 31.16 + 31.17 # Rules to configure and make the package. 31.18 compile_rules() 31.19 {
32.1 --- a/python-restkit/receipt Fri Oct 18 19:43:55 2013 +0000 32.2 +++ b/python-restkit/receipt Fri Oct 18 22:13:53 2013 +0000 32.3 @@ -6,6 +6,7 @@ 32.4 CATEGORY="development" 32.5 SHORT_DESC="An HTTP resource kit for Python" 32.6 MAINTAINER="claudinei@slitaz.org" 32.7 +LICENSE="MIT" 32.8 TARBALL="$SOURCE-$VERSION.zip" 32.9 WEB_SITE="http://restkit.readthedocs.org" 32.10 WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip"
33.1 --- a/python-routes/receipt Fri Oct 18 19:43:55 2013 +0000 33.2 +++ b/python-routes/receipt Fri Oct 18 22:13:53 2013 +0000 33.3 @@ -5,24 +5,26 @@ 33.4 CATEGORY="development" 33.5 SHORT_DESC="Routing Recognition and Generation Tools" 33.6 MAINTAINER="taziden@slitaz.org" 33.7 +LICENSE="BSD" 33.8 SOURCE="Routes" 33.9 -DEPENDS="python" 33.10 -BUILD_DEPENDS="python python-dev setuptools" 33.11 TARBALL="$SOURCE-$VERSION.tar.gz" 33.12 WEB_SITE="http://pylonshq.com" 33.13 WGET_URL="http://cdn.pylonshq.com/download/1.0/$TARBALL" 33.14 TAGS="python" 33.15 33.16 +DEPENDS="python" 33.17 +BUILD_DEPENDS="python python-dev setuptools" 33.18 + 33.19 # Rules to configure and make the package. 33.20 compile_rules() 33.21 { 33.22 cd $src 33.23 - python setup.py install --root=$PWD/_pkg 33.24 + python setup.py install --root=$DESTDIR 33.25 } 33.26 33.27 # Rules to gen a SliTaz package suitable for Tazpkg. 33.28 genpkg_rules() 33.29 { 33.30 - cp -a $_pkg/usr $fs 33.31 + cp -a $install/usr $fs 33.32 } 33.33
34.1 --- a/python-serial/receipt Fri Oct 18 19:43:55 2013 +0000 34.2 +++ b/python-serial/receipt Fri Oct 18 22:13:53 2013 +0000 34.3 @@ -6,27 +6,29 @@ 34.4 CATEGORY="development" 34.5 SHORT_DESC="Multiplataform serial port module for python" 34.6 MAINTAINER="claudinei@slitaz.org" 34.7 -DEPENDS="python" 34.8 -BUILD_DEPENDS="python python-dev" 34.9 +LICENSE="BSD" 34.10 TARBALL="$SOURCE-$VERSION.zip" 34.11 WEB_SITE="http://pyserial.sourceforge.net" 34.12 WGET_URL="$SF_MIRROR/$SOURCE/2.5/$TARBALL" 34.13 34.14 +DEPENDS="python" 34.15 +BUILD_DEPENDS="python python-dev" 34.16 + 34.17 # Rules to configure and make the package. 34.18 compile_rules() 34.19 { 34.20 cd $src 34.21 - python setup.py install --root=$PWD/_pkg 34.22 + python setup.py install --root=$DESTDIR 34.23 } 34.24 34.25 # Rules to gen a SliTaz package suitable for Tazpkg. 34.26 genpkg_rules() 34.27 { 34.28 - for file in `find $_pkg | grep 'pyc$'`; do 34.29 + for file in `find $install | grep 'pyc$'`; do 34.30 rm $file 34.31 done 34.32 mkdir -p $fs/usr 34.33 - cp -a $_pkg/usr/bin $fs/usr 34.34 - cp -a $_pkg/usr/lib $fs/usr 34.35 + cp -a $install/usr/bin $fs/usr 34.36 + cp -a $install/usr/lib $fs/usr 34.37 } 34.38
35.1 --- a/python-simplejson/receipt Fri Oct 18 19:43:55 2013 +0000 35.2 +++ b/python-simplejson/receipt Fri Oct 18 22:13:53 2013 +0000 35.3 @@ -6,9 +6,11 @@ 35.4 CATEGORY="development" 35.5 SHORT_DESC="Simple, fast, extensible JSON encoder/decoder for python." 35.6 MAINTAINER="claudinei@slitaz.org" 35.7 +LICENSE="MIT" 35.8 TARBALL="$SOURCE-$VERSION.tar.gz" 35.9 WEB_SITE="http://pypi.python.org/pypi/simplejson" 35.10 WGET_URL="http://pypi.python.org/packages/source/s/$SOURCE/$TARBALL" 35.11 + 35.12 DEPENDS="python" 35.13 BUILD_DEPENDS="python-dev setuptools" 35.14 35.15 @@ -17,14 +19,14 @@ 35.16 { 35.17 cd $src 35.18 python setup.py build 35.19 - python setup.py install --root=$PWD/_pkg 35.20 + python setup.py install --root=$DESTDIR 35.21 } 35.22 35.23 # Rules to gen a SliTaz package suitable for Tazpkg. 35.24 genpkg_rules() 35.25 { 35.26 mkdir -p $fs/usr 35.27 - cp -a $_pkg/usr/lib $fs/usr 35.28 + cp -a $install/usr/lib $fs/usr 35.29 } 35.30 35.31 # Remove old package.
36.1 --- a/python-six/receipt Fri Oct 18 19:43:55 2013 +0000 36.2 +++ b/python-six/receipt Fri Oct 18 22:13:53 2013 +0000 36.3 @@ -6,9 +6,11 @@ 36.4 CATEGORY="development" 36.5 SHORT_DESC="Six is a Python 2 and 3 compatibility library." 36.6 MAINTAINER="claudinei@slitaz.org" 36.7 +LICENSE="MIT" 36.8 TARBALL="$SOURCE-$VERSION.tar.gz" 36.9 WEB_SITE="http://packages.python.org/six/" 36.10 WGET_URL="https://pypi.python.org/packages/source/s/$SOURCE/$TARBALL" 36.11 + 36.12 DEPENDS="python" 36.13 BUILD_DEPENDS="python-dev wget" 36.14
37.1 --- a/python-socketpool/receipt Fri Oct 18 19:43:55 2013 +0000 37.2 +++ b/python-socketpool/receipt Fri Oct 18 22:13:53 2013 +0000 37.3 @@ -6,6 +6,7 @@ 37.4 CATEGORY="development" 37.5 SHORT_DESC="A simple python socket pool." 37.6 MAINTAINER="claudinei@slitaz.org" 37.7 +LICENSE="MIT" 37.8 TARBALL="$SOURCE-$VERSION.zip" 37.9 WEB_SITE="https://github.com/benoitc/socketpool/" 37.10 WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip"
38.1 --- a/python-sphinx/receipt Fri Oct 18 19:43:55 2013 +0000 38.2 +++ b/python-sphinx/receipt Fri Oct 18 22:13:53 2013 +0000 38.3 @@ -6,9 +6,11 @@ 38.4 CATEGORY="utilities" 38.5 SHORT_DESC="Documentation Tool." 38.6 MAINTAINER="claudinei@slitaz.org" 38.7 +LICENSE="BSD" 38.8 TARBALL="$SOURCE-$VERSION.tar.gz" 38.9 WEB_SITE="http://sphinx.pocoo.org" 38.10 WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" 38.11 + 38.12 DEPENDS="python python-docutils python-jinja2 python-pygments setuptools" 38.13 BUILD_DEPENDS="$DEPENDS python-dev" 38.14 38.15 @@ -17,14 +19,14 @@ 38.16 { 38.17 cd $src 38.18 python setup.py build && 38.19 - python setup.py install --root=$PWD/_pkg 38.20 + python setup.py install --root=$DESTDIR 38.21 } 38.22 38.23 # Rules to gen a SliTaz package suitable for Tazpkg. 38.24 genpkg_rules() 38.25 { 38.26 mkdir -p $fs/usr 38.27 - cp -a $_pkg/usr $fs 38.28 + cp -a $install/usr $fs 38.29 } 38.30 38.31 # Remove old package.
39.1 --- a/python-sqlalchemy/receipt Fri Oct 18 19:43:55 2013 +0000 39.2 +++ b/python-sqlalchemy/receipt Fri Oct 18 22:13:53 2013 +0000 39.3 @@ -6,13 +6,15 @@ 39.4 CATEGORY="development" 39.5 SHORT_DESC="The Python SQL toolkit and Object Relational Mapper" 39.6 MAINTAINER="claudinei@slitaz.org" 39.7 -DEPENDS="python" 39.8 -BUILD_DEPENDS="wget python-dev" 39.9 +LICENSE="MIT" 39.10 SUGGESTED="python-pysqlite" 39.11 TARBALL="$SOURCE-$VERSION.tar.gz" 39.12 WEB_SITE="http://www.sqlalchemy.org" 39.13 WGET_URL="https://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" 39.14 39.15 +DEPENDS="python" 39.16 +BUILD_DEPENDS="wget python-dev" 39.17 + 39.18 # Rules to configure and make the package. 39.19 compile_rules() 39.20 {
40.1 --- a/python-tempita/receipt Fri Oct 18 19:43:55 2013 +0000 40.2 +++ b/python-tempita/receipt Fri Oct 18 22:13:53 2013 +0000 40.3 @@ -5,24 +5,26 @@ 40.4 CATEGORY="development" 40.5 SHORT_DESC="Small text templating language" 40.6 MAINTAINER="taziden@slitaz.org" 40.7 +LICENSE="MIT" 40.8 SOURCE="Tempita" 40.9 -DEPENDS="python" 40.10 -BUILD_DEPENDS="python python-dev setuptools" 40.11 TARBALL="$SOURCE-$VERSION.tar.gz" 40.12 WEB_SITE="http://pypi.python.org/pypi/Tempita/" 40.13 WGET_URL="$WEB_SITE/packages/source/T/$SOURCE/$TARBALL" 40.14 TAGS="python" 40.15 40.16 +DEPENDS="python" 40.17 +BUILD_DEPENDS="python python-dev setuptools" 40.18 + 40.19 # Rules to configure and make the package. 40.20 compile_rules() 40.21 { 40.22 cd $src 40.23 - python setup.py install --root=$PWD/_pkg 40.24 + python setup.py install --root=$DESTDIR 40.25 } 40.26 40.27 # Rules to gen a SliTaz package suitable for Tazpkg. 40.28 genpkg_rules() 40.29 { 40.30 - cp -a $_pkg/usr $fs 40.31 + cp -a $install/usr $fs 40.32 } 40.33
41.1 --- a/python-turbogears/receipt Fri Oct 18 19:43:55 2013 +0000 41.2 +++ b/python-turbogears/receipt Fri Oct 18 22:13:53 2013 +0000 41.3 @@ -5,10 +5,12 @@ 41.4 CATEGORY="network" 41.5 SHORT_DESC="Python web application framework." 41.6 MAINTAINER="pankso@slitaz.org" 41.7 +LICENSE="MIT" 41.8 SOURCE="TurboGears" 41.9 TARBALL="$SOURCE-$VERSION.tar.gz" 41.10 WEB_SITE="http://www.turbogears.org/" 41.11 WGET_URL="http://files.turbogears.org/eggs/$TARBALL" 41.12 + 41.13 DEPENDS="python psycopg sqlobject python-kid python-cheetah python-cherrypy \ 41.14 python-paste python-pastedeploy python-pastescript python-formencode \ 41.15 python-decoratortools python-extremes python-simplejson" 41.16 @@ -35,6 +37,6 @@ 41.17 genpkg_rules() 41.18 { 41.19 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 41.20 - cp -a $_pkg/usr $fs 41.21 + cp -a $install/usr $fs 41.22 rm $fs/usr/lib/$PYTHON_LIB/site-packages/site.py* 41.23 }
42.1 --- a/python-tweepy/receipt Fri Oct 18 19:43:55 2013 +0000 42.2 +++ b/python-tweepy/receipt Fri Oct 18 22:13:53 2013 +0000 42.3 @@ -5,24 +5,26 @@ 42.4 CATEGORY="development" 42.5 SHORT_DESC="Twitter library for python." 42.6 MAINTAINER="paul@slitaz.org" 42.7 +LICENSE="MIT" 42.8 SOURCE="tweepy" 42.9 TARBALL="$SOURCE-$VERSION.tar.gz" 42.10 WEB_SITE="https://github.com/tweepy/tweepy" 42.11 WGET_URL="http://pypi.python.org/packages/source/t/$SOURCE/$TARBALL" 42.12 +TAGS="python" 42.13 + 42.14 DEPENDS="python" 42.15 BUILD_DEPENDS="python python-dev setuptools" 42.16 -TAGS="python" 42.17 42.18 # Rules to configure and make the package. 42.19 compile_rules() 42.20 { 42.21 cd $src 42.22 - python setup.py install --root=$PWD/_pkg 42.23 + python setup.py install --root=$DESTDIR 42.24 } 42.25 42.26 # Rules to gen a SliTaz package suitable for Tazpkg. 42.27 genpkg_rules() 42.28 { 42.29 - cp -a $_pkg/usr $fs 42.30 + cp -a $install/usr $fs 42.31 } 42.32
43.1 --- a/python-vatnumber/receipt Fri Oct 18 19:43:55 2013 +0000 43.2 +++ b/python-vatnumber/receipt Fri Oct 18 22:13:53 2013 +0000 43.3 @@ -6,6 +6,7 @@ 43.4 CATEGORY="development" 43.5 SHORT_DESC="Validate VAT numbers for Python." 43.6 MAINTAINER="pascal.bellard@slitaz.org" 43.7 +LICENSE="GPL3" 43.8 TARBALL="$SOURCE-$VERSION.tar.gz" 43.9 WEB_SITE="http://code.google.com/p/vatnumber" 43.10 WGET_URL="http://vatnumber.googlecode.com/files/$TARBALL" 43.11 @@ -25,5 +26,5 @@ 43.12 genpkg_rules() 43.13 { 43.14 mkdir -p $fs 43.15 - cp -a $_pkg/usr $fs 43.16 + cp -a $install/usr $fs 43.17 }
44.1 --- a/python-vobject/receipt Fri Oct 18 19:43:55 2013 +0000 44.2 +++ b/python-vobject/receipt Fri Oct 18 22:13:53 2013 +0000 44.3 @@ -6,6 +6,7 @@ 44.4 CATEGORY="development" 44.5 SHORT_DESC="Parse iCalendar and VCards in Python." 44.6 MAINTAINER="pascal.bellard@slitaz.org" 44.7 +LICENSE="Apache" 44.8 TARBALL="$SOURCE-$VERSION.tar.gz" 44.9 WEB_SITE="http://vobject.skyhouseconsulting.com/" 44.10 WGET_URL="${WEB_SITE}$TARBALL" 44.11 @@ -25,5 +26,5 @@ 44.12 genpkg_rules() 44.13 { 44.14 mkdir -p $fs 44.15 - cp -a $_pkg/usr $fs 44.16 + cp -a $install/usr $fs 44.17 }
45.1 --- a/python-webdav/receipt Fri Oct 18 19:43:55 2013 +0000 45.2 +++ b/python-webdav/receipt Fri Oct 18 22:13:53 2013 +0000 45.3 @@ -5,6 +5,7 @@ 45.4 CATEGORY="development" 45.5 SHORT_DESC="A WebDAV client library for Python." 45.6 MAINTAINER="pascal.bellard@slitaz.org" 45.7 +LICENSE="MIT" 45.8 TARBALL="${PACKAGE}_$VERSION.tar.gz" 45.9 WEB_SITE="http://sourceforge.net/projects/python-webdav/" 45.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 45.11 @@ -24,5 +25,5 @@ 45.12 genpkg_rules() 45.13 { 45.14 mkdir -p $fs 45.15 - cp -a $_pkg/usr $fs 45.16 + cp -a $install/usr $fs 45.17 }
46.1 --- a/python-weberror/receipt Fri Oct 18 19:43:55 2013 +0000 46.2 +++ b/python-weberror/receipt Fri Oct 18 22:13:53 2013 +0000 46.3 @@ -5,24 +5,26 @@ 46.4 CATEGORY="development" 46.5 SHORT_DESC="Web Error handling and exception catching" 46.6 MAINTAINER="taziden@slitaz.org" 46.7 +LICENSE="MIT" 46.8 SOURCE="WebError" 46.9 -DEPENDS="python" 46.10 -BUILD_DEPENDS="python python-dev setuptools" 46.11 TARBALL="$SOURCE-$VERSION.tar.gz" 46.12 WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" 46.13 WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL" 46.14 TAGS="python" 46.15 46.16 +DEPENDS="python" 46.17 +BUILD_DEPENDS="python python-dev setuptools" 46.18 + 46.19 # Rules to configure and make the package. 46.20 compile_rules() 46.21 { 46.22 cd $src 46.23 - python setup.py install --root=$PWD/_pkg 46.24 + python setup.py install --root=$DESTDIR 46.25 } 46.26 46.27 # Rules to gen a SliTaz package suitable for Tazpkg. 46.28 genpkg_rules() 46.29 { 46.30 - cp -a $_pkg/usr $fs 46.31 + cp -a $install/usr $fs 46.32 } 46.33
47.1 --- a/python-webhelpers/receipt Fri Oct 18 19:43:55 2013 +0000 47.2 +++ b/python-webhelpers/receipt Fri Oct 18 22:13:53 2013 +0000 47.3 @@ -5,24 +5,26 @@ 47.4 CATEGORY="development" 47.5 SHORT_DESC="Web Helpers" 47.6 MAINTAINER="taziden@slitaz.org" 47.7 +LICENSE="BSD" 47.8 SOURCE="WebHelpers" 47.9 -DEPENDS="python" 47.10 -BUILD_DEPENDS="python python-dev setuptools" 47.11 TARBALL="$SOURCE-$VERSION.tar.gz" 47.12 WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" 47.13 WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL" 47.14 TAGS="python" 47.15 47.16 +DEPENDS="python" 47.17 +BUILD_DEPENDS="python python-dev setuptools" 47.18 + 47.19 # Rules to configure and make the package. 47.20 compile_rules() 47.21 { 47.22 cd $src 47.23 - python setup.py install --root=$PWD/_pkg 47.24 + python setup.py install --root=$DESTDIR 47.25 } 47.26 47.27 # Rules to gen a SliTaz package suitable for Tazpkg. 47.28 genpkg_rules() 47.29 { 47.30 - cp -a $_pkg/usr $fs 47.31 + cp -a $install/usr $fs 47.32 } 47.33
48.1 --- a/python-webob/receipt Fri Oct 18 19:43:55 2013 +0000 48.2 +++ b/python-webob/receipt Fri Oct 18 22:13:53 2013 +0000 48.3 @@ -5,24 +5,26 @@ 48.4 CATEGORY="development" 48.5 SHORT_DESC="WSGI request and response object" 48.6 MAINTAINER="taziden@slitaz.org" 48.7 +LICENSE="MIT" 48.8 SOURCE="WebOb" 48.9 -DEPENDS="python" 48.10 -BUILD_DEPENDS="python python-dev setuptools" 48.11 TARBALL="$SOURCE-$VERSION.tar.gz" 48.12 WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" 48.13 WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL" 48.14 TAGS="python" 48.15 48.16 +DEPENDS="python" 48.17 +BUILD_DEPENDS="python python-dev setuptools" 48.18 + 48.19 # Rules to configure and make the package. 48.20 compile_rules() 48.21 { 48.22 cd $src 48.23 - python setup.py install --root=$PWD/_pkg 48.24 + python setup.py install --root=$DESTDIR 48.25 } 48.26 48.27 # Rules to gen a SliTaz package suitable for Tazpkg. 48.28 genpkg_rules() 48.29 { 48.30 - cp -a $_pkg/usr $fs 48.31 + cp -a $install/usr $fs 48.32 } 48.33
49.1 --- a/python-webtest/receipt Fri Oct 18 19:43:55 2013 +0000 49.2 +++ b/python-webtest/receipt Fri Oct 18 22:13:53 2013 +0000 49.3 @@ -5,24 +5,26 @@ 49.4 CATEGORY="development" 49.5 SHORT_DESC="Helper to test WSGI applications" 49.6 MAINTAINER="taziden@slitaz.org" 49.7 +LICENSE="MIT" 49.8 SOURCE="WebTest" 49.9 -DEPENDS="python" 49.10 -BUILD_DEPENDS="python python-dev setuptools" 49.11 TARBALL="$SOURCE-$VERSION.tar.gz" 49.12 WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" 49.13 WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL" 49.14 TAGS="python" 49.15 49.16 +DEPENDS="python" 49.17 +BUILD_DEPENDS="python python-dev setuptools" 49.18 + 49.19 # Rules to configure and make the package. 49.20 compile_rules() 49.21 { 49.22 cd $src 49.23 - python setup.py install --root=$PWD/_pkg 49.24 + python setup.py install --root=$DESTDIR 49.25 } 49.26 49.27 # Rules to gen a SliTaz package suitable for Tazpkg. 49.28 genpkg_rules() 49.29 { 49.30 - cp -a $_pkg/usr $fs 49.31 + cp -a $install/usr $fs 49.32 } 49.33
50.1 --- a/python-xdg/receipt Fri Oct 18 19:43:55 2013 +0000 50.2 +++ b/python-xdg/receipt Fri Oct 18 22:13:53 2013 +0000 50.3 @@ -5,25 +5,27 @@ 50.4 CATEGORY="development" 50.5 SHORT_DESC="Python library to access freedesktop.org standards." 50.6 MAINTAINER="paul@slitaz.org" 50.7 -DEPENDS="python" 50.8 -BUILD_DEPENDS="python python-dev" 50.9 +LICENSE="LGPL2" 50.10 SOURCE="pyxdg" 50.11 TARBALL="$SOURCE-$VERSION.tar.gz" 50.12 WEB_SITE="http://www.freedesktop.org/wiki/Software/pyxdg" 50.13 WGET_URL="http://www.freedesktop.org/~lanius/$TARBALL" 50.14 50.15 +DEPENDS="python" 50.16 +BUILD_DEPENDS="python python-dev" 50.17 + 50.18 # Rules to configure and make the package. 50.19 compile_rules() 50.20 { 50.21 cd $src 50.22 python setup.py build && 50.23 - python setup.py install --root=$PWD/_pkg 50.24 + python setup.py install --root=$DESTDIR 50.25 } 50.26 50.27 # Rules to gen a SliTaz package suitable for Tazpkg. 50.28 genpkg_rules() 50.29 { 50.30 mkdir -p $fs 50.31 - cp -a $_pkg/usr $fs 50.32 + cp -a $install/usr $fs 50.33 } 50.34
51.1 --- a/python-xlib/receipt Fri Oct 18 19:43:55 2013 +0000 51.2 +++ b/python-xlib/receipt Fri Oct 18 22:13:53 2013 +0000 51.3 @@ -5,6 +5,7 @@ 51.4 CATEGORY="development" 51.5 SHORT_DESC="X client library for Python programs. ." 51.6 MAINTAINER="pascal.bellard@slitaz.org" 51.7 +LICENSE="GPL3 51.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 51.9 WEB_SITE="http://$PACKAGE.sourceforge.net/" 51.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 51.11 @@ -22,5 +23,5 @@ 51.12 # Rules to gen a SliTaz package suitable for Tazpkg. 51.13 genpkg_rules() 51.14 { 51.15 - cp -a $_pkg/usr $fs 51.16 + cp -a $install/usr $fs 51.17 }
52.1 --- a/python-xlwt/receipt Fri Oct 18 19:43:55 2013 +0000 52.2 +++ b/python-xlwt/receipt Fri Oct 18 22:13:53 2013 +0000 52.3 @@ -6,6 +6,7 @@ 52.4 CATEGORY="development" 52.5 SHORT_DESC="Python module for reading/writing Microsoft Excel spreadsheet files" 52.6 MAINTAINER="pascal.bellard@slitaz.org" 52.7 +LICENSE="BSD" 52.8 TARBALL="${SOURCE}_$VERSION.orig.tar.gz" 52.9 WEB_SITE="http://www.janrain.com/openid-enabled/" 52.10 WGET_URL="http://ftp.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$TARBALL" 52.11 @@ -25,5 +26,5 @@ 52.12 genpkg_rules() 52.13 { 52.14 mkdir -p $fs 52.15 - cp -a $_pkg/usr $fs 52.16 + cp -a $install/usr $fs 52.17 }
53.1 --- a/python-zsi/receipt Fri Oct 18 19:43:55 2013 +0000 53.2 +++ b/python-zsi/receipt Fri Oct 18 22:13:53 2013 +0000 53.3 @@ -6,6 +6,7 @@ 53.4 CATEGORY="development" 53.5 SHORT_DESC="The Zolera Soap Infrastructure for Python." 53.6 MAINTAINER="pascal.bellard@slitaz.org" 53.7 +LICENSE="BSD" 53.8 TARBALL="$SOURCE-$VERSION.tar.gz" 53.9 WEB_SITE="http://pywebsvcs.sourceforge.net/zsi.html" 53.10 WGET_URL="$SF_MIRROR/project/pywebsvcs/$SOURCE/$SOURCE-${VERSION/-/_}/$TARBALL" 53.11 @@ -25,5 +26,5 @@ 53.12 genpkg_rules() 53.13 { 53.14 mkdir -p $fs 53.15 - cp -a $_pkg/usr $fs 53.16 + cp -a $install/usr $fs 53.17 }
54.1 --- a/python/receipt Fri Oct 18 19:43:55 2013 +0000 54.2 +++ b/python/receipt Fri Oct 18 22:13:53 2013 +0000 54.3 @@ -5,6 +5,7 @@ 54.4 CATEGORY="development" 54.5 SHORT_DESC="The Python programming language." 54.6 MAINTAINER="pankso@slitaz.org" 54.7 +LICENSE="BSD" 54.8 SOURCE="Python" 54.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 54.10 WEB_SITE="http://www.python.org/"