wok annotate python-asterisk/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents 16df76e1fc6a
children 1df6fa555414
rev   line source
pascal@14500 1 # SliTaz package receipt.
pascal@14500 2
pascal@14500 3 PACKAGE="python-asterisk"
pascal@14500 4 SOURCE="py-Asterisk"
pascal@14500 5 VERSION="0.5.1"
pascal@14500 6 CATEGORY="development"
pascal@14500 7 SHORT_DESC="Python bindings for the Asterisk Manager API."
pascal@14500 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 9 LICENSE="MIT"
pascal@14500 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20672 11 WEB_SITE="https://pypi.org/project/$SOURCE/"
pascal@14500 12 WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
pascal@14500 13
pascal@14500 14 DEPENDS="python"
pascal@14500 15 BUILD_DEPENDS="python-dev python"
pascal@14500 16
pascal@14500 17 # Rules to configure and make the package.
pascal@14500 18 compile_rules()
pascal@14500 19 {
pascal@14500 20 python setup.py build &&
pascal@14500 21 python setup.py install --root=$DESTDIR
pascal@14500 22 }
pascal@14500 23
pascal@14500 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14500 25 genpkg_rules()
pascal@14500 26 {
pascal@14500 27 mkdir -p $fs
pascal@14500 28 cp -a $install/usr $fs
pascal@14500 29 }