wok annotate python-oauth2/receipt @ rev 14542
firefox-langpack-id: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed May 22 21:56:58 2013 +0200 (2013-05-22) |
parents | |
children | fd4f1e692109 |
rev | line source |
---|---|
paul@13222 | 1 # SliTaz package receipt. |
paul@13222 | 2 |
paul@13222 | 3 PACKAGE="python-oauth2" |
paul@13222 | 4 VERSION="1.5.211" |
paul@13222 | 5 CATEGORY="development" |
paul@13222 | 6 SHORT_DESC="Library for OAuth version 1.0." |
paul@13222 | 7 MAINTAINER="paul@slitaz.org" |
paul@13222 | 8 SOURCE="oauth2" |
paul@13222 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
paul@13222 | 10 WEB_SITE="https://github.com/simplegeo/python-oauth2" |
paul@13222 | 11 WGET_URL="http://pypi.python.org/packages/source/o/$SOURCE/$TARBALL" |
paul@13222 | 12 DEPENDS="python" |
paul@13222 | 13 BUILD_DEPENDS="python python-dev setuptools" |
paul@13222 | 14 TAGS="python" |
paul@13222 | 15 |
paul@13222 | 16 # Rules to configure and make the package. |
paul@13222 | 17 compile_rules() |
paul@13222 | 18 { |
paul@13222 | 19 cd $src |
paul@13222 | 20 python setup.py install --root=$PWD/_pkg |
paul@13222 | 21 } |
paul@13222 | 22 |
paul@13222 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@13222 | 24 genpkg_rules() |
paul@13222 | 25 { |
paul@13222 | 26 cp -a $_pkg/usr $fs |
paul@13222 | 27 } |
paul@13222 | 28 |