wok-next view xfce4-volumed/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-volumed"
4 VERSION="0.1.13"
5 CATEGORY="x-window"
6 SHORT_DESC="Volume keys daemon"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://launchpad.net/xfce4-volumed/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/apps/xfce4-volumed/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="xfconf-dev gstreamer0-dev gst0-plugins-base-dev \
15 keybinder-dev libxml2-dev libnotify-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="glib gst0-plugins-base gstreamer0 gtk2 keybinder libnotify \
26 xfconf"
27 TAGS="Xfce"
28 }