repo/extra/fontconfig/build

14 lines
Plaintext
Raw Normal View History

2019-06-28 07:36:47 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--localstatedir=/var \
2019-07-17 07:34:26 -06:00
--sysconfdir=/etc \
2020-04-18 23:38:57 -06:00
--with-xmldir=/etc/fonts \
2021-07-01 01:12:28 -06:00
--enable-static \
2021-07-05 17:13:13 -06:00
--disable-docs \
2020-04-18 23:38:57 -06:00
--disable-nls
2019-06-28 07:36:47 -06:00
make
2021-07-17 12:47:31 -06:00
make install