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