# $Header: /magellan-cvs/smage/xload/xload-1.0.2-r2.smage2,v 1.1 2008/03/24 13:34:44 niro Exp $ PNAME="xload" PVER="1.0.2" PBUILD="r2" PCATEGORIE="x11-apps" STATE="unstable" DESCRIPTION="System load average display for X." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg DEPEND=">= x11-libs/libXaw-1" SRC_URI=( ${SRC_URI[*]} mirror://${PNAME}/${PNAME}-${PVER}-setuid.patch ) src_prepar() { xorg_src_prepare cd ${SRCDIR} # security fix mpatch ${PNAME}-${PVER}-setuid.patch || die } src_compile() { cd ${SRCDIR} xorg_src_configure --enable-xprint || die mmake || die }