aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xev/xev_1.0.1.bb
blob: 2d0f79b046c1bf6477076ef9c9b93c8656c5f4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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}-X11R7.0-${PV}.tar.bz2 \
	   file://diet-x11.patch;patch=1"
S = "${WORKDIR}/${PN}-X11R7.0-${PV}"

inherit autotools