repo/extra/tiff/build

12 lines
157 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
make DESTDIR="$1" install