wok view volumeicon/receipt @ rev 15201

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 07 18:25:02 2013 +0000 (2013-09-07)
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 }