diff options
author | Rene Wagner <rw@handhelds.org> | 2004-08-31 19:03:56 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-08-31 19:03:56 +0000 |
commit | cc853e6ba4f24e707db5b5338803ebf135b62345 (patch) | |
tree | 9af1a0f062737e8d2c051905a71b9c8c51dea4a0 /xhost | |
parent | b4a001c7e63a63afda95af9a218e5045d4dea5e1 (diff) |
xauth, xhost, xprop, xrdb: add myself as MAINTAINER
BKrev: 4134cb9cabnpaqIW8zkcgaP2RMdcfA
Diffstat (limited to 'xhost')
-rw-r--r-- | xhost/xhost_20040413.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xhost/xhost_20040413.oe b/xhost/xhost_20040413.oe index e69de29bb2..141c8b185c 100644 --- a/xhost/xhost_20040413.oe +++ b/xhost/xhost_20040413.oe @@ -0,0 +1,11 @@ +FIXEDCVSDATE = "${@oe.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}" +PV = "0.0cvs${FIXEDCVSDATE}" +DEPENDS = "x11 xext xmu" +DESCRIPTION = "server access control program for X" +MAINTAINER = "Rene Wagner <reenoo@gmx.de>" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xhost;date=${FIXEDCVSDATE} \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/xhost" + +inherit autotools pkgconfig |