xorg/xorg-bdftopcf/Pkgfile

19 lines
377 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: BDF to PCF font file converter
# URL: http://xorg.freedesktop.org
2012-07-14 10:18:00 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: harfbuzz
2006-04-07 18:48:00 +02:00
name=xorg-bdftopcf
2022-10-17 13:08:28 +02:00
version=1.1.1
2017-11-07 21:31:16 +01:00
release=1
2022-10-17 13:08:28 +02:00
source=(https://www.x.org/archive/individual/util/bdftopcf-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd bdftopcf-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}