# HG changeset patch # User Paul Issott # Date 1344722011 -3600 # Node ID 36bf70b8fdf95954bdf8e6bf7a19dc6ab63c6a8b # Parent 92e1f2aefacb5ee02b3da91da448afe60ce547fe Add python-tweepy diff -r 92e1f2aefacb -r 36bf70b8fdf9 python-tweepy/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-tweepy/receipt Sat Aug 11 22:53:31 2012 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-tweepy" +VERSION="1.10" +CATEGORY="development" +SHORT_DESC="Twitter library for python." +MAINTAINER="paul@slitaz.org" +SOURCE="tweepy" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://github.com/tweepy/tweepy" +WGET_URL="http://pypi.python.org/packages/source/t/$SOURCE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev setuptools" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +