wok view python-gammu/receipt @ rev 23489

updated python-genshi (0.7 -> 0.7.3)
author Hans-G?nter Theisgen
date Sun Apr 05 17:33:33 2020 +0100 (2020-04-05)
parents 6bd7ca7be514
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="python-gammu"
4 VERSION="2.12"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for Gammu."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wammu.eu/python-gammu/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/gammu/$PACKAGE/archive/$VERSION.tar.gz"
14 DEPENDS="gammu python"
15 BUILD_DEPENDS="gammu-dev pkg-config python python-dev python-setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build &&
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }