summaryrefslogtreecommitdiffstats
path: root/xorg-xwininfo/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xwininfo/Pkgfile.old')
-rw-r--r--xorg-xwininfo/Pkgfile.old18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-xwininfo/Pkgfile.old b/xorg-xwininfo/Pkgfile.old
new file mode 100644
index 0000000..f997b90
--- /dev/null
+++ b/xorg-xwininfo/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: Window information utility for X
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxmu, xorg-libx11, xorg-libxext
+
+name=xorg-xwininfo
+version=1.0.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xwininfo-$version.tar.bz2)
+
+build() {
+ cd xwininfo-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}