# Description: xorg lib libfontenc # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck tilman at crux dot nu # Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org # Depends on: xorg-xproto name=xorg-libfontenc version=1.0.5 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libfontenc-$version.tar.bz2) build() { cd libfontenc-$version export FONTENC_LIBS="-L$CLFS/usr/lib" export FONTENC_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr make make DESTDIR=$PKG install }