wok diff gammu/receipt @ rev 23040
rebuild gdk-pixbuf and gdk-pixbuf-dev
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 04 13:39:54 2020 +0100 (2020-03-04) |
parents | 3150873c02fa |
children | af8d823a3077 |
line diff
1.1 --- a/gammu/receipt Sun Mar 03 15:14:54 2019 +0100 1.2 +++ b/gammu/receipt Wed Mar 04 13:39:54 2020 +0100 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 }