forked from alnux/repo
12 lines
368 B
Text
12 lines
368 B
Text
|
wget https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2
|
||
|
tar -xf fontconfig-2.13.1.tar.bz2
|
||
|
cd fontconfig-2.13.1
|
||
|
|
||
|
./configure --prefix=/usr \
|
||
|
--sysconfdir=/etc \
|
||
|
--localstatedir=/var \
|
||
|
--disable-docs \
|
||
|
--docdir=/usr/share/doc/fontconfig-2.13.1
|
||
|
|
||
|
make
|
||
|
make DESTDIR="$1" install
|