wok diff wammu/receipt @ rev 20395

Add ndiswrapper-driver64 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 25 13:36:38 2018 +0200 (2018-06-25)
parents f1667987074c
children a78610b2eb47
line diff
     1.1 --- a/wammu/receipt	Thu Apr 13 13:27:57 2017 +0200
     1.2 +++ b/wammu/receipt	Mon Jun 25 13:36:38 2018 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="$SF_MIRROR/gammu/$PACKAGE/$VERSION/$TARBALL"
     1.5  TAGS="bluetooth"
     1.6  
     1.7 -DEPENDS="gammu python python-pybluez wxpython"
     1.8 +DEPENDS="python-gammu python python-pybluez wxpython"
     1.9  BUILD_DEPENDS="$DEPENDS gammu-dev python-dev wxpython-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -28,4 +28,5 @@
    1.13  	cp -a $install/usr/bin $fs/usr
    1.14  	cp -a $install/usr/lib $fs/usr
    1.15  	cp -a $install/usr/share/Wammu $fs/usr/share
    1.16 +	cp -a $install/usr/share/locale $fs/usr/share
    1.17  }