wok view volumeicon/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 2b9f96603415
children 28f3ef225377
line source
1 # SliTaz package receipt.
3 PACKAGE="volumeicon"
4 VERSION="0.4.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="Volumeicon is a lightweight volume control in your systray."
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://softwarebakery.com/maato/volumeicon.html"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL"
13 DEPENDS="gtk+ alsa-lib libnotify"
14 BUILD_DEPENDS="gtk+-dev alsa-lib-dev libnotify-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 patch -p0 < $stuff/alsa_backend.patch
20 ./configure --enable-notify $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }