wok view python-tweepy/receipt @ rev 14386

eina: change tags
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 06:58:32 2013 +0200 (2013-04-23)
parents
children bf4a09ef1d2e
line source
1 # SliTaz package receipt.
3 PACKAGE="python-tweepy"
4 VERSION="1.10"
5 CATEGORY="development"
6 SHORT_DESC="Twitter library for python."
7 MAINTAINER="paul@slitaz.org"
8 SOURCE="tweepy"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/tweepy/tweepy"
11 WGET_URL="http://pypi.python.org/packages/source/t/$SOURCE/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python python-dev setuptools"
14 TAGS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$PWD/_pkg
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 }