wok-6.x diff gammu-dev/receipt @ rev 24159
Up ventoy (1.0.62)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 20 10:05:11 2021 +0000 (2021-12-20) |
parents | 3150873c02fa |
children | 49b4a69029bb |
line diff
1.1 --- a/gammu-dev/receipt Sun Mar 03 15:14:54 2019 +0100 1.2 +++ b/gammu-dev/receipt Mon Dec 20 10:05:11 2021 +0000 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 }