wok-next rev 21272
updated gammu (1.27.0 -> 1.41.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Dec 07 14:51:03 2019 +0100 (2019-12-07) |
parents | 65a6a7062c8e |
children | 4cb9158910ec |
files | gammu/receipt |
line diff
1.1 --- a/gammu/receipt Sat Dec 07 12:21:21 2019 +0000 1.2 +++ b/gammu/receipt Sat Dec 07 14:51:03 2019 +0100 1.3 @@ -1,35 +1,36 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="gammu" 1.7 -VERSION="1.27.0" 1.8 +VERSION="1.41.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Library and utility to control cell phone" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://wammu.eu/gammu/" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 1.19 -BUILD_DEPENDS="bluez sqlite3 libusb-compat libcurl cmake" 1.20 +BUILD_DEPENDS="bluez cmake libcurl libusb-compat sqlite3" 1.21 SPLIT="$PACKAGE-dev" 1.22 1.23 -compile_rules() { 1.24 +compile_rules() 1.25 +{ 1.26 mkdir build 1.27 cd build 1.28 - cmake \ 1.29 - -DCMAKE_INSTALL_PREFIX=/usr \ 1.30 - -DBUILD_SHARED_LIBS=ON \ 1.31 - .. && 1.32 + cmake .. \ 1.33 + -DCMAKE_INSTALL_PREFIX=/usr \ 1.34 + -DBUILD_SHARED_LIBS=ON && 1.35 make && 1.36 make DESTDIR=$install install 1.37 } 1.38 1.39 -genpkg_rules() { 1.40 +genpkg_rules() 1.41 +{ 1.42 case $PACKAGE in 1.43 gammu) 1.44 copy @std 1.45 - DEPENDS="bluez sqlite3 libusb-compat libcurl" 1.46 + DEPENDS="bluez libcurl libusb-compat sqlite3" 1.47 ;; 1.48 *-dev) 1.49 copy @dev