summaryrefslogtreecommitdiff
path: root/package/x11r7/xapp_xset
diff options
context:
space:
mode:
Diffstat (limited to 'package/x11r7/xapp_xset')
-rw-r--r--package/x11r7/xapp_xset/Config.in8
-rw-r--r--package/x11r7/xapp_xset/xapp_xset.mk13
2 files changed, 21 insertions, 0 deletions
diff --git a/package/x11r7/xapp_xset/Config.in b/package/x11r7/xapp_xset/Config.in
new file mode 100644
index 000000000..ef49a3e69
--- /dev/null
+++ b/package/x11r7/xapp_xset/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_XAPP_XSET
+ bool "xset"
+ default n
+ select BR2_PACKAGE_XLIB_LIBXFONTCACHE
+ select BR2_PACKAGE_XLIB_LIBXMU
+ help
+ xset 1.0.2
+ X.Org xset application
diff --git a/package/x11r7/xapp_xset/xapp_xset.mk b/package/x11r7/xapp_xset/xapp_xset.mk
new file mode 100644
index 000000000..16f311b81
--- /dev/null
+++ b/package/x11r7/xapp_xset/xapp_xset.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# xapp_xset -- X.Org xset application
+#
+################################################################################
+
+XAPP_XSET_VERSION = 1.0.2
+XAPP_XSET_SOURCE = xset-$(XAPP_XSET_VERSION).tar.bz2
+XAPP_XSET_SITE = http://xorg.freedesktop.org/releases/individual/app
+XAPP_XSET_AUTORECONF = YES
+XAPP_XSET_DEPENDANCIES = xlib_libXfontcache xlib_libXmu
+
+$(eval $(call AUTOTARGETS,xapp_xset))