wok view volumeicon/receipt @ rev 16429

Add tabbed + st from suckless and improve volumeicon integration
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 18 12:25:38 2014 +0200 (2014-04-18)
parents f4c22f009037
children 9551ead9a212
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 }