wok view python-oauth2/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents fd4f1e692109
children 814362194a8d
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 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }