description="xorg lib libXfont" packager="" maintainer="Tilman Sauerbeck, tilman at crux dot nu" url="http://xorg.freedesktop.org" depends=(freetype xorg-xproto xorg-xtrans xorg-fontsproto xorg-libfontenc) name=xorg-libxfont version=1.4.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXfont-1.4.2.tar.bz2) build () { cd libXfont-$version; ./configure --prefix=/usr; make; make DESTDIR=$PKG install }