diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-06 20:11:35 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-07 11:28:18 -0600 |
commit | de3e5823b66faf9466517ce2f0e5d2ca43d4bca5 (patch) | |
tree | 1f17ad97ef5927ff72ba1e1a140202481f6ec83d /graphics | |
parent | 8dabb5e615da1df4129d2ce7cca5f903b96a3275 (diff) | |
download | slackbuilds-de3e5823b66faf9466517ce2f0e5d2ca43d4bca5.tar.gz |
graphics/gource: Updated for version 0.40, added a license.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gource/gource.SlackBuild | 23 | ||||
-rw-r--r-- | graphics/gource/gource.info | 6 |
2 files changed, 24 insertions, 5 deletions
diff --git a/graphics/gource/gource.SlackBuild b/graphics/gource/gource.SlackBuild index 54c72131d8..5f5773a020 100644 --- a/graphics/gource/gource.SlackBuild +++ b/graphics/gource/gource.SlackBuild @@ -2,11 +2,30 @@ # Slackware build script for gource -# Written by Matteo Bernardini <ponce@slackbuilds.org> +# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + # generated by grissiom's sbo-dev-helper PRGNAM=gource -VERSION=${VERSION:-0.38} +VERSION=${VERSION:-0.40} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/graphics/gource/gource.info b/graphics/gource/gource.info index b35a8a19af..181b43276e 100644 --- a/graphics/gource/gource.info +++ b/graphics/gource/gource.info @@ -1,8 +1,8 @@ PRGNAM="gource" -VERSION="0.38" +VERSION="0.40" HOMEPAGE="http://code.google.com/p/gource/" -DOWNLOAD="http://gource.googlecode.com/files/gource-0.38.tar.gz" -MD5SUM="6584241879dbb6dfaecc6ae6b58ad38c" +DOWNLOAD="http://gource.googlecode.com/files/gource-0.40.tar.gz" +MD5SUM="89c608a7aa3c901661eb1f2db6117492" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="glm" |