2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/tiff/build
2021-07-06 13:53:49 +03:00

26 lines
416 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-cxx \
--disable-zstd \
--disable-webp \
--without-x
make
make -C libtiff DESTDIR="$1" \
install-libLTLIBRARIES \
install-libtiffincludeHEADERS \
install-nodist_libtiffincludeHEADERS
make -C tools DESTDIR="$1" \
install-binPROGRAMS
make -C man DESTDIR="$1" \
install-man1
make DESTDIR="$1" \
install-pkgconfigDATA