2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 08:20:55 -06:00
repo/extra/tiff/build

15 lines
200 B
Plaintext
Raw Normal View History

2019-07-18 02:09:13 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-cxx \
2021-06-30 06:04:12 -06:00
--disable-zstd \
--disable-webp \
2019-07-18 02:09:13 -06:00
--without-x
make
2021-07-17 21:23:23 -06:00
make install
2021-07-06 04:53:49 -06:00
# Remove HTML documentation.
rm -rf "$1/usr/share/doc"