wok view python-pyst2/receipt @ rev 21160

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
parents dfc6cdc5624e
children 814362194a8d
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"
14 BUILD_DEPENDS="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 }