new repos
This commit is contained in:
20
gaming/lib32-fontconfig/lib32-fontconfig.toml
Normal file
20
gaming/lib32-fontconfig/lib32-fontconfig.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[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"""
|
||||
Reference in New Issue
Block a user