diff options
author | B. Watson <yalhcru@gmail.com> | 2014-10-21 22:31:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-22 08:33:54 +0700 |
commit | 1ed288ab0065cf2c8f7d2660ff9f3b72258d08c7 (patch) | |
tree | 875d3da4d6fc5d9a128ea1e4764a6a22b85d7dcc /accessibility/flite | |
parent | 9b9503a6887ed5bdb852a865e4bcfef186860e05 (diff) | |
download | slackbuilds-1ed288ab0065cf2c8f7d2660ff9f3b72258d08c7.tar.gz |
accessibility/flite: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility/flite')
-rw-r--r-- | accessibility/flite/flite.SlackBuild | 4 | ||||
-rw-r--r-- | accessibility/flite/slack-desc | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/accessibility/flite/flite.SlackBuild b/accessibility/flite/flite.SlackBuild index 5f2966d300..1a9fdc0d2f 100644 --- a/accessibility/flite/flite.SlackBuild +++ b/accessibility/flite/flite.SlackBuild @@ -4,6 +4,8 @@ # Written by Martin Lefebvre (dadexter@sekurity.com) # Maintained by B. Watson (yalhcru@gmail.com), original author is MIA +# 20141020 bkw: fix handy-ruler, make VERSION respect environment. + # 20130411 bkw: Updated for flite 1.4, added fix for parallel builds. # Removed --with-vox=cmu_us_kal16 configure flag (it doesn't seem to # do anything). @@ -11,7 +13,7 @@ # http://www.wtfpl.net/txt/copying/ for details. PRGNAM=flite -VERSION=1.4 +VERSION=${VERSION:-1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/accessibility/flite/slack-desc b/accessibility/flite/slack-desc index 1c43fca312..45469def60 100644 --- a/accessibility/flite/slack-desc +++ b/accessibility/flite/slack-desc @@ -5,7 +5,7 @@ # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. - |-----handy-ruler------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| flite: flite (speech synthesis engine) flite: flite: Flite is a small and fast run-time synthesis engine designed for |