diff options
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 17da3ca354cb..8194aad2b004 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 |