libraries/stfl: Updated for version 0.22.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
2de5b8b792
commit
88b755335e
|
@ -2,6 +2,6 @@ The Structured Terminal Forms Language/Library
|
|||
|
||||
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. The public STFL API is only 14 simple function calls big and
|
||||
and there are already generic SWIG bindings; thus it is very easy to
|
||||
port to additional scripting languages.
|
||||
Ruby and has only 14 simple function calls.
|
||||
|
||||
SPL is an optional dependency.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
diff -Nur stfl-0.21.orig//Makefile stfl-0.21/Makefile
|
||||
--- stfl-0.21.orig//Makefile 2009-06-19 12:30:52.000000000 -0500
|
||||
+++ stfl-0.21/Makefile 2011-01-11 22:21:10.623044411 -0600
|
||||
diff -Nur stfl-0.22.orig//Makefile stfl-0.22/Makefile
|
||||
--- stfl-0.22.orig//Makefile 2009-06-19 12:30:52.000000000 -0500
|
||||
+++ stfl-0.22/Makefile 2011-01-11 22:21:10.623044411 -0600
|
||||
@@ -21,7 +21,8 @@
|
||||
include Makefile.cfg
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler--------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
stfl: STFL (the Structured Terminal Forms Language/Library)
|
||||
stfl:
|
||||
stfl: STFL is a library which implements a curses-based widget set for text
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Released under the WTFPL
|
||||
|
||||
PRGNAM=stfl
|
||||
VERSION=${VERSION:-0.21}
|
||||
VERSION=${VERSION:-0.22}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,7 +69,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README example.c $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="stfl"
|
||||
VERSION="0.21"
|
||||
VERSION="0.22"
|
||||
HOMEPAGE="http://www.clifford.at/stfl/"
|
||||
DOWNLOAD="http://www.clifford.at/stfl/stfl-0.21.tar.gz"
|
||||
DOWNLOAD="http://www.clifford.at/stfl/stfl-0.22.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MD5SUM="888502c3f332a0ee66e490690d79d404"
|
||||
MD5SUM="df4998f69fed15fabd702a25777f74ab"
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="bosth@alumni.sfu.ca"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in New Issue