1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 06:00:45 +00:00
serenity/Ports/libtiff/package.sh

10 lines
366 B
Bash
Raw Normal View History

2021-02-17 21:54:04 +00:00
#!/usr/bin/env -S bash ../.port_include.sh
port=libtiff
version=4.3.0
2021-02-17 21:54:04 +00:00
useconfigure=true
configopts=("--disable-static" "--enable-shared")
workdir="tiff-$version"
files="http://download.osgeo.org/libtiff/tiff-${version}.tar.gz tiff-${version}.tar.gz 0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8"
auth_type="sha256"
depends=("libjpeg" "zstd" "xz")