wok-next view python-httplib2/receipt @ rev 20885
Update python (2.7.15)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jul 13 13:52:56 2018 +0300 (2018-07-13) |
parents | 16df76e1fc6a |
children | a3c581bf52b8 |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-httplib2"
4 VERSION="0.8"
5 CATEGORY="development"
6 SHORT_DESC="A comprehensive HTTP client library for python"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://code.google.com/p/httplib2"
10 REPOLOGY="python:httplib2"
12 SOURCE="httplib2"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
16 DEPENDS="python"
17 BUILD_DEPENDS="python-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
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 }