wok-next view volumeicon/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | d6378d455338 |
children | d5aab818505e |
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="gtk2 alsa-lib libnotify"
14 BUILD_DEPENDS="gtk2-dev alsa-lib-dev libnotify-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --enable-notify $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/etc/xdg
27 cp -rf ${stuff}/autostart $fs/etc/xdg
28 cp -rf ${stuff}/skel $fs/etc
29 cp -rf $install/* $fs
30 rm -rf $fs/usr/share/${PACKAGE}/icons/*Gnone
31 rm -rf $fs/usr/share/${PACKAGE}/icons/tango
32 }