development/eagle: Updated for version 6.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
6e52b79427
commit
169508e208
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue