summaryrefslogtreecommitdiffstats
path: root/extra/pulseaudio/Pkgfile
blob: 31d46181b7728dc52496005259bba45de611fb94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Description: serveur de sons pour GNOME
# URL: http://www.pulseaudio.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: consolekit,alsa-lib,gconf,glib,libcap,liboil,policykit,libsamplerate,libsndfile,speex

name=pulseaudio
version=0.9.23
release=2
source=(http://freedesktop.org/software/$name/releases/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
	--disable-static \
	--disable-avahi \
	--disable-jack \
	--disable-asyncns \
	--disable-tcpwrap \
	--disable-lirc \
	--disable-bluez \
	--disable-hal \
	--disable-ltdl-install \
    	--disable-rpath \
    	--disable-default-build-tests
	make
	make DESTDIR=$PKG install
}