wok-current rev 22796
updated gammu and gammu-dev (1.40.0 -> 1.41.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 27 10:15:18 2020 +0100 (2020-01-27) |
parents | ed3f388d2297 |
children | 9c9883e9c387 |
files | gammu-dev/receipt gammu/receipt xneur-dev/receipt |
line diff
1.1 --- a/gammu-dev/receipt Mon Jan 27 09:52:33 2020 +0100 1.2 +++ b/gammu-dev/receipt Mon Jan 27 10:15:18 2020 +0100 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gammu-dev" 1.7 -VERSION="1.40.0" 1.8 +VERSION="1.41.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Gammu development files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://wammu.eu/gammu/" 1.14 1.15 +DEPENDS="gammu pkg-config" 1.16 WANTED="gammu" 1.17 -DEPENDS="gammu pkg-config" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib $fs/usr/bin 1.23 - cp -a $install/usr/bin/gammu-config $fs/usr/bin 1.24 - #cp -a $install/usr/lib/*.*a $fs/usr/lib 1.25 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 - cp -a $install/usr/include $fs/usr 1.27 + mkdir -p $fs/usr/lib 1.28 + mkdir -p $fs/usr/bin 1.29 + 1.30 + cp -a $install/usr/bin/gammu-config $fs/usr/bin 1.31 + #cp -a $install/usr/lib/*.*a $fs/usr/lib 1.32 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.33 + cp -a $install/usr/include $fs/usr 1.34 }
2.1 --- a/gammu/receipt Mon Jan 27 09:52:33 2020 +0100 2.2 +++ b/gammu/receipt Mon Jan 27 10:15:18 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="gammu" 2.7 -VERSION="1.40.0" 2.8 +VERSION="1.41.0" 2.9 CATEGORY="system-tools" 2.10 TAGS="bluetooth" 2.11 SHORT_DESC="Library and utility to control cell phone." 2.12 @@ -12,16 +12,17 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 WGET_URL="https://dl.cihar.com/gammu/releases/$TARBALL" 2.15 2.16 -DEPENDS="bluez sqlite libusb-compat libcurl" 2.17 +DEPENDS="bluez libcurl libusb-compat sqlite" 2.18 BUILD_DEPENDS="$DEPENDS cmake" 2.19 2.20 # Rules to configure and make the package. 2.21 compile_rules() 2.22 { 2.23 - mkdir -p build && cd build 2.24 - cmake \ 2.25 - -DCMAKE_INSTALL_PREFIX=/usr \ 2.26 - -DBUILD_SHARED_LIBS=ON .. && 2.27 + mkdir -p build && 2.28 + cd build && 2.29 + cmake .. \ 2.30 + -DCMAKE_INSTALL_PREFIX=/usr \ 2.31 + -DBUILD_SHARED_LIBS=ON&& 2.32 make -j 1 && 2.33 make DESTDIR=$DESTDIR install 2.34 } 2.35 @@ -30,7 +31,8 @@ 2.36 genpkg_rules() 2.37 { 2.38 mkdir -p $fs/usr/lib 2.39 - cp -a $install/usr/bin $fs/usr 2.40 - rm $fs/usr/bin/gammu-config 2.41 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.42 + 2.43 + cp -a $install/usr/bin $fs/usr 2.44 + rm $fs/usr/bin/gammu-config 2.45 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.46 }
3.1 --- a/xneur-dev/receipt Mon Jan 27 09:52:33 2020 +0100 3.2 +++ b/xneur-dev/receipt Mon Jan 27 10:15:18 2020 +0100 3.3 @@ -3,13 +3,13 @@ 3.4 PACKAGE="xneur-dev" 3.5 VERSION="0.20.0" 3.6 CATEGORY="development" 3.7 -SHORT_DESC="X Neural Switcher" 3.8 +SHORT_DESC="X Neural Switcher." 3.9 MAINTAINER="al.bobylev@gmail.com" 3.10 LICENSE="GPL2" 3.11 WEB_SITE="https://xneur.ru/" 3.12 3.13 +DEPENDS="enchant-dev glib-dev pcre-dev xneur" 3.14 WANTED="xneur" 3.15 -DEPENDS="xneur pcre-dev enchant-dev glib-dev" 3.16 3.17 # Rules to gen a SliTaz package suitable for Tazpkg. 3.18 genpkg_rules()