wok-6.x view python-gammu/receipt @ rev 23487

updated python-gammu (2.7 -> 2.12)
author Hans-G?nter Theisgen
date Sun Apr 05 17:20:51 2020 +0100 (2020-04-05)
parents 814362194a8d
children 9a628050ec65
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-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 }