From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/xcb-util-image/xcb-util-image.xibuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 repo/xcb-util-image/xcb-util-image.xibuild (limited to 'repo/xcb-util-image/xcb-util-image.xibuild') diff --git a/repo/xcb-util-image/xcb-util-image.xibuild b/repo/xcb-util-image/xcb-util-image.xibuild new file mode 100644 index 0000000..e11280a --- /dev/null +++ b/repo/xcb-util-image/xcb-util-image.xibuild @@ -0,0 +1,18 @@ +#!/bin/sh + +MAKEDEPS="make" +DEPS="xcb-util" + +PKG_VER=0.4.0 +SOURCE=https://xcb.freedesktop.org/dist/xcb-util-image-$PKG_VER.tar.bz2 + +DESC="Utility libraries for XC Binding, with ports of Xlib's XImage" + +build () { + ./configure $XORG_CONFIG && + make +} + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1