wok-next view volumeicon/receipt @ rev 20630

Up gegl, giflib, graphite2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 01:47:24 2018 +0300 (2018-04-27)
parents 9551ead9a212
children d6378d455338
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 && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/etc/xdg
28 cp -rf ${stuff}/autostart $fs/etc/xdg
29 cp -rf ${stuff}/skel $fs/etc
30 cp -rf $install/* $fs
31 rm -rf $fs/usr/share/${PACKAGE}/icons/*Gnone
32 rm -rf $fs/usr/share/${PACKAGE}/icons/tango
33 }