wok-next annotate xfce4-volumed/receipt @ rev 21661

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