wok view python-pyst2/receipt @ rev 20292

Add python-ari, python-odoorpc, python-pyst2, python-setproctitle
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 20 15:38:38 2018 +0200 (2018-04-20)
parents
children 47760196a868
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pyst2"
4 VERSION="0.5.0"
5 CATEGORY="development"
6 SHORT_DESC="A Python Interface to Asterisk"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="https://pypi.org/project/pyst2/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/rdegges/pyst2/archive/$VERSION.tar.gz"
13 DEPENDS="python"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 python setup.py install --prefix=/usr --root=$DESTDIR
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $install/usr $fs/
25 }