wok 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 fc917bce0480
children 4e935223c917
files python-gammu/receipt
line diff
     1.1 --- a/python-gammu/receipt	Sun Apr 05 17:16:31 2020 +0100
     1.2 +++ b/python-gammu/receipt	Sun Apr 05 17:20:51 2020 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-gammu"
     1.7 -VERSION="2.7"
     1.8 +VERSION="2.12"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Python bindings for Gammu"
    1.11 +SHORT_DESC="Python bindings for Gammu."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://wammu.eu/python-gammu/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://wammu.eu/python-gammu/"
    1.18  WGET_URL="https://github.com/gammu/$PACKAGE/archive/$VERSION.tar.gz"
    1.19  
    1.20 -DEPENDS="python gammu"
    1.21 -BUILD_DEPENDS="python-dev gammu-dev pkg-config python-setuptools"
    1.22 +DEPENDS="gammu python"
    1.23 +BUILD_DEPENDS="gammu-dev pkg-config python python-setuptools"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -23,5 +24,5 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $install/usr $fs
    1.32 +	cp -a $install/usr	$fs
    1.33  }