#!/bin/mkpkg # *** OpenTUX *** # description: Font package creation/installation utilities # url: https://xorg.freedesktop.org name=x11-font-util version=1.4.1 release=1 source=(https://www.x.org/releases/individual/font/font-util-$version.tar.xz) build() { cd font-util-$version ./configure --prefix=/usr make make DESTDIR=$PKG install } # vim: filetype=sh