new repos
This commit is contained in:
20
extra/libxi/libxi.toml
Normal file
20
extra/libxi/libxi.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "libxi"
|
||||
version = "1.8.2"
|
||||
description = "X11 Input extension library — input device management for XWayland/X11 apps"
|
||||
url = "https://xorg.freedesktop.org/"
|
||||
license = "MIT"
|
||||
|
||||
[source]
|
||||
url = "https://xorg.freedesktop.org/archive/individual/lib/libXi-${version}.tar.xz"
|
||||
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
|
||||
[dependencies]
|
||||
run = ["glibc", "libx11", "libxext", "libxfixes"]
|
||||
build = ["gcc", "make", "pkg-config", "xorgproto"]
|
||||
|
||||
[build]
|
||||
system = "autotools"
|
||||
configure = """./configure --prefix=/usr --disable-static"""
|
||||
make = """make"""
|
||||
install = """make DESTDIR=${PKG} install"""
|
||||
Reference in New Issue
Block a user