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-dbus"
version = "1.14.10"
description = "32-bit D-Bus message bus library"
url = "https://www.freedesktop.org/wiki/Software/dbus/"
license = "AFL-2.1 OR GPL-2.0"
[source]
url = "https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.xz"
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
[dependencies]
run = ["lib32-glibc", "lib32-expat"]
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-systemd --disable-tests"""
make = """make"""
install = """make DESTDIR=${PKG} install"""