wok view python-enum34/receipt @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents
children 7c0170dd3ecc
line source
1 # SliTaz package receipt.
3 PACKAGE="python-enum34"
4 VERSION="1.1.6"
5 CATEGORY="development"
6 SHORT_DESC="Python 3.4 Enum backport"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://bitbucket.org/stoneleaf/enum34/"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WGET_URL="https://files.pythonhosted.org/packages/e8/26/a6101edcf724453845c850281b96b89a10dac6bd98edebc82634fccce6a5/enum34-1.1.6.zip"
13 DEPENDS="python"
14 BUILD_DEPENDS="python-setuptools"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py install --prefix=/usr --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs/
26 }