wok view wammu/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents c8fec2a962c1
children 922f061231c2
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-six 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 }