wok view wammu/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
parents a78610b2eb47
children f51604223163
line source
1 # SliTaz package receipt.
3 PACKAGE="wammu"
4 VERSION="0.44"
5 CATEGORY="system-tools"
6 TAGS="bluetooth"
7 SHORT_DESC="Mobile phone manager."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://wammu.eu/wammu/"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$SF_MIRROR/gammu/$PACKAGE/$VERSION/$TARBALL"
15 DEPENDS="python python-gammu python-pybluez wxpython"
16 BUILD_DEPENDS="gammu-dev python-dev python-setuptools wxpython-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py build &&
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/lib $fs/usr
32 cp -a $install/usr/share/Wammu $fs/usr/share
33 cp -a $install/usr/share/locale $fs/usr/share
34 }