#Maintainer: Pedro Pinto (pnboy~AT~pinguix.com) pkgname=alsa-oss pkgver=1.0.15 pkgrel=1 zenver=52 arch=i486 source=(ftp://ftp.alsa-project.org/pub/oss-lib/$pkgname-$pkgver.tar.bz2) docs=(COPYING) url=http://www.alsa-project.org/main/index.php/Main_Page slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (library/wrapper to use OSS programs with ALSA)" "The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI" "functionality to the Linux operating system. OSS (Open Sound System)" "is an older sound system for Linux that ALSA is replacing. Using" "the aoss wrapper you can use programs that only support OSS with ALSA" "without having to load the OSS compatibility kernel modules." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static --mandir=/usr/man make || return 1 make install DESTDIR=$startdir/pkg }