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

Up openttd (1.7.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 16 18:27:48 2017 +0100 (2017-11-16)
parents
children c4e53a39395a
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 HOST_ARCH="i486 arm"
al@20108 11
al@20108 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20108 13 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL"
al@20108 14
al@20108 15 BUILD_DEPENDS="python"
al@20108 16
al@20108 17 compile_rules() {
al@20108 18 python setup.py install \
al@20108 19 --prefix=/usr \
al@20108 20 --root=$install
al@20108 21 }
al@20108 22
al@20108 23 genpkg_rules() {
al@20108 24 copy @std
al@20108 25 DEPENDS="python"
al@20108 26 }