wok-current rev 19911
Up wammu (0.43)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 13 13:27:57 2017 +0200 (2017-04-13) |
parents | 6eb2d62a9c1f |
children | 3badda504cf7 |
files | obexfs/receipt wammu/receipt |
line diff
1.1 --- a/obexfs/receipt Thu Apr 13 10:45:52 2017 +0200 1.2 +++ b/obexfs/receipt Thu Apr 13 13:27:57 2017 +0200 1.3 @@ -28,6 +28,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr 1.8 + mkdir -p $fs/usr $install/usr/share/doc 1.9 cp -a $install/usr/bin $fs/usr 1.10 + cp -a $src/README $install/usr/share/doc 1.11 }
2.1 --- a/wammu/receipt Thu Apr 13 10:45:52 2017 +0200 2.2 +++ b/wammu/receipt Thu Apr 13 13:27:57 2017 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="wammu" 2.7 -VERSION="0.33" 2.8 +VERSION="0.43" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Wammu is mobile phone manage." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -9,6 +9,7 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 WEB_SITE="http://wammu.eu/wammu/" 2.15 WGET_URL="$SF_MIRROR/gammu/$PACKAGE/$VERSION/$TARBALL" 2.16 +TAGS="bluetooth" 2.17 2.18 DEPENDS="gammu python python-pybluez wxpython" 2.19 BUILD_DEPENDS="$DEPENDS gammu-dev python-dev wxpython-dev"