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
|
2015-10-17 12:59:34 +02:00
|
|
|
# Depends on: xorg-libxfont harfbuzz
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-bdftopcf
|
2015-01-02 12:47:36 +01:00
|
|
|
version=1.0.5
|
2015-08-12 11:06:49 -05:00
|
|
|
release=2
|
2006-04-12 23:31:18 +02:00
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-$version.tar.bz2)
|
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
|
|
|
|
}
|