From c1856d77dd8f970e0b533f779789e236f13c2111 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 18 Feb 2022 00:39:19 +0000 Subject: added packages needed for xorg --- repo/x11/xcb-util-cursor.xibuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 repo/x11/xcb-util-cursor.xibuild (limited to 'repo/x11/xcb-util-cursor.xibuild') diff --git a/repo/x11/xcb-util-cursor.xibuild b/repo/x11/xcb-util-cursor.xibuild new file mode 100644 index 0000000..c10321c --- /dev/null +++ b/repo/x11/xcb-util-cursor.xibuild @@ -0,0 +1,18 @@ +#!/bin/bash + +MAKEDEPS=(make) +DEPS=(xcb-util) + +PKG_VER=0.1.3 +SOURCE=https://xcb.freedesktop.org/dist/xcb-util-cursor-$PKG_VER.tar.bz2 + +DESC="XCB cursor library" + +build () { + ./configure $XORG_CONFIG && + make +} + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1