new repos
This commit is contained in:
20
extra/libx11/libx11.toml
Normal file
20
extra/libx11/libx11.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "libx11"
|
||||
version = "1.8.10"
|
||||
description = "Core X11 protocol client library — required by all X11/XWayland applications"
|
||||
url = "https://xorg.freedesktop.org/"
|
||||
license = "MIT"
|
||||
|
||||
[source]
|
||||
url = "https://xorg.freedesktop.org/archive/individual/lib/libX11-${version}.tar.xz"
|
||||
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
|
||||
[dependencies]
|
||||
run = ["glibc", "xcb", "libxau", "libxdmcp"]
|
||||
build = ["gcc", "make", "pkg-config", "xorgproto", "xtrans"]
|
||||
|
||||
[build]
|
||||
system = "autotools"
|
||||
configure = """./configure --prefix=/usr --disable-static --enable-xthreads"""
|
||||
make = """make"""
|
||||
install = """make DESTDIR=${PKG} install"""
|
||||
Reference in New Issue
Block a user