forked from kiss-community/repo
tiff: move to extra
This commit is contained in:
parent
aba581b315
commit
e446bda18f
11
extra/tiff/build
Executable file
11
extra/tiff/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
autoreconf -fi
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-cxx \
|
||||
--without-x
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
extra/tiff/checksums
Normal file
1
extra/tiff/checksums
Normal file
@ -0,0 +1 @@
|
||||
2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4 tiff-4.0.10.tar.gz
|
3
extra/tiff/depends
Normal file
3
extra/tiff/depends
Normal file
@ -0,0 +1,3 @@
|
||||
libjpeg-turbo
|
||||
xz
|
||||
zlib
|
1
extra/tiff/sources
Normal file
1
extra/tiff/sources
Normal file
@ -0,0 +1 @@
|
||||
https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz
|
1
extra/tiff/version
Normal file
1
extra/tiff/version
Normal file
@ -0,0 +1 @@
|
||||
4.0.10 1
|
Loading…
Reference in New Issue
Block a user