wok-6.x annotate python-tweepy/receipt @ rev 13757
gtklp: update for rescent cups
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 03 11:01:20 2013 +0100 (2013-01-03) |
parents | |
children | bf4a09ef1d2e |
rev | line source |
---|---|
paul@13223 | 1 # SliTaz package receipt. |
paul@13223 | 2 |
paul@13223 | 3 PACKAGE="python-tweepy" |
paul@13223 | 4 VERSION="1.10" |
paul@13223 | 5 CATEGORY="development" |
paul@13223 | 6 SHORT_DESC="Twitter library for python." |
paul@13223 | 7 MAINTAINER="paul@slitaz.org" |
paul@13223 | 8 SOURCE="tweepy" |
paul@13223 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
paul@13223 | 10 WEB_SITE="https://github.com/tweepy/tweepy" |
paul@13223 | 11 WGET_URL="http://pypi.python.org/packages/source/t/$SOURCE/$TARBALL" |
paul@13223 | 12 DEPENDS="python" |
paul@13223 | 13 BUILD_DEPENDS="python python-dev setuptools" |
paul@13223 | 14 TAGS="python" |
paul@13223 | 15 |
paul@13223 | 16 # Rules to configure and make the package. |
paul@13223 | 17 compile_rules() |
paul@13223 | 18 { |
paul@13223 | 19 cd $src |
paul@13223 | 20 python setup.py install --root=$PWD/_pkg |
paul@13223 | 21 } |
paul@13223 | 22 |
paul@13223 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@13223 | 24 genpkg_rules() |
paul@13223 | 25 { |
paul@13223 | 26 cp -a $_pkg/usr $fs |
paul@13223 | 27 } |
paul@13223 | 28 |