From de196c8550dfd3317043fcc71de1506ac076e14f Mon Sep 17 00:00:00 2001 From: zorz Date: Fri, 27 Feb 2026 17:37:23 +0200 Subject: Initial commit: xorg/x11 ports --- x11-bdftopcf/MAKEPKG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x11-bdftopcf/MAKEPKG (limited to 'x11-bdftopcf') diff --git a/x11-bdftopcf/MAKEPKG b/x11-bdftopcf/MAKEPKG new file mode 100644 index 0000000..85683c3 --- /dev/null +++ b/x11-bdftopcf/MAKEPKG @@ -0,0 +1,20 @@ +#!/bin/mkpkg +# *** OpenTUX *** +# description: BDF to PCF font converter +# url: https://xorg.freedesktop.org + +name=x11-bdftopcf +version=1.1.2 +release=1 +depends=(xorgproto) +source=(https://www.x.org/archive/individual/util/bdftopcf-$version.tar.xz) + +build() { + cd bdftopcf-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + +# vim: filetype=sh -- cgit v1.2.3