wok-next view blueman/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents d5aab818505e
children 83220854bb81
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="devel@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 python-pygtk-dev notify-python-dev libnotify-dev \
15 python-pyrex startup-notification-dev util-linux-uuid-dev dbus-dev \
16 python-dbus-dev intltool libtool 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 python-pygtk libnotify notify-python \
29 python-pyrex startup-notification util-linux-uuid dbus python-dbus"
30 }