wok rev 24394

created recipe for python-distutils-extra
author Hans-G?nter Theisgen
date Tue Feb 08 10:09:54 2022 +0100 (2022-02-08)
parents 5ac01c6c6cec
children fbdafd10b728
files python-distutils-extra/description.txt python-distutils-extra/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-distutils-extra/description.txt	Tue Feb 08 10:09:54 2022 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +Enables you to easily integrate gettext support, themed icons and
     1.5 +scrollkeeper based documentation into Python's distutils.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/python-distutils-extra/receipt	Tue Feb 08 10:09:54 2022 +0100
     2.3 @@ -0,0 +1,30 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="python-distutils-extra"
     2.7 +VERSION="2.39"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="Enhanced distutils package for python."
    2.10 +MAINTAINER="maintainer@slitaz.org"
    2.11 +LICENSE="GPL"
    2.12 +WEB_SITE="https://launchpad.net/python-distutils-extr"
    2.13 +
    2.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15 +WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
    2.16 +
    2.17 +DEPENDS="python"
    2.18 +BUILD_DEPENDS="python-setuptools"
    2.19 +
    2.20 +HOST_ARCH="i486 arm"
    2.21 +
    2.22 +# Rules to configure and make the package.
    2.23 +compile_rules()
    2.24 +{
    2.25 +	python setup.py build &&
    2.26 +	python setup.py install --prefix=/usr --root=$DESTDIR
    2.27 +}
    2.28 +
    2.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.30 +genpkg_rules()
    2.31 +{
    2.32 +	cp -a $install/* $fs
    2.33 +}