new repos
This commit is contained in:
20
extra/libxext/libxext.toml
Normal file
20
extra/libxext/libxext.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "libxext"
|
||||
version = "1.3.6"
|
||||
description = "X11 miscellaneous extensions library — SHAPE, MIT-SHM, DPMS, Sync"
|
||||
url = "https://xorg.freedesktop.org/"
|
||||
license = "MIT"
|
||||
|
||||
[source]
|
||||
url = "https://xorg.freedesktop.org/archive/individual/lib/libXext-${version}.tar.xz"
|
||||
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
|
||||
[dependencies]
|
||||
run = ["glibc", "libx11"]
|
||||
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