From 9c2240141d0ec0ccd66591790b57984918aaa23e Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 18 Feb 2022 01:30:56 +0000 Subject: Successful build of xorg-server --- repo/font/font-util.xibuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 repo/font/font-util.xibuild (limited to 'repo/font') diff --git a/repo/font/font-util.xibuild b/repo/font/font-util.xibuild new file mode 100644 index 0000000..816dc9f --- /dev/null +++ b/repo/font/font-util.xibuild @@ -0,0 +1,16 @@ +#!/bin/bash + +MAKEDEPS=(make) +DEPS=() + +PKG_VER=1.3.2 +SOURCE=https://www.x.org/pub/individual/font/font-util-$PKG_VER.tar.bz2 + +build () { + ./configure $XORG_CONFIG + make +} + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1