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/Pkgfile | |
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/Pkgfile')
-rw-r--r-- | alsa-oss/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |