wok-next view py-asterisk/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="py-asterisk"
4 VERSION="0.5.1"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for the Asterisk Manager API"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.org/project/py-Asterisk/"
10 HOST_ARCH="any"
12 SOURCE="py-Asterisk"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
16 BUILD_DEPENDS="python-dev python"
18 compile_rules() {
19 python -B setup.py build &&
20 python -B setup.py install --root=$install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="python"
26 }