libtiff: new maintainer

This commit is contained in:
Juergen Daubert 2021-01-23 13:14:19 +01:00
parent 84aed79520
commit 21ccc71b08
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/c+gzaAbu9kjZSV65m5yVlTQwanue0sa4m2kMVD3B6cCdhTCc/Bklu/U03ubHDI9Hku0MIugIILG1iyXoCQBzgY=
SHA256 (Pkgfile) = 97765bcd9ef7029da74a6e8bdbdf5f38d793812d50c6cd89c751d7b3812917d5
RWSE3ohX2g5d/QXWbLA6NbnjLbslR9OEyKt8HB05vBn8mR8v5tZ0Jtd15Cnf7hicQA/awu4Vn28ZM89TSRXk7EPU7b9/9IdwMAs=
SHA256 (Pkgfile) = d7f3a6ca0d184c9148a7b014c134d73b8cc204dd66f10fbd7f126b54d8189d0c
SHA256 (.footprint) = 9e75fb49144892d24e65de88a123dcb354403a714aa99123d60d735c0207880c
SHA256 (tiff-4.2.0.tar.gz) = eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb

View File

@ -1,7 +1,7 @@
# Description: Library for manipulation of TIFF (Tag Image File Format) images
# URL: http://www.simplesystems.org/libtiff
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: libjpeg-turbo, zlib
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libjpeg-turbo zlib
name=libtiff
version=4.2.0
@ -10,7 +10,6 @@ source=(http://download.osgeo.org/libtiff/tiff-$version.tar.gz)
build() {
cd tiff-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install