wok diff py3k-distutils-extra/receipt @ rev 24395

created recipe for py3k-distutils-extra
author Hans-G?nter Theisgen
date Tue Feb 08 10:23:22 2022 +0100 (2022-02-08)
parents
children 080c1dff8494
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/py3k-distutils-extra/receipt	Tue Feb 08 10:23:22 2022 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="py3k-distutils-extra"
     1.7 +VERSION="2.39"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Enhanced distutils package for python."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL"
    1.12 +WEB_SITE="https://launchpad.net/python-distutils-extra"
    1.13 +
    1.14 +SOURCE="python-distutils-extra"
    1.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 +WGET_URL="https://launchpad.net/$SOURCE/trunk/$VERSION/+download/$TARBALL"
    1.17 +
    1.18 +DEPENDS="py3k"
    1.19 +BUILD_DEPENDS="py3k-setuptools_scm"
    1.20 +
    1.21 +HOST_ARCH="i486 arm"
    1.22 +
    1.23 +# Rules to configure and make the package.
    1.24 +compile_rules()
    1.25 +{
    1.26 +	python3 setup.py build &&
    1.27 +	python3 setup.py install --prefix=/usr --root=$DESTDIR
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	cp -a $install/* $fs
    1.34 +}