wok view volumeicon/receipt @ rev 14041

gst-plugins-good: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 18 16:15:19 2013 +0100 (2013-02-18)
parents
children 2b9f96603415
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 WEB_SITE="http://softwarebakery.com/maato/volumeicon.html"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL"
12 DEPENDS="gtk+ alsa-lib libnotify"
13 BUILD_DEPENDS="gtk+-dev alsa-lib-dev libnotify-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 patch -p0 < $stuff/alsa_backend.patch
19 ./configure --enable-notify $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }