summaryrefslogtreecommitdiff
path: root/xorg-xprop
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
commitfa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch)
tree1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-xprop
downloadxorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz
xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz
initial import
Diffstat (limited to 'xorg-xprop')
-rw-r--r--xorg-xprop/.footprint6
-rw-r--r--xorg-xprop/.md5sum1
-rw-r--r--xorg-xprop/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/xorg-xprop/.footprint b/xorg-xprop/.footprint
new file mode 100644
index 00000000..0e67baff
--- /dev/null
+++ b/xorg-xprop/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xprop
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/xprop.1x.gz
diff --git a/xorg-xprop/.md5sum b/xorg-xprop/.md5sum
new file mode 100644
index 00000000..33f865df
--- /dev/null
+++ b/xorg-xprop/.md5sum
@@ -0,0 +1 @@
+9f2cb01264bcaa0455d8b06be6215744 xprop-1.0.1.tar.bz2
diff --git a/xorg-xprop/Pkgfile b/xorg-xprop/Pkgfile
new file mode 100644
index 00000000..840f0b91
--- /dev/null
+++ b/xorg-xprop/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Property displayer for X
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Depends on: xorg-libxmu, xorg-libx11
+
+name=xorg-xprop
+version=1.0.1
+release=1
+source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xprop-$version.tar.bz2)
+
+build() {
+ cd xprop-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit