wok annotate setuptools/receipt @ rev 17715

aspell, libstatgrab, reiser4progs: add -ltinfo in LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 08:50:37 2015 +0100 (2015-03-05)
parents 7d672a2330b8
children
rev   line source
pascal@1332 1 # SliTaz package receipt.
pascal@1332 2
pascal@1332 3 PACKAGE="setuptools"
al@16776 4 VERSION="4.0.1"
pascal@1332 5 CATEGORY="misc"
pascal@1332 6 SHORT_DESC="Python package installation tool."
pascal@1332 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15590 8 LICENSE="PSL"
al@16776 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@1332 10 WEB_SITE="http://pypi.python.org/pypi/setuptools"
al@16776 11 WGET_URL="https://bitbucket.org/pypa/setuptools/get/$VERSION.tar.bz2"
pankso@16477 12 HOST_ARCH="i486 arm"
pankso@16477 13
al@16776 14 DEPENDS="python"
al@16776 15 BUILD_DEPENDS="python wget"
pascal@1332 16
pascal@1332 17 # Rules to configure and make the package.
pascal@1332 18 compile_rules()
pascal@1332 19 {
al@16776 20 python setup.py install --no-compile --root=$install
pascal@1332 21 }
pascal@1332 22
pascal@1332 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1332 24 genpkg_rules()
pascal@1332 25 {
al@16776 26 cp -a $install/* $fs
pascal@1332 27 }