# Description: xorg proto xf86bigfontproto # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org name=xorg-xf86bigfontproto version=1.2.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-$version.tar.bz2) build() { cd xf86bigfontproto-$version ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr make make DESTDIR=$PKG install # xf86bigfstr.h is obsolete and may be removed in the future # copy xf86bigfstr.h to xf86bigfproto.h for consistency with other modules cp $PKG/usr/include/X11/extensions/xf86bigf{str,proto}.h }