new repos

This commit is contained in:
2026-03-20 10:25:48 +01:00
parent a0773c3c54
commit 90de455035
35 changed files with 612 additions and 9 deletions

View File

@@ -0,0 +1,20 @@
[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"""