# Description: lists the fonts that match the given pattern # URL: https://gitlab.freedesktop.org/xorg/app/xlsfonts # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: libx11 name=xlsfonts version=1.0.8 release=1 source=(https://xorg.freedesktop.org/archive/individual/app/${name}-${version}.tar.xz) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }