repo/extra/tiff/build
2021-06-30 12:04:12 +00:00

12 lines
157 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-cxx \
--disable-zstd \
--disable-webp \
--without-x
make
make DESTDIR="$1" install