# $Id$ PNAME="xf86-video-s3" PVER="0.6.5" PBUILD="r9" PCAT="x11-drivers" DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices." HOMEPAGE="http://xorg.freedesktop.org" DEPEND="== virtual/X-ABI-VIDEODRV-18" sminclude xorg SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-xorg114.patch ) src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # fix build mpatch ${PNAME}-${PVER}-xorg114.patch || die }