repo/extra/fribidi/build

10 lines
120 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-docs \
--with-glib=no
make
make DESTDIR="$1" install