From 88b755335e594ebdc26b8c333691dc5ee58b4adf Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 20 May 2012 17:04:45 -0400 Subject: libraries/stfl: Updated for version 0.22. Signed-off-by: dsomero --- libraries/stfl/README | 6 +++--- libraries/stfl/allow-custom-opts-in-Makefile.patch | 6 +++--- libraries/stfl/slack-desc | 2 +- libraries/stfl/stfl.SlackBuild | 4 ++-- libraries/stfl/stfl.info | 8 ++++---- 5 files changed, 13 insertions(+), 13 deletions(-) (limited to 'libraries/stfl') diff --git a/libraries/stfl/README b/libraries/stfl/README index 0ba8bb40a3..cbf940d497 100644 --- a/libraries/stfl/README +++ b/libraries/stfl/README @@ -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. diff --git a/libraries/stfl/allow-custom-opts-in-Makefile.patch b/libraries/stfl/allow-custom-opts-in-Makefile.patch index 6c16db7463..860cc3034b 100644 --- a/libraries/stfl/allow-custom-opts-in-Makefile.patch +++ b/libraries/stfl/allow-custom-opts-in-Makefile.patch @@ -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 diff --git a/libraries/stfl/slack-desc b/libraries/stfl/slack-desc index 80e98aacf3..83b662bc9b 100644 --- a/libraries/stfl/slack-desc +++ b/libraries/stfl/slack-desc @@ -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 diff --git a/libraries/stfl/stfl.SlackBuild b/libraries/stfl/stfl.SlackBuild index fa6cd58661..f2100131eb 100644 --- a/libraries/stfl/stfl.SlackBuild +++ b/libraries/stfl/stfl.SlackBuild @@ -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 diff --git a/libraries/stfl/stfl.info b/libraries/stfl/stfl.info index daf8faa0d0..446498a7f7 100644 --- a/libraries/stfl/stfl.info +++ b/libraries/stfl/stfl.info @@ -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" -- cgit v1.2.3