From 8ad5fd6a93110b4d326f5864f70bf52f86d1ee6b Mon Sep 17 00:00:00 2001 From: piernov Date: Thu, 19 Jan 2012 21:42:24 +0100 Subject: alsa-plugins-jack 1.0.24-1 ajout port > splitté à partir de alsa-plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alsa-plugins-jack/Pkgfile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 alsa-plugins-jack/Pkgfile (limited to 'alsa-plugins-jack/Pkgfile') diff --git a/alsa-plugins-jack/Pkgfile b/alsa-plugins-jack/Pkgfile new file mode 100755 index 0000000..f131d26 --- /dev/null +++ b/alsa-plugins-jack/Pkgfile @@ -0,0 +1,27 @@ +# Description: Plugins JACK pour ALSA +# URL: http://www.alsa-project.org +# Maintainer: NuTyX core team +# Packager: piernov +# Depends on: alsa-plugins, jack2 +# Run on: alsa-plugins,jack2 + +name=alsa-plugins-jack +version=1.0.24 +release=1 +source=(ftp://ftp.alsa-project.org/pub/plugins/${name%-*}-$version.tar.bz2 + jack.conf) + +build() { + cd ${name%-*}-$version + ./configure --prefix=/usr \ + --disable-samplerate \ + --enable-jack \ + --disable-pulseaudio \ + --disable-avcodec \ + --disable-maemo-plugin \ + --with-speex=no + + make -C jack + make -C jack DESTDIR=$PKG install + install -D -m 0644 ../jack.conf $PKG/usr/share/alsa/pcm/jack.conf +} -- cgit v1.2.3-70-g09d2