wok view volumeicon/receipt @ rev 17009

Add gnome-hearts
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 14:41:19 2014 -0300 (2014-08-12)
parents 28f3ef225377
children 1638c6fcfc7c
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"
12 #HOST_ARCH="i486 arm"
14 DEPENDS="gtk+ alsa-lib libnotify"
15 BUILD_DEPENDS="gtk+-dev alsa-lib-dev libnotify-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 patch -p0 < $stuff/alsa_backend.patch
21 ./configure --enable-notify $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/etc/xdg
29 cp -rf ${stuff}/autostart $fs/etc/xdg
30 cp -rf ${stuff}/skel $fs/etc
31 cp -rf $install/* $fs
32 rm -rf $fs/usr/share/${PACKAGE}/icons/*Gnone
33 rm -rf $fs/usr/share/${PACKAGE}/icons/tango
34 }