wok-6.x annotate python-ari/receipt @ rev 20326
tor update: new stable series 0.3.3.6
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed May 23 13:57:25 2018 +0000 (2018-05-23) |
parents | dfc6cdc5624e |
children | 5d50a02468c7 |
rev | line source |
---|---|
pascal@20292 | 1 # SliTaz package receipt. |
pascal@20292 | 2 |
pascal@20292 | 3 PACKAGE="python-ari" |
pascal@20292 | 4 VERSION="0.1.3" |
pascal@20292 | 5 CATEGORY="development" |
pascal@20292 | 6 SHORT_DESC="Library for accessing the Asterisk REST Interface" |
pascal@20292 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20292 | 8 LICENSE="BSD" |
pascal@20292 | 9 WEB_SITE="https://github.com/asterisk/ari-py" |
pascal@20292 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@20292 | 11 WGET_URL="https://github.com/asterisk/ari-py/archive/$VERSION.tar.gz" |
pascal@20292 | 12 |
pascal@20292 | 13 DEPENDS="python" |
pascal@20293 | 14 BUILD_DEPENDS="setuptools" |
pascal@20292 | 15 |
pascal@20292 | 16 # Rules to configure and make the package. |
pascal@20292 | 17 compile_rules() |
pascal@20292 | 18 { |
pascal@20292 | 19 python setup.py install --prefix=/usr --root=$DESTDIR |
pascal@20292 | 20 } |
pascal@20292 | 21 |
pascal@20292 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20292 | 23 genpkg_rules() |
pascal@20292 | 24 { |
pascal@20292 | 25 cp -a $install/usr $fs/ |
pascal@20292 | 26 } |