[Lunar-commits] <moonbase> sselp: introduction to moonbase

Duncan Gibson engelsman at lunar-linux.org
Tue Mar 30 19:20:26 CEST 2010


commit 9952be69d1de94af977024e473e13ef2855714b0
Author: v4hn <me at v4hn.de>
Date:   Tue Mar 30 19:20:26 2010 +0200

    sselp: introduction to moonbase
---
 zbeta/sselp/BUILD   |    7 +++++++
 zbeta/sselp/DETAILS |   16 ++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/zbeta/sselp/BUILD b/zbeta/sselp/BUILD
new file mode 100644
index 0000000..9a47670
--- /dev/null
+++ b/zbeta/sselp/BUILD
@@ -0,0 +1,7 @@
+(
+
+  make &&
+  prepare_install &&
+  make PREFIX=/usr install
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/sselp/DETAILS b/zbeta/sselp/DETAILS
new file mode 100644
index 0000000..d55e161
--- /dev/null
+++ b/zbeta/sselp/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=sselp
+         VERSION=0.2
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://dl.suckless.org/tools/
+      SOURCE_VFY=sha1:8a89cb11388f09458d7e9c549cdf394c8abada04
+        WEB_SITE=http://tools.suckless.org/sselp
+         ENTERED=20100330
+         UPDATED=20100330
+           SHORT="Simple X selection printer"
+
+cat << EOF
+Simple X selection printer. Prints the X selection to stdout.
+If there is no X client owning the selection it just exits.
+Useful for scripts where you can query the X selection
+without pressing mouse Button2 in cumbersome ways.
+EOF


More information about the Lunar-commits mailing list