aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2009-02-19 06:26:37 +0000
committerluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2009-02-19 06:26:37 +0000
commitb6efc3603f3e0444e7077874c73aeaeb29acf0d9 (patch)
tree785fe9f631a77e6f4cd314222ffcaa595b9285fb /dev
parente4d14358178722f521b5198f2cb2bc3793fa0fd8 (diff)
downloadslackbuilds-b6efc3603f3e0444e7077874c73aeaeb29acf0d9.tar.gz
slackbuilds-b6efc3603f3e0444e7077874c73aeaeb29acf0d9.tar.bz2
Updated: rkhunter-1.3.4 eclipse-3.4.1 nagios-3.0.6 nagios-plugins-1.4.13 iverilog-0.8.7
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2110 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev')
-rwxr-xr-xdev/util/eclipse/eclipse.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/util/eclipse/eclipse.SlackBuild b/dev/util/eclipse/eclipse.SlackBuild
index cc16d62e..098991a5 100755
--- a/dev/util/eclipse/eclipse.SlackBuild
+++ b/dev/util/eclipse/eclipse.SlackBuild
@@ -33,7 +33,7 @@ CWD="$(pwd)"
SRC_NAME="eclipse"
PKG_NAME="eclipse"
ARCH=${ARCH:=i386}
-SRC_VERSION=${VERSION:=R-3.4-200806172000}
+SRC_VERSION=${VERSION:=R-3.4.1-200809111700}
PKG_VERSION="$(echo "$SRC_VERSION" | cut -d "-" -f 2)"
BUILD=${BUILD:=1ls}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
@@ -73,7 +73,7 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR
mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
# Dowload source if necessary
-URL="http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/$SRC_VERSION"
+URL="http://download.eclipse.org/eclipse/downloads/drops/$SRC_VERSION"
if [ ! -s "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
wget "$URL/$SRC" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
@@ -138,9 +138,9 @@ cat << EODESC > "$PKG/install/slack-desc"
eclipse: eclipse (Eclipse Classic)
eclipse:
eclipse: Eclipse is an open source platform-independent software framework.
-eclipse: The Java Development Tools (JDT), a Java IDE that provides code
-eclipse: validation, incremental compilation, cross-referencing, code assist
-eclipse: and many other features, come as part of the Eclipse Classic package.
+eclipse: Eclipse Classic includes the Eclipse Platform, Java Development
+eclipse: Tools, and the Plug-in Development Environment, including source
+eclipse: and both user and programmer documentation.
eclipse:
eclipse: For more information, http://www.eclipse.org/
eclipse: