description="Query configuration information of DRI drivers" packager="" maintainer="Tilman Sauerbeck, tilman at crux dot nu" url="http://xorg.freedesktop.org" depends=(xorg-libx11 xorg-glproto) name=xorg-xdriinfo version=1.0.3 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-1.0.3.tar.bz2) build () { cd xdriinfo-$version; ./configure --prefix=/usr --mandir=$mandir; make; make DESTDIR=$PKG install }