# $Id$ PNAME="xauth" PVER="1.0.6" PBUILD="r1" PCATEGORIE="x11-apps" DESCRIPTION="The xauth program is used to edit and display the authorization information used in connecting to the X server." HOMEPAGE="http://xorg.freedesktop.org" DEPEND=">= x11-libs/libX11-1.4 >= x11-libs/libXau-1 >= x11-libs/libXext-1.3 >= x11-libs/libXmu-1.1" MCORE_ONLY_KEEP="usr/bin/xauth" sminclude xorg mcore-split UP2DATE="updatecmd_xorg ${PNAME}" src_compile() { cd ${SRCDIR} xorg_src_configure --enable-ipv6 || die mmake || die }