wok-next view wammu/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 7506b35e1c6f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wammu"
4 VERSION="0.33"
5 CATEGORY="system-tools"
6 SHORT_DESC="Mobile phone manager"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wammu.eu/wammu/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/gammu/$TARBALL"
14 BUILD_DEPENDS="gammu-dev python-dev python-pybluez wxpython-dev"
16 compile_rules() {
17 python -B setup.py build &&
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 mkdir -p $fs/usr/share
23 cp -a $install/usr/bin $fs/usr
24 cp -a $install/usr/lib $fs/usr
25 cp -a $install/usr/share/Wammu $fs/usr/share
26 DEPENDS="gammu python python-pybluez wxpython"
27 }