opt/alsa-oss/Pkgfile

17 lines
354 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
2019-03-18 02:44:34 +01:00
version=1.1.8
2018-04-05 07:12:34 +02:00
release=1
source=(https://www.alsa-project.org/files/pub/oss-lib/$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
}