wok-undigest rev 650

Add python-openid
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 23 19:26:12 2012 +0100 (2012-02-23)
parents 18f6fd80a1b9
children cf00a431a96a
files openerp-server/receipt python-openid/receipt
line diff
     1.1 --- a/openerp-server/receipt	Thu Feb 23 17:59:34 2012 +0100
     1.2 +++ b/openerp-server/receipt	Thu Feb 23 19:26:12 2012 +0100
     1.3 @@ -17,7 +17,7 @@
     1.4  python-pydot python-pygraphviz python-pyparsing python-pytz \
     1.5  python-gdata python-openid python-vatnumber python-webdav \
     1.6  python-vobject python-zsi python-xlwt libxslt-python pyopenssl \
     1.7 -python27-mysql python27-caldav"
     1.8 +python-mysql python-caldav"
     1.9  BUILD_DEPENDS="slitaz-toolchain python python-dev rsync setuptools \
    1.10  python-babel"
    1.11  
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/python-openid/receipt	Thu Feb 23 19:26:12 2012 +0100
     2.3 @@ -0,0 +1,28 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="python-openid"
     2.7 +VERSION="2.2.4"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="OpenID libraries for Python."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
    2.12 +WEB_SITE="http://www.janrain.com/openid-enabled/"
    2.13 +WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    2.14 +
    2.15 +DEPENDS="python"
    2.16 +BUILD_DEPENDS="python-dev python"
    2.17 +
    2.18 +# Rules to configure and make the package.
    2.19 +compile_rules()
    2.20 +{
    2.21 +	cd $src
    2.22 +	python setup.py build &&
    2.23 +	python setup.py install --root=$DESTDIR
    2.24 +}
    2.25 +
    2.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.27 +genpkg_rules()
    2.28 +{
    2.29 +	mkdir -p $fs
    2.30 +	cp -a $_pkg/usr $fs
    2.31 +}