2009-03-27 05:30:26 +01:00
|
|
|
# Template build file for 'xev'.
|
|
|
|
pkgname=xev
|
2009-10-28 03:06:01 +01:00
|
|
|
version=1.0.4
|
2009-03-27 05:30:26 +01:00
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Display X events"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-28 03:06:01 +01:00
|
|
|
checksum=7fad9c9755a624e677f44633dee218e9c22b4ba9a83e6709a6cbf8c1a501fde8
|
2009-03-27 05:30:26 +01:00
|
|
|
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."
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full libX11
|