[Lunar-commits] <moonbase-other> stfl: readded as dependency of newsbeuter
v4hn
me at v4hn.de
Sat Nov 10 17:26:13 CET 2012
commit fd5c268252004efaae16b20366937b8ee61fa73a
Author: v4hn <me at v4hn.de>
Date: Sat, 10 Nov 2012 08:26:13 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/fd5c268252004efaae16b20366937b8ee61fa73a
stfl: readded as dependency of newsbeuter
---
libs/stfl/BUILD | +11/-0
libs/stfl/DEPENDS | +4/-0
libs/stfl/DETAILS | +17/-0
3 files changed, 32 insertions(+)
--- /dev/null
+++ b/libs/stfl/BUILD
@@ -0,0 +1,11 @@
+(
+
+ sedit 's:export prefix ?= /usr/local:export prefix ?= /usr:g' Makefile.cfg &&
+
+ if ! in_depends $MODULE swig; then
+ sedit 's:FOUND_SWIG = .*:FOUND_SWIG = 0:' Makefile.cfg
+ fi &&
+
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/stfl/DEPENDS
@@ -0,0 +1,4 @@
+depends ncurses
+
+# see build for configuration
+optional_depends swig " " " " "for SWIG bindings"
--- /dev/null
+++ b/libs/stfl/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=stfl
+ VERSION=0.22
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.clifford.at/stfl
+ SOURCE_VFY=sha1:226488be2b33867dfb233f0fa2dde2d066e494bd
+ WEB_SITE=http://www.clifford.at/stfl/
+ ENTERED=20110725
+ UPDATED=20121110
+ 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