wok rev 20946

updated gammu and gammu-dev (1.38.2 -> 1.40.0)
author Hans-G?nter Theisgen
date Sun Mar 03 15:14:54 2019 +0100 (2019-03-03)
parents 085da06d2c37
children 63cdeb5a1e77 907aa9c9da2b
files gammu-dev/receipt gammu/receipt
line diff
     1.1 --- a/gammu-dev/receipt	Sun Mar 03 14:31:57 2019 +0100
     1.2 +++ b/gammu-dev/receipt	Sun Mar 03 15:14:54 2019 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gammu-dev"
     1.7 -VERSION="1.38.2"
     1.8 +VERSION="1.40.0"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Gammu devel files"
    1.11 +SHORT_DESC="Gammu development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WANTED="gammu"
    1.15  WEB_SITE="https://wammu.eu/gammu/"
    1.16  
    1.17 +WANTED="gammu"
    1.18  DEPENDS="gammu pkg-config"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/gammu/receipt	Sun Mar 03 14:31:57 2019 +0100
     2.2 +++ b/gammu/receipt	Sun Mar 03 15:14:54 2019 +0100
     2.3 @@ -1,15 +1,16 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gammu"
     2.7 -VERSION="1.38.2"
     2.8 +VERSION="1.40.0"
     2.9  CATEGORY="system-tools"
    2.10 -SHORT_DESC="Library and utility to control cell phone"
    2.11 +TAGS="bluetooth"
    2.12 +SHORT_DESC="Library and utility to control cell phone."
    2.13  MAINTAINER="pankso@slitaz.org"
    2.14  LICENSE="GPL2"
    2.15 +WEB_SITE="https://wammu.eu/gammu/"
    2.16 +
    2.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.18 -WEB_SITE="https://wammu.eu/gammu/"
    2.19  WGET_URL="https://dl.cihar.com/gammu/releases/$TARBALL"
    2.20 -TAGS="bluetooth"
    2.21  
    2.22  DEPENDS="bluez sqlite libusb-compat libcurl"
    2.23  BUILD_DEPENDS="$DEPENDS cmake"
    2.24 @@ -21,7 +22,7 @@
    2.25  	cmake \
    2.26  		-DCMAKE_INSTALL_PREFIX=/usr \
    2.27  		-DBUILD_SHARED_LIBS=ON .. &&
    2.28 -	make &&
    2.29 +	make -j 1 &&
    2.30  	make DESTDIR=$DESTDIR install
    2.31  }
    2.32