2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/extra/tiff/build
Muhammad Herdiansyah e446bda18f tiff: move to extra
2019-07-18 15:14:31 +07:00

12 lines
131 B
Bash
Executable File

#!/bin/sh -e
autoreconf -fi
./configure \
--prefix=/usr \
--enable-cxx \
--without-x
make
make DESTDIR="$1" install