wok view xfce4-volumed/receipt @ rev 14714

lib[a-n]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 10:41:23 2013 +0200 (2013-06-11)
parents 8c638b08b0a8
children 2b9f96603415
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 WEB_SITE="https://aur.archlinux.org/packages.php?ID=31693"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://archive.xfce.org/src/apps/xfce4-volumed/$HI_VERSION/$TARBALL"
13 DEPENDS="gst-plugins-base libkeybinder libnotify libxfconf"
14 BUILD_DEPENDS="libxfconf-dev gstreamer-dev gst-plugins-base-dev \
15 libkeybinder-dev libxml2-dev libnotify-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }