2009-10-10 02:23:22 +00:00
|
|
|
# Maintainer: judd <jvinet@zeroflux.org>
|
2009-10-11 04:11:32 +00:00
|
|
|
|
2009-10-10 02:23:22 +00:00
|
|
|
pkgname=alsa-oss
|
|
|
|
pkgver=1.0.17
|
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="OSS compatibility library"
|
2009-10-11 04:11:32 +00:00
|
|
|
arch=('arm')
|
2009-10-10 02:23:22 +00:00
|
|
|
license=('GPL')
|
|
|
|
url="http://www.alsa-project.org"
|
|
|
|
options=(!libtool)
|
|
|
|
depends=('glibc' 'alsa-lib>=1.0.17a')
|
|
|
|
source=(ftp://ftp.alsa-project.org/pub/oss-lib/$pkgname-$pkgver.tar.bz2)
|
2009-10-11 04:11:32 +00:00
|
|
|
md5sums=('1b1850c2fc91476a73d50f537cbd402f')
|
2009-10-10 02:23:22 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $startdir/src/$pkgname-$pkgver
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make || return 1
|
|
|
|
make DESTDIR=$startdir/pkg install
|
|
|
|
}
|