wok view python-pyprotocols/receipt @ rev 22504

Add pyrit
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 01 12:22:22 2020 +0100 (2020-01-01)
parents 7390f8de9846
children 241fb98cab1c
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pyprotocols"
4 VERSION="0.9.3"
5 CATEGORY="development"
6 SHORT_DESC="PEP 246 and a whole lot more."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="PSL"
9 SOURCE="PyProtocols"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.turbogears.org/"
12 WGET_URL="http://peak.telecommunity.com/dist/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }