diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-12 15:19:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-12 15:19:38 +0000 |
commit | af78d3c9d7990aa981666337c9e5423d165676ab (patch) | |
tree | d5504f5c982094ab39d7d6e95bf31700046673e1 /packages/xev | |
parent | 2783d7b54ce80f62097bbe6e70555f8cfa09245b (diff) |
X11R7.0: X apps
Diffstat (limited to 'packages/xev')
-rw-r--r-- | packages/xev/xev_1.0.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/xev/xev_1.0.1.bb b/packages/xev/xev_1.0.1.bb new file mode 100644 index 0000000000..4f00093a37 --- /dev/null +++ b/packages/xev/xev_1.0.1.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "X Event Viewer" +HOMEPAGE = "http://freedesktop.org/wiki/Software_2fxapps" +LICENSE = "MIT" +MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" +SECTION = "x11/base" +DEPENDS = "libx11 libxau" + +SRC_URI = "${XORG_MIRROR}/X11R7.0/src/app/${PN}-${PV}.tar.bz2 \ + file://diet-x11.patch;patch=1" + +inherit autotools |