wok view python-gammu/receipt @ rev 22805

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