1
0
forked from ports/opt

alsa-oss: updated to version 1.0.14

This commit is contained in:
Matt Housh 2007-06-06 12:13:28 -05:00
parent d5f6658b7b
commit 5df859428a
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
d4d18bbf63a866d6e065b90e16acd676 alsa-oss-1.0.12.tar.bz2
a24475b978982ff8cb2f25be793c6b83 alsa-oss-1.0.14.tar.bz2

View File

@ -4,13 +4,13 @@
# Depends on: alsa-lib
name=alsa-oss
version=1.0.12
version=1.0.14
release=1
source=(ftp://ftp.alsa-project.org/pub/oss-lib/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}