wok-undigest rev 1000

Add python-apsw
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 17:26:00 2013 +0200 (2013-04-21)
parents 1972e6a6072e
children 461b147cde37
files python-apsw/receipt python-pycryptopp/receipt s3ql/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-apsw/receipt	Sun Apr 21 17:26:00 2013 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="python-apsw"
     1.7 +SOURCE="apsw"
     1.8 +VERSION="3.7.16.2-r1"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="Python wrapper for SQLite."
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +TARBALL="$SOURCE-$VERSION.zip"
    1.13 +WEB_SITE="http://code.google.com/p/$PACKAGE/"
    1.14 +WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
    1.15 +
    1.16 +DEPENDS=""
    1.17 +BUILD_DEPENDS="python-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	python setup.py build &&
    1.24 +	python setup.py test &&
    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 +	cp -a $install/usr $fs
    1.32 +}
     2.1 --- a/python-pycryptopp/receipt	Sun Apr 21 17:17:42 2013 +0200
     2.2 +++ b/python-pycryptopp/receipt	Sun Apr 21 17:26:00 2013 +0200
     2.3 @@ -1,12 +1,12 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-pycryptopp"
     2.7 -VERSION="0.6.0.1206569328141510525648634803928199668821045408958"
     2.8 +VERSION="0.6.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Wrapper around a few algorithms from Crypto++ and python-Ed25519."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  SOURCE="pycryptopp"
    2.13 -TARBALL="$SOURCE-$VERSION.tar.gz"
    2.14 +TARBALL="$SOURCE-$VERSION.1206569328141510525648634803928199668821045408958.tar.gz"
    2.15  WEB_SITE="http://pypi.python.org/pypi/pycryptopp"
    2.16  WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.17  
     3.1 --- a/s3ql/receipt	Sun Apr 21 17:17:42 2013 +0200
     3.2 +++ b/s3ql/receipt	Sun Apr 21 17:26:00 2013 +0200
     3.3 @@ -9,11 +9,9 @@
     3.4  WEB_SITE="http://code.google.com/p/$PACKAGE/"
     3.5  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
     3.6  
     3.7 -DEPENDS="sqlite python-llfuse python-pyliblzma python-pycryptopp"
     3.8 -# python-apsw
     3.9 -# http://code.google.com/p/apsw/
    3.10 +DEPENDS="sqlite python-llfuse python-pyliblzma python-pycryptopp python-apsw"
    3.11  BUILD_DEPENDS="python-dev sqlite-dev liblzma-dev fuse-dev attr-dev \
    3.12 -python-llfuse python-pyliblzma python-pycryptopp"
    3.13 +python-distribute python-llfuse python-pyliblzma python-pycryptopp python-apsw"
    3.14  
    3.15  # Rules to configure and make the package.
    3.16  compile_rules()