diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-01-01 11:57:11 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-02 00:27:35 -0600 |
commit | d8c2deb4a081da05c2e8648e109f9275f1dcc70c (patch) | |
tree | 35dcf2cd60b185725421215efd815d23a26a21ea /development/eagle/eagle.SlackBuild | |
parent | f6746f7cf3b3b16e8c8a2388f1a27822f3b5818e (diff) | |
download | slackbuilds-d8c2deb4a081da05c2e8648e109f9275f1dcc70c.tar.gz |
development/eagle: Updated for version 5.11.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/eagle/eagle.SlackBuild')
-rw-r--r-- | development/eagle/eagle.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/eagle/eagle.SlackBuild b/development/eagle/eagle.SlackBuild index 17da3ca354..8194aad2b0 100644 --- a/development/eagle/eagle.SlackBuild +++ b/development/eagle/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 |