opt/alsa-oss/Pkgfile
2008-12-20 18:26:58 +01:00

17 lines
367 B
Plaintext

# Description: ALSA OSS Emulation
# URL: http://www.alsa-project.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: alsa-lib
name=alsa-oss
version=1.0.17
release=1
source=(ftp://ftp.alsa-project.org/pub/oss-lib/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}