# Description: xorg font font-util # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu name=xorg-font-util version=1.3.1 release=2 source=(https://www.x.org/releases/individual/font/font-util-$version.tar.bz2) build() { cd font-util-$version ./configure --prefix=/usr --with-fc-confdir=/etc/fonts make make DESTDIR=$PKG install }