[Lunar-commits] <moonbase> new module stfl

Christian Krause wookietreiber at lunar-linux.org
Mon Jul 25 16:52:37 CEST 2011


commit 50acd508780075a7e55dac8bb91e2cf1d3708095
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Mon Jul 25 16:52:37 2011 +0200

    new module stfl
---
 zbeta/stfl/BUILD   |    7 +++++++
 zbeta/stfl/DEPENDS |    1 +
 zbeta/stfl/DETAILS |   17 +++++++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/zbeta/stfl/BUILD b/zbeta/stfl/BUILD
new file mode 100644
index 0000000..e344c43
--- /dev/null
+++ b/zbeta/stfl/BUILD
@@ -0,0 +1,7 @@
+(
+
+  sedit 's:export prefix ?= /usr/local:export prefix ?= /usr:g' Makefile.cfg
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/stfl/DEPENDS b/zbeta/stfl/DEPENDS
new file mode 100644
index 0000000..5764a9c
--- /dev/null
+++ b/zbeta/stfl/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/zbeta/stfl/DETAILS b/zbeta/stfl/DETAILS
new file mode 100644
index 0000000..33e3689
--- /dev/null
+++ b/zbeta/stfl/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=stfl
+         VERSION=0.21
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.clifford.at/stfl
+      SOURCE_VFY=sha1:0313eafa1fe4dcfea1f2edd34d453baaa46df277
+        WEB_SITE=http://www.clifford.at/stfl/
+         ENTERED=20110725
+         UPDATED=20110725
+           SHORT="Structured Terminal Forms Language/Library"
+
+cat << EOF
+STFL is a library which implements a curses-based widget set for text
+terminals. The STFL API can be used from C, SPL, Python, Perl and Ruby.
+Since the API is only 14 simple function calls big and there are already
+generic SWIG bindings it is very easy to port STFL to additional
+scripting languages.
+EOF


More information about the Lunar-commits mailing list