2006-02-23 15:26:10 +00:00
|
|
|
# Description: ALSA OSS Emulation
|
2012-06-19 16:51:14 -05:00
|
|
|
# URL: http://www.alsa-project.org/
|
2015-11-25 17:16:15 -06:00
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: alsa-lib
|
|
|
|
|
|
|
|
name=alsa-oss
|
2018-04-05 00:12:34 -05:00
|
|
|
version=1.1.6
|
|
|
|
release=1
|
|
|
|
source=(ftp://ftp.alsa-project.org/pub/oss-lib/$name-$version.tar.bz2)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2015-11-25 17:16:15 -06:00
|
|
|
./configure --prefix=/usr
|
2006-02-23 15:26:10 +00:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|