wok-next view python-distutils-extra/receipt @ rev 20206

Up PyQt-x11-gpl (4.12.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 04 09:19:58 2017 +0100 (2017-11-04)
parents
children c4e53a39395a
line source
1 # SliTaz package receipt.
3 PACKAGE="python-distutils-extra"
4 VERSION="2.39"
5 CATEGORY="development"
6 SHORT_DESC="Add support for i18n, documentation and icons to distutils"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://launchpad.net/python-distutils-extra"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL"
15 BUILD_DEPENDS="python"
17 compile_rules() {
18 python setup.py install \
19 --prefix=/usr \
20 --root=$install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="python"
26 }