wok view python-httplib2/receipt @ rev 17101

Add libnetfilter_conntrack
author Paul Issott <paul@slitaz.org>
date Fri Aug 29 20:56:19 2014 +0100 (2014-08-29)
parents 24aee5c78b9f
children 16df76e1fc6a
line source
1 # SliTaz package receipt.
3 PACKAGE="python-httplib2"
4 SOURCE="httplib2"
5 VERSION="0.8"
6 CATEGORY="development"
7 SHORT_DESC="A comprehensive HTTP client library for python"
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="MIT"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://code.google.com/p/httplib2"
12 WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
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 }