wok view python-tweepy/receipt @ rev 15639

Down rack (1.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 20:33:37 2013 +0000 (2013-12-09)
parents 36bf70b8fdf9
children 7390f8de9846
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 LICENSE="MIT"
9 SOURCE="tweepy"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://github.com/tweepy/tweepy"
12 WGET_URL="http://pypi.python.org/packages/source/t/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
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 }