repo/extra/tiff/build

15 lines
200 B
Plaintext
Raw Normal View History

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