]> git.armaanb.net Git - asd-repo.git/blob - junk/tiff/build
mpv: move to junk
[asd-repo.git] / junk / tiff / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --enable-cxx \
6     --without-x
7
8 make
9 make DESTDIR="$1" install