wok-6.x diff python-tweepy/receipt @ rev 15572
util-linux-mount: add symlink to libmount.so
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 26 22:44:20 2013 +0100 (2013-11-26) |
parents | 36bf70b8fdf9 |
children | 7390f8de9846 |
line diff
1.1 --- a/python-tweepy/receipt Sat Aug 11 22:53:31 2012 +0100 1.2 +++ b/python-tweepy/receipt Tue Nov 26 22:44:20 2013 +0100 1.3 @@ -5,24 +5,26 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Twitter library for python." 1.6 MAINTAINER="paul@slitaz.org" 1.7 +LICENSE="MIT" 1.8 SOURCE="tweepy" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="https://github.com/tweepy/tweepy" 1.11 WGET_URL="http://pypi.python.org/packages/source/t/$SOURCE/$TARBALL" 1.12 +TAGS="python" 1.13 + 1.14 DEPENDS="python" 1.15 BUILD_DEPENDS="python python-dev setuptools" 1.16 -TAGS="python" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - python setup.py install --root=$PWD/_pkg 1.23 + python setup.py install --root=$DESTDIR 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - cp -a $_pkg/usr $fs 1.30 + cp -a $install/usr $fs 1.31 } 1.32