mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
9 lines
398 B
Bash
Executable file
9 lines
398 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=tiff
|
|
version=4.2.0
|
|
useconfigure=true
|
|
files="http://download.osgeo.org/libtiff/tiff-${version}.tar.gz tiff-${version}.tar.gz
|
|
http://download.osgeo.org/libtiff/tiff-${version}.tar.gz.sig tiff-${version}.tar.gz.sig"
|
|
auth_type="sig"
|
|
auth_import_key="EBDFDB21B020EE8FD151A88DE301047DE1198975"
|
|
auth_opts="tiff-${version}.tar.gz.sig tiff-${version}.tar.gz"
|