opt/alsa-oss/Pkgfile

17 lines
339 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 crux dot ninja
2006-02-23 16:26:10 +01:00
# Depends on: alsa-lib
name=alsa-oss
2014-07-21 04:57:19 +02:00
version=1.0.28
release=2
2014-07-21 04:57:19 +02:00
source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}