xorg/xorg-bdftopcf/Pkgfile

19 lines
409 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
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-04-07 18:48:00 +02:00
# Depends on: xorg-libxfont
name=xorg-bdftopcf
2009-10-03 12:03:02 +02:00
version=1.0.2
2006-04-07 18:48:00 +02:00
release=1
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
2007-04-26 17:55:00 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}