summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/x11r7/xapp_xprop
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/buildroot/package/x11r7/xapp_xprop')
-rw-r--r--cleopatre/buildroot/package/x11r7/xapp_xprop/Config.in7
-rw-r--r--cleopatre/buildroot/package/x11r7/xapp_xprop/xapp_xprop.mk13
2 files changed, 20 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/x11r7/xapp_xprop/Config.in b/cleopatre/buildroot/package/x11r7/xapp_xprop/Config.in
new file mode 100644
index 0000000000..6fbe94c16a
--- /dev/null
+++ b/cleopatre/buildroot/package/x11r7/xapp_xprop/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_XAPP_XPROP
+ bool "xprop"
+ select BR2_PACKAGE_XLIB_LIBX11
+ select BR2_PACKAGE_XLIB_LIBXMU
+ help
+ xprop 1.0.2
+ property displayer for X
diff --git a/cleopatre/buildroot/package/x11r7/xapp_xprop/xapp_xprop.mk b/cleopatre/buildroot/package/x11r7/xapp_xprop/xapp_xprop.mk
new file mode 100644
index 0000000000..13e610b95a
--- /dev/null
+++ b/cleopatre/buildroot/package/x11r7/xapp_xprop/xapp_xprop.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# xapp_xprop -- property displayer for X
+#
+################################################################################
+
+XAPP_XPROP_VERSION = 1.0.3
+XAPP_XPROP_SOURCE = xprop-$(XAPP_XPROP_VERSION).tar.bz2
+XAPP_XPROP_SITE = http://xorg.freedesktop.org/releases/individual/app
+XAPP_XPROP_AUTORECONF = NO
+XAPP_XPROP_DEPENDENCIES = xlib_libX11 xlib_libXmu
+
+$(eval $(call AUTOTARGETS,package/x11r7,xapp_xprop))