# $Id$ PNAME="util-macros" PVER="1.7.0" PBUILD="r1" PCATEGORIE="x11-misc" STATE="unstable" DESCRIPTION="X.Org utility macros for autoconf and automake." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg mcore # both needed to suppress deps froms sminc; # depwalker will results in endless loop if missing DEPEND="" SDEPEND="" SRC_URI=( ${SRC_URI[*]} mirror://${PNAME}/${PNAME}-1.1.5-driver-man-suffix.patch ) UP2SUBDIR="util" UP2DATE="updatecmd_xorg ${PNAME}" src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # enable 4x driver man pages mpatch ${PNAME}-1.1.5-driver-man-suffix.patch || die }