wok view pavucontrol/receipt @ rev 17981

Up pavucontrol (3.0)
author Richard Dunbar <mojo@slitaz.org>
date Sun Apr 19 16:32:26 2015 -0400 (2015-04-19)
parents a486002c14f7
children 057c6366ef59
line source
1 # SliTaz package receipt.
3 PACKAGE="pavucontrol"
4 VERSION="3.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="A GTK volume control for PulseAudio"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="LGPL2.1 GPL2 MIT"
9 WEB_SITE="http://freedesktop.org/software/pulseaudio/pavucontrol"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 DEPENDS="gnome-icon-theme libcanberra gtkmm libsigc++"
14 BUILD_DEPENDS="intltool lynx libcanberra-dev gtkmm-dev libsigc++-dev \
15 pulseaudio-dev libglade-dev libglademm-dev libltdl"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 patch -Np1 -i $stuff/pavucontrol-2.0-gtk2.patch
21 ./configure $CONFIGURE_ARGS --disable-gtk3 \
22 && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }