xorg/xorg-bdftopcf/Pkgfile
2019-04-14 20:34:34 +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: xorg-libxfont 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
}