# HG changeset patch # User Hans-G?nter Theisgen # Date 1586103651 -3600 # Node ID 6bd7ca7be51454265210996347d13703f7553a2f # Parent fc917bce04803835f2963397bc8145a658bad4c7 updated python-gammu (2.7 -> 2.12) diff -r fc917bce0480 -r 6bd7ca7be514 python-gammu/receipt --- a/python-gammu/receipt Sun Apr 05 17:16:31 2020 +0100 +++ b/python-gammu/receipt Sun Apr 05 17:20:51 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="python-gammu" -VERSION="2.7" +VERSION="2.12" CATEGORY="development" -SHORT_DESC="Python bindings for Gammu" +SHORT_DESC="Python bindings for Gammu." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://wammu.eu/python-gammu/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://wammu.eu/python-gammu/" WGET_URL="https://github.com/gammu/$PACKAGE/archive/$VERSION.tar.gz" -DEPENDS="python gammu" -BUILD_DEPENDS="python-dev gammu-dev pkg-config python-setuptools" +DEPENDS="gammu python" +BUILD_DEPENDS="gammu-dev pkg-config python python-setuptools" # Rules to configure and make the package. compile_rules() @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }