18 lines
644 B
Text
18 lines
644 B
Text
# Template build file for 'xev'.
|
|
pkgname=xev
|
|
version=1.1.0
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
revision=1
|
|
makedepends="pkg-config libX11-devel"
|
|
short_desc="Display X events"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=3859c268edb26ad0484281a244a567ef2f70ba5f91f4b5dfd37799255ccf01c6
|
|
long_desc="
|
|
Xev is an X11 debugging tool. Xev creates a window (or can attach
|
|
to an existing window) and then asks the X server to send it events
|
|
whenever anything happens to the window (such as it being moved,
|
|
resized, typed in, clicked in, etc cetera).
|
|
|
|
This is the version of xev maintained by Xorg."
|
|
|