wok view pavucontrol/receipt @ rev 17982

pavucontrol: remove patch
author Richard Dunbar <mojo@slitaz.org>
date Sun Apr 19 16:50:55 2015 -0400 (2015-04-19)
parents adb299446f40
children 453c249b6219
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 ./configure $CONFIGURE_ARGS --disable-gtk3 \
21 && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }