xorg/xorg-bdftopcf/Pkgfile
2019-08-25 23:41:05 +10:00

19 lines
390 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 xorg-libxfont
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
}