wok view python-distribute/receipt @ rev 15293

accessx: link with libX11
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 08:54:59 2013 +0000 (2013-09-27)
parents
children fd4f1e692109
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 WEB_SITE="http://pypi.python.org/pypi/distribute"
9 SOURCE="distribute"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WGET_URL="http://pypi.python.org/packages/source/d/distribute/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="python-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --prefix=/usr --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }