From 223d61c95619d67a0066067299d5efe3d6b95a38 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 Mar 2009 05:55:29 +0100 Subject: [PATCH] Added xwininfo-1.0.4 template. --HG-- extra : convert_revision : 01ee8165b9780ac6f2e9462770711005033e8f35 --- templates/xwininfo/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/xwininfo/template diff --git a/templates/xwininfo/template b/templates/xwininfo/template new file mode 100644 index 0000000000..16b597dc9f --- /dev/null +++ b/templates/xwininfo/template @@ -0,0 +1,18 @@ +# Template build file for 'xwininfo'. +pkgname=xwininfo +version=1.0.4 +distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" +build_style=gnu_configure +short_desc="Query information about X windows" +maintainer="Juan RP " +checksum=df9a52788632cd3338e7bd7107ac732b11b8e2c367d4600578cd77e350428ee4 +long_desc=" + This package provides xwininfo, a program to query the X server for + information about windows. + + This is from the modular X.org X11 project." + +Add_dependency build pkg-config +Add_dependency full glibc +Add_dependency full libXext +Add_dependency full libXmu