wok annotate 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
rev   line source
slaxemulator@11402 1 # SliTaz package receipt.
slaxemulator@11402 2
slaxemulator@11402 3 PACKAGE="python-distribute"
slaxemulator@11402 4 VERSION="0.6.24"
slaxemulator@11402 5 CATEGORY="development"
slaxemulator@11402 6 SHORT_DESC="Easily build and distribute Python packages"
slaxemulator@11402 7 MAINTAINER="slaxemulator@gmail.com"
slaxemulator@11402 8 WEB_SITE="http://pypi.python.org/pypi/distribute"
slaxemulator@11402 9 SOURCE="distribute"
slaxemulator@11402 10 TARBALL="$SOURCE-$VERSION.tar.gz"
slaxemulator@11402 11 WGET_URL="http://pypi.python.org/packages/source/d/distribute/$TARBALL"
slaxemulator@11402 12
slaxemulator@11402 13 DEPENDS="python"
slaxemulator@11402 14 BUILD_DEPENDS="python-dev"
slaxemulator@11402 15
slaxemulator@11402 16 # Rules to configure and make the package.
slaxemulator@11402 17 compile_rules()
slaxemulator@11402 18 {
slaxemulator@11402 19 cd $src
slaxemulator@11402 20 python setup.py install --prefix=/usr --root=$DESTDIR
slaxemulator@11402 21 }
slaxemulator@11402 22
slaxemulator@11402 23 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@11402 24 genpkg_rules()
slaxemulator@11402 25 {
slaxemulator@11402 26 cp -a $install/* $fs
slaxemulator@11402 27 }