# Description: Xorg Fonts # URL: https://xorg.freedesktop.org/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=font-util version=1.4.1 release=1 source=(https://www.x.org/pub/individual/font/${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 \ --with-mapdir=/usr/share/fonts/util \ --with-fontrootdir=/usr/share/fonts make make DESTDIR=$PKG install }