wok-next view python-distribute/receipt @ rev 16561
Up: slitaz-configs (automount fix) and add util-linux-eject to polkit deps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 01 10:33:40 2014 +0200 (2014-05-01) |
parents | 0e65bb5051a2 |
children | c4e53a39395a |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-distribute"
4 VERSION="0.7.3"
5 CATEGORY="development"
6 SHORT_DESC="Easily build and distribute Python packages"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="PSL"
9 WEB_SITE="http://pypi.python.org/pypi/distribute"
10 SOURCE="distribute"
11 TARBALL="$SOURCE-$VERSION.zip"
12 WGET_URL="https://pypi.python.org/packages/source/d/distribute/$TARBALL"
13 HOST_ARCH="i486 arm"
15 DEPENDS="python"
16 BUILD_DEPENDS="python-dev wget"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 python setup.py install --prefix=/usr --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }