wok-next view wammu/receipt @ rev 20443
The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Feb 24 16:17:33 2018 +0200 (2018-02-24) |
parents | 7896f0694ef6 |
children | 7506b35e1c6f |
line source
1 # SliTaz package receipt.
3 PACKAGE="wammu"
4 VERSION="0.33"
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"
13 DEPENDS="gammu python python-pybluez wxpython"
14 BUILD_DEPENDS="$DEPENDS gammu-dev python-dev wxpython-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py build &&
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 cp -a $install/usr/share/Wammu $fs/usr/share
30 }