Half of the ports had a manual post_install step to delete libtool files this is now done automatically and there is no need for it! Libtool files have to be deleted as libtool doesn't work while cross-compiling (at least out of the box)
9 lines
294 B
Bash
Executable File
9 lines
294 B
Bash
Executable File
#!/bin/bash ../install.sh
|
|
|
|
NAME='libtiff'
|
|
VERSION='4.7.0'
|
|
DOWNLOAD_URL="https://download.osgeo.org/libtiff/tiff-$VERSION.tar.gz#67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976"
|
|
TAR_CONTENT="tiff-$VERSION"
|
|
DEPENDENCIES=('zlib' 'zstd' 'libjpeg')
|
|
CONFIG_SUB=('config/config.sub')
|