wok diff wammu/receipt @ rev 20088
Up slitaz-configs (312), tazinst (90), tazlito (464)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 29 16:02:41 2017 +0200 (2017-09-29) |
parents | f1667987074c |
children | a78610b2eb47 |
line diff
1.1 --- a/wammu/receipt Thu Apr 13 13:27:57 2017 +0200 1.2 +++ b/wammu/receipt Fri Sep 29 16:02:41 2017 +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 }