From 13252615dbc21f5688091bbef6759e36d4b86975 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 28 Jan 2012 16:51:19 +0100 Subject: alsa-plugins-jack split jack --- 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 000000000..f131d2605 --- /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-54-g00ecf