# HG changeset patch # User Hans-G?nter Theisgen # Date 1572772638 -3600 # Node ID c8fec2a962c154f3527c00b2d18aa68bc7ecf0a6 # Parent 4c4ad11b9096d7c3870a335c76e5095913cf0622 updated wammu (0.43 -> 0.44) diff -r 4c4ad11b9096 -r c8fec2a962c1 wammu/receipt --- a/wammu/receipt Sat Nov 02 16:53:53 2019 +0100 +++ b/wammu/receipt Sun Nov 03 10:17:18 2019 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="wammu" -VERSION="0.43" +VERSION="0.44" CATEGORY="system-tools" -SHORT_DESC="Wammu is mobile phone manage." +TAGS="bluetooth" +SHORT_DESC="Mobile phone manager." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://wammu.eu/wammu/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://wammu.eu/wammu/" WGET_URL="$SF_MIRROR/gammu/$PACKAGE/$VERSION/$TARBALL" -TAGS="bluetooth" -DEPENDS="python-gammu python python-pybluez wxpython" -BUILD_DEPENDS="$DEPENDS gammu-dev python-dev wxpython-dev" +DEPENDS="python python-gammu python-pybluez wxpython" +BUILD_DEPENDS="gammu-dev python-dev python-setuptools wxpython-dev" # Rules to configure and make the package. compile_rules() @@ -25,8 +26,9 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/share/Wammu $fs/usr/share - cp -a $install/usr/share/locale $fs/usr/share + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/Wammu $fs/usr/share + cp -a $install/usr/share/locale $fs/usr/share }