21 lines
736 B
TOML
21 lines
736 B
TOML
[package]
|
|
name = "lib32-fontconfig"
|
|
version = "2.16.0"
|
|
description = "32-bit font configuration library"
|
|
url = "https://www.freedesktop.org/wiki/Software/fontconfig/"
|
|
license = "MIT"
|
|
|
|
[source]
|
|
url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-${version}.tar.xz"
|
|
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
|
|
[dependencies]
|
|
run = ["lib32-glibc", "lib32-freetype", "lib32-expat"]
|
|
build = ["gcc", "meson", "ninja", "pkg-config", "gperf"]
|
|
|
|
[build]
|
|
system = "meson"
|
|
configure = """CC="gcc -m32" CXX="g++ -m32" PKG_CONFIG_PATH="/usr/lib32/pkgconfig" meson setup build --prefix=/usr --libdir=/usr/lib32"""
|
|
make = """ninja -C build"""
|
|
install = """DESTDIR=${PKG} ninja -C build install"""
|