21 lines
720 B
TOML
21 lines
720 B
TOML
[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"""
|