wok diff gammu/receipt @ rev 23836

Up jbig2dec (0.18), metasploit (5.0.91), nginx (1.19.0), spamassassin (3.4.4), sqlite (3.32.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 10:15:25 2020 +0000 (2020-06-01)
parents 3150873c02fa
children af8d823a3077
line diff
     1.1 --- a/gammu/receipt	Sun Mar 03 15:14:54 2019 +0100
     1.2 +++ b/gammu/receipt	Mon Jun 01 10:15:25 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gammu"
     1.7 -VERSION="1.40.0"
     1.8 +VERSION="1.41.0"
     1.9  CATEGORY="system-tools"
    1.10  TAGS="bluetooth"
    1.11  SHORT_DESC="Library and utility to control cell phone."
    1.12 @@ -12,16 +12,17 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="https://dl.cihar.com/gammu/releases/$TARBALL"
    1.15  
    1.16 -DEPENDS="bluez sqlite libusb-compat libcurl"
    1.17 +DEPENDS="bluez libcurl libusb-compat sqlite"
    1.18  BUILD_DEPENDS="$DEPENDS cmake"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	mkdir -p build && cd build
    1.24 -	cmake \
    1.25 -		-DCMAKE_INSTALL_PREFIX=/usr \
    1.26 -		-DBUILD_SHARED_LIBS=ON .. &&
    1.27 +	mkdir -p build &&
    1.28 +	cd build &&
    1.29 +	cmake	..				\
    1.30 +		-DCMAKE_INSTALL_PREFIX=/usr	\
    1.31 +		-DBUILD_SHARED_LIBS=ON&&
    1.32  	make -j 1 &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34  }
    1.35 @@ -30,7 +31,8 @@
    1.36  genpkg_rules()
    1.37  {
    1.38  	mkdir -p $fs/usr/lib
    1.39 -	cp -a $install/usr/bin $fs/usr
    1.40 -	rm $fs/usr/bin/gammu-config
    1.41 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.42 +
    1.43 +	cp -a $install/usr/bin		$fs/usr
    1.44 +	rm				$fs/usr/bin/gammu-config
    1.45 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.46  }