2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/fontconfig/build
2023-03-05 17:34:06 -06:00

20 lines
421 B
Bash
Executable File

#!/bin/sh -e
# Make the build system run /bin/true to generate
# a dummy file so our pre-generated one is used.
sed 's/fcobjshash\.h/fcjunk.h/' src/Makefile.in > _
mv -f _ src/Makefile.in
./configure \
GPERF=/bin/true \
--prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc \
--with-xmldir=/etc/fonts \
--enable-static \
--disable-docs \
--disable-nls
make
make DESTDIR="$1" install