2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-10 04:40:09 -07:00
repo/extra/fribidi/build

16 lines
237 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
2020-10-01 03:12:08 -06:00
--prefix=/usr \
--enable-static
make
2021-07-05 17:24:26 -06:00
make DESTDIR="$1" \
install-pkgconfigDATA \
install-exec
make DESTDIR="$1" -C lib \
install-pkgincludeHEADERS \
install-nodist_pkgincludeHEADERS