diff options
Diffstat (limited to 'xauth/xauth_cvs.oe')
-rw-r--r-- | xauth/xauth_cvs.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xauth/xauth_cvs.oe b/xauth/xauth_cvs.oe index e69de29bb2..f9355d81f8 100644 --- a/xauth/xauth_cvs.oe +++ b/xauth/xauth_cvs.oe @@ -0,0 +1,10 @@ +PV = "0.0cvs${CVSDATE}" +DEPENDS = "x11 xau xmu xext" +DESCRIPTION = "X authority file utility" +MAINTAINER = "Rene Wagner <reenoo@gmx.de>" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xauth \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/xauth" + +inherit autotools pkgconfig |