wok-next diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-distutils-extra/receipt	Thu Nov 16 18:27:48 2017 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="python-distutils-extra"
     1.7 +VERSION="2.39"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Add support for i18n, documentation and icons to distutils"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://launchpad.net/python-distutils-extra"
    1.13 +HOST_ARCH="i486 arm"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="python"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	python setup.py install \
    1.22 +		--prefix=/usr \
    1.23 +		--root=$install
    1.24 +}
    1.25 +
    1.26 +genpkg_rules() {
    1.27 +	copy @std
    1.28 +	DEPENDS="python"
    1.29 +}