opt/alsa-oss/Pkgfile

17 lines
366 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
# Depends on: alsa-lib
name=alsa-oss
2007-10-16 14:33:22 +02:00
version=1.0.15
2006-02-23 16:26:10 +01:00
release=1
source=(ftp://ftp.alsa-project.org/pub/oss-lib/$name-$version.tar.bz2)
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
}