summaryrefslogtreecommitdiff
path: root/package/x11r7/xapp_xplsprinters
diff options
context:
space:
mode:
Diffstat (limited to 'package/x11r7/xapp_xplsprinters')
-rw-r--r--package/x11r7/xapp_xplsprinters/Config.in9
-rw-r--r--package/x11r7/xapp_xplsprinters/xapp_xplsprinters.mk13
2 files changed, 22 insertions, 0 deletions
diff --git a/package/x11r7/xapp_xplsprinters/Config.in b/package/x11r7/xapp_xplsprinters/Config.in
new file mode 100644
index 000000000..852866e4f
--- /dev/null
+++ b/package/x11r7/xapp_xplsprinters/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_XAPP_XPLSPRINTERS
+ bool "xplsprinters"
+ default n
+ select BR2_PACKAGE_XLIB_LIBX11
+ select BR2_PACKAGE_XLIB_LIBXP
+ select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
+ help
+ xplsprinters 1.0.1
+ shows a list of Xprint printers and it's attributes
diff --git a/package/x11r7/xapp_xplsprinters/xapp_xplsprinters.mk b/package/x11r7/xapp_xplsprinters/xapp_xplsprinters.mk
new file mode 100644
index 000000000..e35941a0a
--- /dev/null
+++ b/package/x11r7/xapp_xplsprinters/xapp_xplsprinters.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# xapp_xplsprinters -- shows a list of Xprint printers and it's attributes
+#
+################################################################################
+
+XAPP_XPLSPRINTERS_VERSION = 1.0.1
+XAPP_XPLSPRINTERS_SOURCE = xplsprinters-$(XAPP_XPLSPRINTERS_VERSION).tar.bz2
+XAPP_XPLSPRINTERS_SITE = http://xorg.freedesktop.org/releases/individual/app
+XAPP_XPLSPRINTERS_AUTORECONF = YES
+XAPP_XPLSPRINTERS_DEPENDANCIES = xlib_libX11 xlib_libXp xlib_libXprintUtil
+
+$(eval $(call AUTOTARGETS,xapp_xplsprinters))