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 /xprop | |
parent | b4a001c7e63a63afda95af9a218e5045d4dea5e1 (diff) |
xauth, xhost, xprop, xrdb: add myself as MAINTAINER
BKrev: 4134cb9cabnpaqIW8zkcgaP2RMdcfA
Diffstat (limited to 'xprop')
-rw-r--r-- | xprop/xprop_cvs.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xprop/xprop_cvs.oe b/xprop/xprop_cvs.oe index e69de29bb2..df0705db9c 100644 --- a/xprop/xprop_cvs.oe +++ b/xprop/xprop_cvs.oe @@ -0,0 +1,10 @@ +PV = "0.0cvs${CVSDATE}" +DEPENDS = "x11 xmu xext" +DESCRIPTION = "property displayer for X" +MAINTER = "Rene Wagner <reenoo@gmx.de>" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xprop \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/xprop" + +inherit autotools pkgconfig |