opt/alsa-oss/Pkgfile
2014-07-20 21:57:19 -05:00

17 lines
359 B
Plaintext

# 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
version=1.0.28
release=1
source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}