# $Id$ PNAME="util-macros" PVER="1.19.0" PBUILD="r2" PCAT="x11-misc" DESCRIPTION="X.Org utility macros for autoconf and automake." HOMEPAGE="http://xorg.freedesktop.org" UP2SUBDIR="util" sminclude xorg # override deps of included xorg.sminc; # depwalker will results in an endless loop if this is missing DEPEND="" SDEPEND="" SRC_URI=( ${SRC_URI[*]} mirror://${PNAME}/${PNAME}-1.1.5-driver-man-suffix.patch ) src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # enable 4x driver man pages mpatch ${PNAME}-1.1.5-driver-man-suffix.patch || die }