wok-next view blueman/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 757d032c55c7
children a00b398faf9e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="blueman"
4 VERSION="1.10"
5 CATEGORY="system-tools"
6 SHORT_DESC="Easy to use GTK+ Bluetooth Manager"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/blueman-project/blueman"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL"
14 BUILD_DEPENDS="bluez-dev python-dev pygtk-dev notify-python-dev libnotify-dev \
15 python-pyrex startup-notification-dev util-linux-uuid-dev dbus-dev \
16 dbus-python-dev intltool libtool xorg-xcb-util-dev"
18 compile_rules() {
19 ./configure \
20 --libexecdir=/usr/lib/$PACKAGE \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="linux-bluetooth bluez python pygtk libnotify notify-python \
29 python-pyrex startup-notification util-linux-uuid dbus dbus-python"
30 }