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

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }