wok view python-six/receipt @ rev 15079

libdes: add license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:28:10 2013 +0000 (2013-08-13)
parents
children bf4a09ef1d2e
line source
1 # SliTaz package receipt.
3 PACKAGE="python-six"
4 SOURCE="six"
5 VERSION="1.3.0"
6 CATEGORY="development"
7 SHORT_DESC="Six is a Python 2 and 3 compatibility library."
8 MAINTAINER="claudinei@slitaz.org"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://packages.python.org/six/"
11 WGET_URL="https://pypi.python.org/packages/source/s/$SOURCE/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python-dev wget"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }