summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/x11r7/xapp_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/buildroot/package/x11r7/xapp_scripts')
-rw-r--r--cleopatre/buildroot/package/x11r7/xapp_scripts/Config.in6
-rw-r--r--cleopatre/buildroot/package/x11r7/xapp_scripts/xapp_scripts.mk13
2 files changed, 19 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/x11r7/xapp_scripts/Config.in b/cleopatre/buildroot/package/x11r7/xapp_scripts/Config.in
new file mode 100644
index 0000000000..a524702159
--- /dev/null
+++ b/cleopatre/buildroot/package/x11r7/xapp_scripts/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_XAPP_SCRIPTS
+ bool "scripts"
+ select BR2_PACKAGE_XLIB_LIBX11
+ help
+ scripts 1.0.1
+ start an X program on a remote machine
diff --git a/cleopatre/buildroot/package/x11r7/xapp_scripts/xapp_scripts.mk b/cleopatre/buildroot/package/x11r7/xapp_scripts/xapp_scripts.mk
new file mode 100644
index 0000000000..00fb6956aa
--- /dev/null
+++ b/cleopatre/buildroot/package/x11r7/xapp_scripts/xapp_scripts.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# xapp_scripts -- start an X program on a remote machine
+#
+################################################################################
+
+XAPP_SCRIPTS_VERSION = 1.0.1
+XAPP_SCRIPTS_SOURCE = scripts-$(XAPP_SCRIPTS_VERSION).tar.bz2
+XAPP_SCRIPTS_SITE = http://xorg.freedesktop.org/releases/individual/app
+XAPP_SCRIPTS_AUTORECONF = NO
+XAPP_SCRIPTS_DEPENDENCIES = xlib_libX11
+
+$(eval $(call AUTOTARGETS,package/x11r7,xapp_scripts))