wok-next annotate ari-py/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@19245 2
pascal@19244 3 PACKAGE="ari-py"
pascal@19244 4 VERSION="0.1.3"
pascal@19244 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Library for accessing the Asterisk REST Interface"
pascal@19244 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19244 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://github.com/asterisk/ari-py"
al@21048 10 HOST_ARCH="any"
al@21020 11
pascal@19244 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@19244 13 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
pascal@19244 14
al@20444 15 BUILD_DEPENDS="python"
pascal@19244 16
al@21020 17 compile_rules() {
al@21020 18 python -B setup.py build &&
al@21020 19 python -B setup.py install --root=$install
pascal@19244 20 }
pascal@19244 21
al@21020 22 genpkg_rules() {
al@21020 23 copy @std
al@21020 24 DEPENDS="python"
al@21020 25 SUGGESTED="asterisk"
pascal@19244 26 }