wok view setuptools/receipt @ rev 16477

Up alsa, ARM add ntp* + a bunch of python packages
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 01:06:05 2014 +0200 (2014-04-23)
parents 600aaedb561d
children 313b384e2a06
line source
1 # SliTaz package receipt.
3 PACKAGE="setuptools"
4 VERSION="0.6c11"
5 CATEGORY="misc"
6 SHORT_DESC="Python package installation tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PSL"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://pypi.python.org/pypi/setuptools"
11 WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="python python-dev"
15 BUILD_DEPENDS="python python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build &&
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }