wok view wammu/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents f1667987074c
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="wammu"
4 VERSION="0.43"
5 CATEGORY="system-tools"
6 SHORT_DESC="Wammu is mobile phone manage."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://wammu.eu/wammu/"
11 WGET_URL="$SF_MIRROR/gammu/$PACKAGE/$VERSION/$TARBALL"
12 TAGS="bluetooth"
14 DEPENDS="python-gammu python python-pybluez wxpython"
15 BUILD_DEPENDS="$DEPENDS gammu-dev python-dev wxpython-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build &&
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 cp -a $install/usr/share/Wammu $fs/usr/share
31 cp -a $install/usr/share/locale $fs/usr/share
32 }