summaryrefslogtreecommitdiffstats
path: root/xorg-xwininfo/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xwininfo/Pkgfile')
-rw-r--r--xorg-xwininfo/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-xwininfo/Pkgfile b/xorg-xwininfo/Pkgfile
new file mode 100644
index 000000000..756e269ab
--- /dev/null
+++ b/xorg-xwininfo/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Window information utility for X
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libxmu, xorg-libx11, xorg-libxext
+# Run on: xorg-libxmu,xorg-libx11,xorg-libxext
+
+name=xorg-xwininfo
+version=1.1.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xwininfo-$version.tar.bz2)
+
+build() {
+ cd xwininfo-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}