diff options
author | Sibelle <lesibel@free.fr> | 2011-07-08 13:51:13 +0200 |
---|---|---|
committer | Sibelle <lesibel@free.fr> | 2011-07-08 13:51:13 +0200 |
commit | 8939e65372416aad72352cccd90e1e5e8269ca47 (patch) | |
tree | 0a0857dab0e3ef452abf3d180c94065e15958d6e /extra/pulseaudio/Pkgfile | |
parent | f7bd71c2a867cac9906e6790afe70357c85ca1d5 (diff) | |
download | nutyx-extra-8939e65372416aad72352cccd90e1e5e8269ca47.tar.gz nutyx-extra-8939e65372416aad72352cccd90e1e5e8269ca47.tar.bz2 nutyx-extra-8939e65372416aad72352cccd90e1e5e8269ca47.tar.xz nutyx-extra-8939e65372416aad72352cccd90e1e5e8269ca47.zip |
pulseaudio 0.9.23-1 ajout port
Diffstat (limited to 'extra/pulseaudio/Pkgfile')
-rw-r--r-- | extra/pulseaudio/Pkgfile | 31 |
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 +} |