commit f1bf2e610065fe4aa5635499be7a693b06ecc5ed Author: Matt Housh <jaeger@crux.ninja> Date: Wed Nov 25 17:16:15 2015 -0600 alsa-oss: moved man pages to /usr/share/man diff --git a/alsa-oss/.footprint b/alsa-oss/.footprint index 37a2757..4e0249f 100644 --- a/alsa-oss/.footprint +++ b/alsa-oss/.footprint @@ -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 diff --git a/alsa-oss/Pkgfile b/alsa-oss/Pkgfile index baf76d5..bb1269d 100644 --- a/alsa-oss/Pkgfile +++ b/alsa-oss/Pkgfile @@ -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 }