Added xev-1.0.3 template.

--HG--
extra : convert_revision : 6f7ab0a3d92fafec3ca0cde1cb83869d3b82399f
This commit is contained in:
Juan RP 2009-03-27 05:30:26 +01:00
parent d31514b01a
commit df145211cd

19
templates/xev/template Normal file
View file

@ -0,0 +1,19 @@
# Template build file for 'xev'.
pkgname=xev
version=1.0.3
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Display X events"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d4ac7ae154ee9733be27a5f55586abb9362c768f5fb8a4fc7fd2645100a9313a
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