diff options
Diffstat (limited to 'development/eagle/eagle.SlackBuild')
-rw-r--r-- | development/eagle/eagle.SlackBuild | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/development/eagle/eagle.SlackBuild b/development/eagle/eagle.SlackBuild index 8194aad2b0..8a182ec0d3 100644 --- a/development/eagle/eagle.SlackBuild +++ b/development/eagle/eagle.SlackBuild @@ -1,13 +1,32 @@ #!/bin/sh # Slackware build script for eagle (binary repackaging) -# Originally written by Kyle Guinn <elyk03@gmail.com> -# As of version 5.10.0 maintained by Niels Horn <niels.horn@gmail.com> -# Revision date: 2010/12/31 +# Copyright 2008 Kyle Guinn <elyk03@gmail.com> +# Copyright 2010,2013 Niels Horn, Rio de Janeiro, RJ, Brazil +# 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. + +# Revision date: 2013/03/27 PRGNAM="eagle" -VERSION=${VERSION:-"5.11.0"} +VERSION=${VERSION:-"6.4.0"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |