22 lines
614 B
Plaintext

# Description: xorg lib libXfont
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: freetype, xorg-fontcacheproto, xorg-xproto, xorg-xtrans, xorg-fontsproto, xorg-libfontenc
name=xorg-libxfont
version=1.3.1
release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXfont-$version.tar.bz2 \
ftp://ftp.freedesktop.org/pub/xorg/X11R7.3/patches/xorg-libXfont-$version-pcf-parser.diff)
build() {
cd libXfont-$version
patch -Np1 -i $SRC/xorg-libXfont-$version-pcf-parser.diff
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}