wok rev 19912
Up gammu (1.38.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 13 14:46:37 2017 +0200 (2017-04-13) |
parents | f1667987074c |
children | 2b87dbe5e573 |
files | gammu-dev/receipt gammu/receipt |
line diff
1.1 --- a/gammu-dev/receipt Thu Apr 13 13:27:57 2017 +0200 1.2 +++ b/gammu-dev/receipt Thu Apr 13 14:46:37 2017 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gammu-dev" 1.7 -VERSION="1.27.0" 1.8 +VERSION="1.38.2" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Gammu devel files" 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/gammu/receipt Thu Apr 13 13:27:57 2017 +0200 2.2 +++ b/gammu/receipt Thu Apr 13 14:46:37 2017 +0200 2.3 @@ -1,14 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="gammu" 2.7 -VERSION="1.27.0" 2.8 +VERSION="1.38.2" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Library and utility to control cell phone" 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="GPL2" 2.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 WEB_SITE="http://wammu.eu/gammu/" 2.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL" 2.16 +WGET_URL="https://dl.cihar.com/gammu/releases/$TARBALL" 2.17 +TAGS="bluetooth" 2.18 2.19 DEPENDS="bluez sqlite libusb-compat libcurl" 2.20 BUILD_DEPENDS="$DEPENDS cmake" 2.21 @@ -16,7 +17,6 @@ 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 { 2.25 - cd $src 2.26 mkdir -p build && cd build 2.27 cmake \ 2.28 -DCMAKE_INSTALL_PREFIX=/usr \