14 lines
447 B
Python
14 lines
447 B
Python
version = "0.18.1"
|
|
revision = 1
|
|
description = "Generic PCI access library"
|
|
license = "MIT"
|
|
url = "https://gitlab.freedesktop.org/xorg/lib/libpciaccess"
|
|
source = tarball(
|
|
url=f"https://www.x.org/archive/individual/lib/libpciaccess-{version}.tar.xz",
|
|
sha256="4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76",
|
|
)
|
|
host_deps = ["binutils", "gcc", "pkgconf"]
|
|
deps = [profile["libc"], "zlib"]
|
|
|
|
configure, build, install = meson()
|