wok-next annotate wammu/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 7506b35e1c6f
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@11228 2
pascal@11228 3 PACKAGE="wammu"
pascal@11228 4 VERSION="0.33"
pascal@11228 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="Mobile phone manager"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://wammu.eu/wammu/"
al@21020 10
pascal@11228 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21020 12 WGET_URL="$SF_MIRROR/gammu/$TARBALL"
pascal@11228 13
al@21020 14 BUILD_DEPENDS="gammu-dev python-dev python-pybluez wxpython-dev"
pascal@15002 15
al@21020 16 compile_rules() {
al@21020 17 python -B setup.py build &&
al@21020 18 python -B setup.py install --root=$install
pascal@11228 19 }
pascal@11228 20
al@21020 21 genpkg_rules() {
pascal@11228 22 mkdir -p $fs/usr/share
pascal@15002 23 cp -a $install/usr/bin $fs/usr
pascal@15002 24 cp -a $install/usr/lib $fs/usr
pascal@15002 25 cp -a $install/usr/share/Wammu $fs/usr/share
al@21020 26 DEPENDS="gammu python python-pybluez wxpython"
pascal@11228 27 }