+freetype2

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

7
freetype2/build Executable file
View file

@ -0,0 +1,7 @@
wget https://downloads.sourceforge.net/freetype/freetype-2.10.4.tar.xz
tar -xf freetype-2.10.4.tar.xz
cd freetype-2.10.4
./configure --prefix=/usr --disable-static
make
make DESTDIR="$1" install

5
freetype2/package Executable file
View file

@ -0,0 +1,5 @@
pkg_config_deploy=true
pkg_config_ver="2.10.4"
pkg_config_name="freetype2"
pkg_config_makedepends=""
pkg_config_depends=""