wok view xfce4-volumed/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 6135577f4d08
children 17091bc7c301
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-volumed"
4 VERSION="0.1.13"
5 HI_VERSION=$(echo $VERSION | cut -d. -f1,2)
6 CATEGORY="x-window"
7 SHORT_DESC="Volume keys daemon"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://launchpad.net/xfce4-volumed/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/apps/xfce4-volumed/$HI_VERSION/$TARBALL"
14 DEPENDS="gst-plugins-base libkeybinder libnotify libxfconf"
15 BUILD_DEPENDS="libxfconf-dev gstreamer-dev gst-plugins-base-dev \
16 libkeybinder-dev libxml2-dev libnotify-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }