opt/alsa-oss/Pkgfile

17 lines
367 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: ALSA OSS Emulation
# URL: http://www.alsa-project.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
2006-02-23 16:26:10 +01:00
# Depends on: alsa-lib
name=alsa-oss
version=1.0.25
2006-02-23 16:26:10 +01:00
release=1
source=(ftp://ftp.alsa-project.org/pub/oss-lib/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2007-06-06 19:13:28 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}