diff options
author | Niels Horn <niels.horn@gmail.com> | 2013-06-03 22:38:17 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-04 00:11:36 -0500 |
commit | 169508e208bc0312a4bba8dd82fd2078242fdb02 (patch) | |
tree | 085cb125d60872682c8bd4b4cfb447a055594deb /development/eagle | |
parent | 6e52b79427b5e4d04f575074364c336ad79923e9 (diff) | |
download | slackbuilds-169508e208bc0312a4bba8dd82fd2078242fdb02.tar.gz |
development/eagle: Updated for version 6.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/eagle')
-rw-r--r-- | development/eagle/eagle.SlackBuild | 27 | ||||
-rw-r--r-- | development/eagle/eagle.info | 6 |
2 files changed, 26 insertions, 7 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} diff --git a/development/eagle/eagle.info b/development/eagle/eagle.info index 64dcc4e11a..95bce5d445 100644 --- a/development/eagle/eagle.info +++ b/development/eagle/eagle.info @@ -1,8 +1,8 @@ PRGNAM="eagle" -VERSION="5.11.0" +VERSION="6.4.0" HOMEPAGE="http://www.cadsoft.de/" -DOWNLOAD="ftp://ftp.cadsoft.de/eagle/program/5.11/eagle-lin-5.11.0.run" -MD5SUM="c202becc5f3506c5a4eb50287ec53f04" +DOWNLOAD="ftp://ftp.cadsoft.de/eagle/program/6.4/eagle-lin-6.4.0.run" +MD5SUM="5e0b4f2864bdbc1677f2897c69ad20a0" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="UNSUPPORTED" REQUIRES="" |