wok-next view gvolwheel/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 0ec6086e21d6
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gvolwheel"
4 VERSION="0.7" # version > 0.7 use GTK+3
5 CATEGORY="utilities"
6 SHORT_DESC="Lightweight application to control the audio volume"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://gvolwheel.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="alsa-lib-dev gtk+-dev intltool"
16 compile_rules() {
17 export LDFLAGS="$LDFLAGS -lX11"
18 sed -i 's|/doc|/share&|' Makefile*
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base gdk-pixbuf \
29 glib glibc-base gtk+ libffi libpng16 xorg-libxcb pango xorg-pixman \
30 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
31 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
32 xorg-libXrender zlib"
33 }