mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/eagle: Updated for version 5.11.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
f6746f7cf3
commit
d8c2deb4a0
4 changed files with 20 additions and 18 deletions
|
@ -1,21 +1,22 @@
|
|||
The EAGLE Layout Editor is an easy to use, yet powerful tool for designing
|
||||
printed circuit boards (PCBs). The name EAGLE is an acronym, which stands for
|
||||
Easily Applicable Graphical Layout Editor. The program consists of three main
|
||||
modules (Layout Editor, Schematic Editor, and Autorouter) which are embedded
|
||||
in a single user interface.
|
||||
printed circuit boards (PCBs). The name EAGLE is an acronym, which stands
|
||||
for Easily Applicable Graphical Layout Editor. The program consists
|
||||
of three main modules (Layout Editor, Schematic Editor, and Autorouter)
|
||||
which are embedded in a single user interface.
|
||||
|
||||
If EAGLE prompts for a license key the first time it is run, point it toward
|
||||
the freeware license file located at /opt/eagle-VERSION/bin/freeware.key, or
|
||||
purchase a license to unlock advanced features.
|
||||
If EAGLE prompts for a license key the first time it is
|
||||
run, point it toward the freeware license file located at
|
||||
/opt/eagle-VERSION/bin/freeware.key, or purchase a license to unlock
|
||||
advanced features.
|
||||
|
||||
After the key is accepted, you may wish to change the permission of
|
||||
/opt/eagle-VERSION/bin/eagle.key so that it is no longer world-writable.
|
||||
|
||||
# chmod 0644 /opt/eagle-<version>/bin/eagle.key
|
||||
|
||||
This script installs the English documentation. With version 5.10.0 German and
|
||||
(some) Chinese documentation is included as well. To select them, run this
|
||||
script as:
|
||||
This script installs the English documentation. With version 5.10.0
|
||||
German and (some) Chinese documentation is included as well. To select
|
||||
them, run this script as:
|
||||
|
||||
# LANG=<xx> ./eagle.SlackBuild
|
||||
|
||||
|
|
|
@ -4,9 +4,10 @@
|
|||
# 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
|
||||
|
||||
PRGNAM="eagle"
|
||||
VERSION=${VERSION:-"5.10.0"}
|
||||
VERSION=${VERSION:-"5.11.0"}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -20,7 +21,7 @@ fi
|
|||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM-$VERSION
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ ! "$ARCH" = "i486" ]; then
|
||||
|
@ -28,7 +29,7 @@ if [ ! "$ARCH" = "i486" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Documentation is distributed for both English and German. Due to the size
|
||||
# Documentation is distributed for English, German and Chinese. Due to the size
|
||||
# of the documentation, only include one language.
|
||||
LANG=${LANG:-"en"}
|
||||
if [ "$LANG" = "de" ]; then
|
||||
|
|
|
@ -7,5 +7,5 @@ Exec=eagle
|
|||
Icon=eagle
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development
|
||||
Categories=Development;
|
||||
StartupNotify=false
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="eagle"
|
||||
VERSION="5.10.0"
|
||||
VERSION="5.11.0"
|
||||
HOMEPAGE="http://www.cadsoft.de/"
|
||||
DOWNLOAD="ftp://ftp.cadsoft.de/eagle/program/5.10/eagle-lin-5.10.0.run"
|
||||
MD5SUM="a4f76ec1d3f948e76b77e63ad3a18c44"
|
||||
DOWNLOAD="ftp://ftp.cadsoft.de/eagle/program/5.11/eagle-lin-5.11.0.run"
|
||||
MD5SUM="c202becc5f3506c5a4eb50287ec53f04"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64="UNSUPPORTED"
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
APPROVED="Michiel van Wessem"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue