development/netbeans: Updated for version 7.0.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Andre Barboza 2011-10-02 23:20:21 -05:00 committed by Robby Workman
parent 94b9033bd9
commit d6068bd829
4 changed files with 11 additions and 9 deletions

View File

@ -4,7 +4,7 @@ The NetBeans IDE is a free, Open-Source Integrated Development
Environment for software developers. The IDE runs on many platforms
including Windows, Linux, Solaris, and the MacOS. The NetBeans IDE
provides developers with all the tools they need to create
professional cross-platform desktop, enterprise, web and mobile
professional cross-platform desktop, enterprise, web, and mobile
applications.
NOTES:
@ -16,7 +16,7 @@ NOTES:
into the line #6(netbeans_default_options) in the file
/opt/netbeans/etc/netbeans.conf
To use an alternative, bundle you can set BUNDLE variable:
To use an alternative bundle you can set BUNDLE variable:
$ BUNDLE=javaee ./netbeans.SlackBuild
GlassFish and Apache Tomcat are not available in this package.

View File

@ -26,11 +26,12 @@
# Updated by Andre Barboza <bmg.andre@gmail.com>
PRGNAM=netbeans
VERSION=7.0
DATE="201104080000"
VERSION=7.0.1
DATE="201107282000"
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
BUNDLE=${BUNDLE:+-$BUNDLE}
CWD=$(pwd)

View File

@ -2,7 +2,8 @@
Type=Application
Exec=netbeans
Name=Netbeans IDE
GenericName=NetBeans Multi-Language IDE
GenericName=NetBeans Multi-Language IDE
Comment=NetBeans Multi-Language IDE
Icon=netbeans
StartupNotify=true
Categories=Qt;KDE;GTK;GNOME;Development;

View File

@ -1,10 +1,10 @@
PRGNAM="netbeans"
VERSION="7.0"
VERSION="7.0.1"
HOMEPAGE="http://www.netbeans.org"
DOWNLOAD="http://download.netbeans.org/netbeans/7.0/final/zip/netbeans-7.0-201104080000-ml.zip"
MD5SUM="23a0690886085abf31fb3cae84d797c0"
DOWNLOAD="http://download.netbeans.org/netbeans/7.0.1/final/zip/netbeans-7.0.1-201107282000-ml.zip"
MD5SUM="4d3c76236e3424a49e99023dfe228124"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"
APPROVED="dsomero"
APPROVED="rworkman"