xorg/xorg-bdftopcf/Pkgfile

19 lines
376 B
Plaintext

# Description: BDF to PCF font file converter
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: harfbuzz
name=xorg-bdftopcf
version=1.1
release=1
source=(https://www.x.org/releases/individual/app/bdftopcf-$version.tar.bz2)
build() {
cd bdftopcf-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}