# HG changeset patch # User Hans-G?nter Theisgen # Date 1551622494 -3600 # Node ID 3150873c02fa970fde9d4a3e901a83a793458ae6 # Parent 085da06d2c37ed46cdd172624c46a248b5c7038e updated gammu and gammu-dev (1.38.2 -> 1.40.0) diff -r 085da06d2c37 -r 3150873c02fa gammu-dev/receipt --- a/gammu-dev/receipt Sun Mar 03 14:31:57 2019 +0100 +++ b/gammu-dev/receipt Sun Mar 03 15:14:54 2019 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="gammu-dev" -VERSION="1.38.2" +VERSION="1.40.0" CATEGORY="system-tools" -SHORT_DESC="Gammu devel files" +SHORT_DESC="Gammu development files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WANTED="gammu" WEB_SITE="https://wammu.eu/gammu/" +WANTED="gammu" DEPENDS="gammu pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 085da06d2c37 -r 3150873c02fa gammu/receipt --- a/gammu/receipt Sun Mar 03 14:31:57 2019 +0100 +++ b/gammu/receipt Sun Mar 03 15:14:54 2019 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="gammu" -VERSION="1.38.2" +VERSION="1.40.0" CATEGORY="system-tools" -SHORT_DESC="Library and utility to control cell phone" +TAGS="bluetooth" +SHORT_DESC="Library and utility to control cell phone." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://wammu.eu/gammu/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://wammu.eu/gammu/" WGET_URL="https://dl.cihar.com/gammu/releases/$TARBALL" -TAGS="bluetooth" DEPENDS="bluez sqlite libusb-compat libcurl" BUILD_DEPENDS="$DEPENDS cmake" @@ -21,7 +22,7 @@ cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_SHARED_LIBS=ON .. && - make && + make -j 1 && make DESTDIR=$DESTDIR install }