wok diff gammu/receipt @ rev 22721

faenza-icon-theme: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 22 17:28:23 2020 +0100 (2020-01-22)
parents a78610b2eb47
children e3c91f2ce71d
line diff
     1.1 --- a/gammu/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/gammu/receipt	Wed Jan 22 17:28:23 2020 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gammu"
     1.7 -VERSION="1.38.2"
     1.8 +VERSION="1.40.0"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Library and utility to control cell phone"
    1.11 +TAGS="bluetooth"
    1.12 +SHORT_DESC="Library and utility to control cell phone."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="https://wammu.eu/gammu/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="https://wammu.eu/gammu/"
    1.19  WGET_URL="https://dl.cihar.com/gammu/releases/$TARBALL"
    1.20 -TAGS="bluetooth"
    1.21  
    1.22  DEPENDS="bluez sqlite libusb-compat libcurl"
    1.23  BUILD_DEPENDS="$DEPENDS cmake"
    1.24 @@ -21,7 +22,7 @@
    1.25  	cmake \
    1.26  		-DCMAKE_INSTALL_PREFIX=/usr \
    1.27  		-DBUILD_SHARED_LIBS=ON .. &&
    1.28 -	make &&
    1.29 +	make -j 1 &&
    1.30  	make DESTDIR=$DESTDIR install
    1.31  }
    1.32