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
|
2022-09-03 14:43:49 +02:00
|
|
|
# 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
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|