wok rev 22118

updated wammu (0.43 -> 0.44)
author Hans-G?nter Theisgen
date Sun Nov 03 10:17:18 2019 +0100 (2019-11-03)
parents 4c4ad11b9096
children ed588ff646ba
files wammu/receipt
line diff
     1.1 --- a/wammu/receipt	Sat Nov 02 16:53:53 2019 +0100
     1.2 +++ b/wammu/receipt	Sun Nov 03 10:17:18 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  }