wok view gvolwheel/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 2b9f96603415
children 932cd974e081
line source
1 # SliTaz package receipt.
3 PACKAGE="gvolwheel"
4 VERSION="0.7"
5 # version > 0.7 use GTK+3
6 CATEGORY="utilities"
7 SHORT_DESC="Lightweight application to control the audio volume"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="http://gvolwheel.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base gdk-pixbuf \
15 glib glibc-base gtk+ libffi libgio libpng libxcb pango pixman xorg-libX11 \
16 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \
17 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
18 BUILD_DEPENDS="alsa-lib-dev gtk+-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 sed -i 's|/doc|/share&|' Makefile*
24 ./configure $CONFIGURE_ARGS && make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 rm -rf $fs/usr/share/doc
32 }