# $Header: /magellan-cvs/smage/xf86-video-openchrome/xf86-video-openchrome-0.2.902-r2.smage2,v 1.1 2008/05/09 21:31:17 niro Exp $ PNAME="xf86-video-openchrome" PVER="0.2.903" PBUILD="r3" PCATEGORIE="x11-drivers" STATE="unstable" DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg DEPEND="${DEPEND} >= x11-libs/libXvMC-1" SDEPEND="${SDEPEND} >= x11-proto/xf86driproto-1 >= x11-proto/glproto-1.4.9 >= x11-libs/libdrm-2.4.3 >= x11-libs/libX11-1" SRCFILE="${PNAME}-${PVER%_*}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER%_*}" SRC_URI=( http://www.openchrome.org/releases/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://www.openchrome.org/releases/ | lasttarball" src_compile() { cd ${SRCDIR} xorg_src_configure --enable-dri || die mmake || die }