wok view xfce4-volumed/receipt @ rev 17713

Up libmatemixer-dev wrong dir
author Yuri Pourre <yuripourre@gmail.com>
date Wed Mar 04 00:19:44 2015 -0300 (2015-03-04)
parents 2bbae4856e6c
children 6135577f4d08
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://aur.archlinux.org/packages.php?ID=31693"
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 }