summaryrefslogtreecommitdiffstats
path: root/extra/pulseaudio/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pulseaudio/Pkgfile')
-rw-r--r--extra/pulseaudio/Pkgfile31
1 files changed, 31 insertions, 0 deletions
diff --git a/extra/pulseaudio/Pkgfile b/extra/pulseaudio/Pkgfile
new file mode 100644
index 000000000..762691d9d
--- /dev/null
+++ b/extra/pulseaudio/Pkgfile
@@ -0,0 +1,31 @@
+# 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=1
+source=(http://freedesktop.org/software/$name/releases/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --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
+}