wok view wammu/receipt @ rev 15002

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 21:12:16 2013 +0000 (2013-08-10)
parents 7aef52db895d
children 7390f8de9846
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 cd $src
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 }