wok diff wammu/receipt @ rev 22491
updated apr and apr-dev (1.4.6 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 31 14:21:42 2019 +0100 (2019-12-31) |
parents | a78610b2eb47 |
children | f51604223163 |
line diff
1.1 --- a/wammu/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/wammu/receipt Tue Dec 31 14:21:42 2019 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wammu" 1.7 -VERSION="0.43" 1.8 +VERSION="0.44" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Wammu is mobile phone manage." 1.11 +TAGS="bluetooth" 1.12 +SHORT_DESC="Mobile phone manager." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="GPL2" 1.15 +WEB_SITE="https://wammu.eu/wammu/" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 -WEB_SITE="https://wammu.eu/wammu/" 1.19 WGET_URL="$SF_MIRROR/gammu/$PACKAGE/$VERSION/$TARBALL" 1.20 -TAGS="bluetooth" 1.21 1.22 -DEPENDS="python-gammu python python-pybluez wxpython" 1.23 -BUILD_DEPENDS="$DEPENDS gammu-dev python-dev wxpython-dev" 1.24 +DEPENDS="python python-gammu python-pybluez wxpython" 1.25 +BUILD_DEPENDS="gammu-dev python-dev python-setuptools wxpython-dev" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 @@ -25,8 +26,9 @@ 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/share 1.33 - cp -a $install/usr/bin $fs/usr 1.34 - cp -a $install/usr/lib $fs/usr 1.35 - cp -a $install/usr/share/Wammu $fs/usr/share 1.36 - cp -a $install/usr/share/locale $fs/usr/share 1.37 + 1.38 + cp -a $install/usr/bin $fs/usr 1.39 + cp -a $install/usr/lib $fs/usr 1.40 + cp -a $install/usr/share/Wammu $fs/usr/share 1.41 + cp -a $install/usr/share/locale $fs/usr/share 1.42 }