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

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
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 }