# Description: xorg lib libXxf86dga # 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 xorg-libx11 xorg-libxext xorg-xf86dgaproto name=xorg-libxxf86dga version=1.1.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86dga-$version.tar.bz2) build() { cd libXxf86dga-$version export XXF86DGA_LIBS="-L$CLFS/usr/lib -lX11 -lXext" export XXF86DGA_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man \ --enable-malloc0returnsnull make make DESTDIR=$PKG install }