wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="py3k-distutils-extra"
4 VERSION="2.39"
5 CATEGORY="development"
6 SHORT_DESC="Enhanced distutils package for python."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://launchpad.net/python-distutils-extra"
11 SOURCE="python-distutils-extra"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://launchpad.net/$SOURCE/trunk/$VERSION/+download/$TARBALL"
15 DEPENDS="py3k"
16 BUILD_DEPENDS="py3k-setuptools_scm"
18 HOST_ARCH="i486 arm"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 python3 setup.py build &&
24 python3 setup.py install --prefix=/usr --root=$DESTDIR
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }