diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-26 18:52:31 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-26 18:52:31 +0200 |
commit | 58ec99b20609a1a422dc2b97fd06ca5cd40e29e6 (patch) | |
tree | b8a2a86e5eb50be91703f426b29341e4101199f0 /libraries | |
parent | 16697de6eb553679ad79b6372bb777c429f95971 (diff) | |
download | slackbuilds-58ec99b20609a1a422dc2b97fd06ca5cd40e29e6.tar.gz |
libraries/stfl: Fixed dep information
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/stfl/README | 2 | ||||
-rw-r--r-- | libraries/stfl/stfl.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/stfl/README b/libraries/stfl/README index cbf940d497..db749be268 100644 --- a/libraries/stfl/README +++ b/libraries/stfl/README @@ -4,4 +4,4 @@ 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 and has only 14 simple function calls. -SPL is an optional dependency. +spl is an optional dependency. diff --git a/libraries/stfl/stfl.info b/libraries/stfl/stfl.info index ee5a6b872c..52075a0ef7 100644 --- a/libraries/stfl/stfl.info +++ b/libraries/stfl/stfl.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.clifford.at/stfl/stfl-0.22.tar.gz" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MD5SUM="df4998f69fed15fabd702a25777f74ab" -REQUIRES="spl" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="bosth@alumni.sfu.ca" |