wok view python-gdata/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents 9d082d25caea
children 16df76e1fc6a
line source
1 # SliTaz package receipt.
3 PACKAGE="python-gdata"
4 SOURCE="gdata"
5 VERSION="2.0.16"
6 CATEGORY="development"
7 SHORT_DESC="The Google Data APIs for Python."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="Apache"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://http://code.google.com/p/gdata-python-client/"
12 WGET_URL="http://gdata-python-client.googlecode.com/files/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python-dev python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 python setup.py build &&
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs
29 cp -a $install/usr $fs
30 }