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