From 739c65c54cb0e957df5e9b76f93fb02554e5cac3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 4 May 2022 23:52:30 +0100 Subject: moved everything to new file formatting --- repo/x11/libxcb/libxcb.xibuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 repo/x11/libxcb/libxcb.xibuild (limited to 'repo/x11/libxcb/libxcb.xibuild') diff --git a/repo/x11/libxcb/libxcb.xibuild b/repo/x11/libxcb/libxcb.xibuild new file mode 100644 index 0000000..0a59eea --- /dev/null +++ b/repo/x11/libxcb/libxcb.xibuild @@ -0,0 +1,21 @@ +#!/bin/sh + +MAKEDEPS="make doxygen libxslt" +DEPS="libxau xcb-proto libxdmcp " + +PKG_VER=1.14 +SOURCE=https://xorg.freedesktop.org/archive/individual/lib/libxcb-$PKG_VER.tar.xz +DESC="X11 client-side library" + +build () { + CFLAGS="${CFLAGS:--O2 -g} -Wno-error=format-extra-args" \ + PYTHON=python3 \ + ./configure $XORG_CONFIG \ + --without-doxygen \ + --docdir='${datadir}'/doc/libxcb-$PKG_VER && + make +} + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1