forked from alnux/repo
+fontconfig
This commit is contained in:
parent
38df9484df
commit
b098cbacb6
2 changed files with 17 additions and 0 deletions
12
fontconfig/build
Executable file
12
fontconfig/build
Executable 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
5
fontconfig/package
Executable 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=""
|
Loading…
Reference in a new issue