xorg/xorg-font-util/Pkgfile

18 lines
405 B
Plaintext

# 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.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-util-$version.tar.bz2)
build() {
cd font-util-$version
./configure --prefix=/usr --mandir=/usr/man --with-fc-confdir=/etc/fonts
make
make DESTDIR=$PKG install
}