1
0
forked from ports/opt

alsa-oss: moved man pages to /usr/share/man

This commit is contained in:
Matt Housh 2015-11-25 17:16:15 -06:00
parent 0855b3bb88
commit f1bf2e6100
2 changed files with 7 additions and 6 deletions

View File

@ -16,6 +16,7 @@ lrwxrwxrwx root/root usr/lib/libaoss.so.0 -> libaoss.so.0.0.0
-rwxr-xr-x root/root usr/lib/libaoss.so.0.0.0
-rw-r--r-- root/root usr/lib/libossredir.a
-rwxr-xr-x root/root usr/lib/libossredir.la
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/aoss.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/aoss.1.gz

View File

@ -1,16 +1,16 @@
# Description: ALSA OSS Emulation
# URL: http://www.alsa-project.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: alsa-lib
name=alsa-oss
version=1.0.28
release=1
release=2
source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}