+fontconfig

This commit is contained in:
hippoz 2021-07-14 16:13:53 +03:00
parent 38df9484df
commit b098cbacb6
Signed by untrusted user who does not match committer: hippoz
GPG key ID: 7C52899193467641
2 changed files with 17 additions and 0 deletions

12
fontconfig/build Executable file
View file

@ -0,0 +1,12 @@
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

5
fontconfig/package Executable file
View file

@ -0,0 +1,5 @@
pkg_config_deploy=true
pkg_config_ver="2.13.1"
pkg_config_name="fontconfig"
pkg_config_makedepends=""
pkg_config_depends=""