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