Skip to content

Commit

Permalink
stfl: readded as dependency of newsbeuter
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Nov 10, 2012
1 parent 3539fbe commit fd5c268
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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
4 changes: 4 additions & 0 deletions libs/stfl/DEPENDS
@@ -0,0 +1,4 @@
depends ncurses

# see build for configuration
optional_depends swig " " " " "for SWIG bindings"
17 changes: 17 additions & 0 deletions 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

0 comments on commit fd5c268

Please sign in to comment.