wok-undigest rev 998

Add python-pyliblzma python-pycryptopp
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 17:10:39 2013 +0200 (2013-04-21)
parents a4088b729d7f
children 1972e6a6072e
files python-pycryptopp/receipt python-pyliblzma/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-pycryptopp/receipt	Sun Apr 21 17:10:39 2013 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="python-pycryptopp"
     1.7 +VERSION="0.6.0.1206569328141510525648634803928199668821045408958"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Wrapper around a few algorithms from Crypto++ and python-Ed25519."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +SOURCE="pycryptopp"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://pypi.python.org/pypi/pycryptopp"
    1.14 +WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.15 +
    1.16 +DEPENDS="python"
    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 install --root=$DESTDIR
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr
    1.31 +	cp -a $install/usr/lib $fs/usr
    1.32 +}
    1.33 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/python-pyliblzma/receipt	Sun Apr 21 17:10:39 2013 +0200
     2.3 @@ -0,0 +1,30 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="python-pyliblzma"
     2.7 +VERSION="0.5.3"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="A Python wrapper for the liblzma library."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +SOURCE="pyliblzma"
    2.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://pypi.python.org/pypi/pyliblzma"
    2.14 +WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.15 +
    2.16 +DEPENDS="liblzma python"
    2.17 +BUILD_DEPENDS="liblzma-dev python-dev"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	cd $src
    2.23 +	python setup.py build
    2.24 +	python setup.py install --root=$DESTDIR
    2.25 +}
    2.26 +
    2.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 +genpkg_rules()
    2.29 +{
    2.30 +	mkdir -p $fs/usr
    2.31 +	cp -a $install/usr/lib $fs/usr
    2.32 +}
    2.33 +