wok-next annotate python-distutils-extra/receipt @ rev 20474

Tiny edits... (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 10 17:39:42 2018 +0200 (2018-03-10)
parents 58d6577fec38
children 9b3461bf373c
rev   line source
al@20108 1 # SliTaz package receipt.
al@20108 2
al@20108 3 PACKAGE="python-distutils-extra"
al@20108 4 VERSION="2.39"
al@20108 5 CATEGORY="development"
al@20108 6 SHORT_DESC="Add support for i18n, documentation and icons to distutils"
al@20108 7 MAINTAINER="al.bobylev@gmail.com"
al@20108 8 LICENSE="GPL2"
al@20108 9 WEB_SITE="https://launchpad.net/python-distutils-extra"
al@20108 10
al@20108 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20108 12 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL"
al@20108 13
al@20108 14 BUILD_DEPENDS="python"
al@20108 15
al@20108 16 compile_rules() {
al@20108 17 python setup.py install \
al@20108 18 --prefix=/usr \
al@20108 19 --root=$install
al@20108 20 }
al@20108 21
al@20108 22 genpkg_rules() {
al@20108 23 copy @std
al@20108 24 DEPENDS="python"
al@20108 25 }