wok-next view python-asterisk/receipt @ rev 20969

Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 14 01:56:52 2018 +0300 (2018-09-14)
parents 4e6503d7a19f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-asterisk"
4 ORIGIN="py-Asterisk"
5 VERSION="latest"
6 CATEGORY="development"
7 SHORT_DESC="Python bindings for the Asterisk Manager API"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://pypi.org/project/py-Asterisk/"
11 REPOLOGY="py-asterisk" # python:asterisk ?
13 BUILD_DEPENDS="python"
15 compile_rules() {
16 pip install --no-compile --root=$DESTDIR $ORIGIN
17 }
19 genpkg_rules() {
20 VERSION=$(sed -n "/^Successfully installed/ s|.*$ORIGIN-||p" $LOGS/$PACKAGE.log)
21 copy @std
22 DEPENDS="python"
23 }