wok view python-oauth2/receipt @ rev 16177

8086tiny: nasm is native, do not use it
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 30 16:34:03 2014 +0000 (2014-03-30)
parents 92e1f2aefacb
children 7390f8de9846
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 LICENSE="MIT"
9 SOURCE="oauth2"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://github.com/simplegeo/python-oauth2"
12 WGET_URL="http://pypi.python.org/packages/source/o/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }