wok-next annotate blueman/receipt @ rev 21379

updated mspdebug (0.17 -> 0.25)
author Hans-G?nter Theisgen
date Thu Apr 16 16:31:49 2020 +0100 (2020-04-16)
parents d5aab818505e
children 83220854bb81
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@11217 2
pascal@11217 3 PACKAGE="blueman"
pascal@11217 4 VERSION="1.10"
pascal@11217 5 CATEGORY="system-tools"
al@20534 6 SHORT_DESC="Easy to use GTK+ Bluetooth Manager"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15201 8 LICENSE="GPL3"
al@19278 9 WEB_SITE="https://github.com/blueman-project/blueman"
al@20534 10
pascal@11217 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11217 12 WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL"
pascal@11217 13
al@20932 14 BUILD_DEPENDS="bluez-dev python-dev python-pygtk-dev notify-python-dev libnotify-dev \
pankso@12481 15 python-pyrex startup-notification-dev util-linux-uuid-dev dbus-dev \
al@21078 16 python-dbus-dev intltool libtool xcb-util-dev"
pascal@11217 17
al@20534 18 compile_rules() {
pascal@11217 19 ./configure \
pascal@11217 20 --libexecdir=/usr/lib/$PACKAGE \
pascal@11217 21 $CONFIGURE_ARGS &&
al@20534 22 make &&
al@20534 23 make install
pascal@11217 24 }
pascal@11217 25
al@20534 26 genpkg_rules() {
al@20534 27 copy @std
al@20932 28 DEPENDS="linux-bluetooth bluez python python-pygtk libnotify notify-python \
al@20919 29 python-pyrex startup-notification util-linux-uuid dbus python-dbus"
pascal@11217 30 }