wok-current diff gammu/receipt @ rev 20305
pppd: into dialout group
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 06 10:39:28 2018 +0200 (2018-05-06) |
parents | dead8955c3ca |
children | a78610b2eb47 |
line diff
1.1 --- a/gammu/receipt Wed Sep 25 09:50:51 2013 +0000 1.2 +++ b/gammu/receipt Sun May 06 10:39:28 2018 +0200 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gammu" 1.7 -VERSION="1.27.0" 1.8 +VERSION="1.38.2" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Library and utility to control cell phone" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://wammu.eu/gammu/" 1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL" 1.16 +WGET_URL="https://dl.cihar.com/gammu/releases/$TARBALL" 1.17 +TAGS="bluetooth" 1.18 1.19 DEPENDS="bluez sqlite libusb-compat libcurl" 1.20 BUILD_DEPENDS="$DEPENDS cmake" 1.21 @@ -16,7 +17,6 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 mkdir -p build && cd build 1.27 cmake \ 1.28 -DCMAKE_INSTALL_PREFIX=/usr \