summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/x11r7/xapp_rstart
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/buildroot/package/x11r7/xapp_rstart')
-rw-r--r--cleopatre/buildroot/package/x11r7/xapp_rstart/Config.in6
-rw-r--r--cleopatre/buildroot/package/x11r7/xapp_rstart/xapp_rstart.mk13
2 files changed, 19 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/x11r7/xapp_rstart/Config.in b/cleopatre/buildroot/package/x11r7/xapp_rstart/Config.in
new file mode 100644
index 0000000000..4acedabde6
--- /dev/null
+++ b/cleopatre/buildroot/package/x11r7/xapp_rstart/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_XAPP_RSTART
+ bool "rstart"
+ select BR2_PACKAGE_XLIB_LIBX11
+ help
+ rstart 1.0.2
+ X.Org rstart application
diff --git a/cleopatre/buildroot/package/x11r7/xapp_rstart/xapp_rstart.mk b/cleopatre/buildroot/package/x11r7/xapp_rstart/xapp_rstart.mk
new file mode 100644
index 0000000000..aa37f29a52
--- /dev/null
+++ b/cleopatre/buildroot/package/x11r7/xapp_rstart/xapp_rstart.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# xapp_rstart -- X.Org rstart application
+#
+################################################################################
+
+XAPP_RSTART_VERSION = 1.0.2
+XAPP_RSTART_SOURCE = rstart-$(XAPP_RSTART_VERSION).tar.bz2
+XAPP_RSTART_SITE = http://xorg.freedesktop.org/releases/individual/app
+XAPP_RSTART_AUTORECONF = NO
+XAPP_RSTART_DEPENDENCIES = xlib_libX11
+
+$(eval $(call AUTOTARGETS,package/x11r7,xapp_rstart))