# HG changeset patch # User Paul Issott # Date 1344721923 -3600 # Node ID 92e1f2aefacb5ee02b3da91da448afe60ce547fe # Parent 28118660ac22090229820d0fe0bc3860573d0e58 Add python-oauth2 diff -r 28118660ac22 -r 92e1f2aefacb python-oauth2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-oauth2/receipt Sat Aug 11 22:52:03 2012 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-oauth2" +VERSION="1.5.211" +CATEGORY="development" +SHORT_DESC="Library for OAuth version 1.0." +MAINTAINER="paul@slitaz.org" +SOURCE="oauth2" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://github.com/simplegeo/python-oauth2" +WGET_URL="http://pypi.python.org/packages/source/o/$SOURCE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev setuptools" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +