diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-11-25 17:16:15 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-11-25 17:16:15 -0600 |
commit | f1bf2e610065fe4aa5635499be7a693b06ecc5ed (patch) | |
tree | 6ec0d7975bc736e5e17a349568e1a19e835c271c /alsa-oss | |
parent | 0855b3bb882d0b1f92e6bfc7345071e9d0f413cf (diff) | |
download | opt-f1bf2e610065fe4aa5635499be7a693b06ecc5ed.tar.gz opt-f1bf2e610065fe4aa5635499be7a693b06ecc5ed.tar.xz |
alsa-oss: moved man pages to /usr/share/man
Diffstat (limited to 'alsa-oss')
-rw-r--r-- | alsa-oss/.footprint | 7 | ||||
-rw-r--r-- | alsa-oss/Pkgfile | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/alsa-oss/.footprint b/alsa-oss/.footprint index 37a2757b4..4e0249f44 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 baf76d5b5..bb1269d77 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 } |