Files
repos/gaming/lib32-freetype/lib32-freetype.toml
2026-03-20 10:25:48 +01:00

21 lines
710 B
TOML

[package]
name = "lib32-freetype"
version = "2.13.3"
description = "32-bit font rendering library"
url = "https://freetype.org/"
license = "FTL OR GPL-2.0"
[source]
url = "https://download.savannah.gnu.org/releases/freetype/freetype-${version}.tar.xz"
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
[dependencies]
run = ["lib32-glibc", "lib32-zlib"]
build = ["gcc", "make", "pkg-config"]
[build]
system = "autotools"
configure = """CC="gcc -m32" CXX="g++ -m32" PKG_CONFIG_PATH="/usr/lib32/pkgconfig" ./configure --prefix=/usr --libdir=/usr/lib32 --host=i686-pc-linux-gnu --disable-static --enable-freetype-config"""
make = """make"""
install = """make DESTDIR=${PKG} install"""