wok diff python-distutils-extra/receipt @ 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 | |
children | fbdafd10b728 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-distutils-extra/receipt Tue Feb 08 10:09:54 2022 +0100 1.3 @@ -0,0 +1,30 @@ 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="Enhanced distutils package for python." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL" 1.12 +WEB_SITE="https://launchpad.net/python-distutils-extr" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL" 1.16 + 1.17 +DEPENDS="python" 1.18 +BUILD_DEPENDS="python-setuptools" 1.19 + 1.20 +HOST_ARCH="i486 arm" 1.21 + 1.22 +# Rules to configure and make the package. 1.23 +compile_rules() 1.24 +{ 1.25 + python setup.py build && 1.26 + python setup.py install --prefix=/usr --root=$DESTDIR 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + cp -a $install/* $fs 1.33 +}