wok-next view python-distribute/receipt @ rev 15830
gsim51: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 24 15:59:07 2014 +0000 (2014-01-24) |
parents | aba18d5b7fbe |
children | 96be8cdaf5bf |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-distribute"
4 VERSION="0.6.24"
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.tar.gz"
12 WGET_URL="http://pypi.python.org/packages/source/d/distribute/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 python setup.py install --prefix=/usr --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }