wok-next view xfce4-volumed/receipt @ rev 20972
Improve Python packages: update, also provide Python3 packages where available
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Sep 22 16:05:26 2018 +0300 (2018-09-22) |
parents | e7a485521d6a |
children | f48456621a9d |
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://git.xfce.org/apps/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 gtk+ keybinder libnotify \
26 xfconf"
27 TAGS="Xfce"
28 }