19 lines
377 B
Plaintext
19 lines
377 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.2
|
|
release=1
|
|
source=(https://www.x.org/archive/individual/util/bdftopcf-$version.tar.xz)
|
|
|
|
build() {
|
|
cd bdftopcf-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|