summaryrefslogtreecommitdiff
path: root/alsa-oss/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2007-06-06 12:13:28 -0500
committerMatt Housh <jaeger@crux.nu>2007-06-06 12:13:28 -0500
commit5df859428a4d75afd98919f0f8be1f4c6f18973b (patch)
treec48d88b90d522c4570a5b07058f505285fd78a97 /alsa-oss/Pkgfile
parentd5f6658b7b1b391501b31d7ea189ab28390579f8 (diff)
downloadopt-5df859428a4d75afd98919f0f8be1f4c6f18973b.tar.gz
opt-5df859428a4d75afd98919f0f8be1f4c6f18973b.tar.xz
alsa-oss: updated to version 1.0.14
Diffstat (limited to 'alsa-oss/Pkgfile')
-rw-r--r--alsa-oss/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/alsa-oss/Pkgfile b/alsa-oss/Pkgfile
index 2c9e28746..4832b75e2 100644
--- a/alsa-oss/Pkgfile
+++ b/alsa-oss/Pkgfile
@@ -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
}

Generated by cgit