wok view python-oauth2/receipt @ rev 13249

usb-modeswitch: add datas
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 14 14:24:15 2012 +0200 (2012-08-14)
parents
children fd4f1e692109
line source
1 # SliTaz package receipt.
3 PACKAGE="python-oauth2"
4 VERSION="1.5.211"
5 CATEGORY="development"
6 SHORT_DESC="Library for OAuth version 1.0."
7 MAINTAINER="paul@slitaz.org"
8 SOURCE="oauth2"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/simplegeo/python-oauth2"
11 WGET_URL="http://pypi.python.org/packages/source/o/$SOURCE/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python python-dev setuptools"
14 TAGS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$PWD/_pkg
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 }