# vim: set syn=sh: # Packager: Phill Watkins pkgname=alsa-plugins pkgver=1.0.24 pkgrel=1pw #arch=noarch source=("ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-$pkgver.tar.bz2") sourcetemplate=http://people.salixos.org/pwatk/packages/13.37/l/$pkgname docs=("COPYING*" "README-jack" "README-maemo" "README-pcm-oss" "*.txt") url=http://www.alsa-project.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "alsa-plugins (Advanced Linux Sound Architecture plugins)" "The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI" "functionality to the Linux operating system." "" "This package contains additional library plugins for ALSA." ) build() { set -e cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --build=$arch-slackware-linux \ --enable-maemo-plugin \ --disable-pulseaudio \ --with-speex=lib make -j $numjobs make install DESTDIR=$startdir/pkg set +e }