wok-6.x view ari-py/receipt @ rev 19244
Add swagger-py & ari-py
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 28 15:10:47 2016 +0200 (2016-06-28) |
parents | |
children | 645104ef06c0 |
line source
1 PACKAGE="ari-py"
2 VERSION="0.1.3"
3 CATEGORY="development"
4 SHORT_DESC="Library for accessing the Asterisk REST Interface."
5 MAINTAINER="pascal.bellard@slitaz.org"
6 LICENSE="BSD"
7 TARBALL="$PACKAGE-$VERSION.tar.gz"
8 WEB_SITE="https://github.com/asterisk/ari-py"
9 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
11 DEPENDS="python"
12 SUGGESTED="asterisk"
13 BUILD_DEPENDS="python"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 python setup.py build &&
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $install/usr $fs
27 }