wok-next view blueman/receipt @ rev 20559

rrdtool: syntax error
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 17:41:33 2018 +0300 (2018-04-07)
parents 7eb047d2b438
children 0621690cc122
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 libnotify-dev \
15 python-pyrex startup-notification-dev util-linux-uuid-dev dbus-dev \
16 dbus-python-dev intltool libtool notify-python 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 }