new repos
This commit is contained in:
20
gaming/lib32-libxcb/lib32-libxcb.toml
Normal file
20
gaming/lib32-libxcb/lib32-libxcb.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "lib32-libxcb"
|
||||
version = "1.17.0"
|
||||
description = "32-bit X protocol C-language Binding"
|
||||
url = "https://xcb.freedesktop.org/"
|
||||
license = "MIT"
|
||||
|
||||
[source]
|
||||
url = "https://xorg.freedesktop.org/archive/individual/lib/libxcb-${version}.tar.xz"
|
||||
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
|
||||
[dependencies]
|
||||
run = ["lib32-glibc"]
|
||||
build = ["gcc", "make", "pkg-config", "python", "xcb-proto"]
|
||||
|
||||
[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-static"""
|
||||
make = """make"""
|
||||
install = """make DESTDIR=${PKG} install"""
|
||||
Reference in New Issue
Block a user