openjpeg: fix man page location

This commit is contained in:
Danny Rawlins 2019-03-19 18:17:17 +11:00
parent 5b3e6b15f8
commit 1e61e41c9b
3 changed files with 12 additions and 15 deletions

View File

@ -15,11 +15,11 @@ lrwxrwxrwx root/root usr/lib/libopenjpeg.so.1 -> libopenjpeg.so.1.5.2
drwxr-xr-x root/root usr/lib/pkgconfig/
lrwxrwxrwx root/root usr/lib/pkgconfig/libopenjpeg.pc -> libopenjpeg1.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libopenjpeg1.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/image_to_j2k.1.gz
-rw-r--r-- root/root usr/man/man1/j2k_dump.1.gz
-rw-r--r-- root/root usr/man/man1/j2k_to_image.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/libopenjpeg.3.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/image_to_j2k.1.gz
-rw-r--r-- root/root usr/share/man/man1/j2k_dump.1.gz
-rw-r--r-- root/root usr/share/man/man1/j2k_to_image.1.gz
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/libopenjpeg.3.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38dZYJuG0MwIkLqDx4MpAmmZc4xcqQR/twTVnUY/64oJrK59EvZsRD+UHfBXMVwoJfWbkhSMZdlFbG3SRs1PHgE=
SHA256 (Pkgfile) = 79125e0ad0d29fb862a4e791c9549dc2b36d4f259bacb07165b02d74e787b631
SHA256 (.footprint) = 2daf28baf09e601b72b5cfeb75e113bd3d410fab40bfadc52b5e74495781df31
RWSagIOpLGJF32BtIUjZU8F9Q6/jqhRLAtcdG+LgNqPWvq5be33r8zD7uJz5uIzCV7AKTXMy8D/2BgmCZe9E96mRu8z9nNQ79A4=
SHA256 (Pkgfile) = 8d86213c0126acc9b93f243a5ece274e20fe2e6933a6165705c166efa5294495
SHA256 (.footprint) = d7436dd81f2e5e53162eb6973b3344be23d017d207015f9d763618a5fceff0a6
SHA256 (openjpeg-1.5.2.tar.gz) = 15df7b194a5d8dba0052cd21c17a4dc761149a770a907d73fffb972078c28a87

View File

@ -1,12 +1,11 @@
# Description: An open source JPEG 2000 codec.
# URL: http://www.openjpeg.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: lcms2 libpng
name=openjpeg
version=1.5.2
release=1
release=2
source=(http://downloads.sourceforge.net/project/openjpeg.mirror/$version/$name-$version.tar.gz)
build() {
@ -14,9 +13,7 @@ build() {
autoreconf -fi
./configure \
--prefix=/usr \
--mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install