2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
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