diff options
author | Gilcio Amaral <gilcio.amaral@gmail.com> | 2012-09-18 21:19:02 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-18 19:33:41 -0500 |
commit | 3bf3ccd7a2ca574b3351679bd9eaf56734a93c07 (patch) | |
tree | ad1b9df4afbb71b6d097fbdb8996be86d01dba06 /office/tellico/tellico.SlackBuild | |
parent | 2bfe21b7068db0bcfc2296ed06f22b25f4950d06 (diff) | |
download | slackbuilds-3bf3ccd7a2ca574b3351679bd9eaf56734a93c07.tar.gz |
office/tellico: Updated for version 2.3.6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/tellico/tellico.SlackBuild')
-rw-r--r-- | office/tellico/tellico.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/office/tellico/tellico.SlackBuild b/office/tellico/tellico.SlackBuild index 58297c7c7d..36cc9ff175 100644 --- a/office/tellico/tellico.SlackBuild +++ b/office/tellico/tellico.SlackBuild @@ -2,8 +2,7 @@ # SlackBuild script for tellico -# Maintained by Gilcio Amaral <gilcio.amaral@gmail.com> - +# Copyright 2009 Gilcio Amaral <gilcio.amaral@gmail.com> # Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom # All rights reserved. # @@ -27,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tellico -VERSION=${VERSION:-2.3.5} +VERSION=${VERSION:-2.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,8 +72,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -patch -p1 < $CWD/tellico-2.3.5.patch - mkdir -p build cd build cmake \ |