mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/netbeans: Updated for version 7.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
6d095ecb82
commit
a158ae00f6
3 changed files with 11 additions and 11 deletions
|
@ -26,13 +26,13 @@
|
|||
# Updated by Andre Barboza <bmg.andre@gmail.com>
|
||||
|
||||
PRGNAM=netbeans
|
||||
VERSION=7.2.1
|
||||
VERSION=7.3
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
BUNDLE=${BUNDLE:+-$BUNDLE}
|
||||
DATE="201210100934"
|
||||
DATE="201302132200"
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
@ -44,7 +44,7 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG/opt $OUTPUT
|
||||
cd $PKG/opt
|
||||
unzip -o $CWD/$PRGNAM-$VERSION-$DATE-ml${BUNDLE}.zip
|
||||
unzip -o $CWD/$PRGNAM-$VERSION-$DATE${BUNDLE}.zip
|
||||
chown -R root:root .
|
||||
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="netbeans"
|
||||
VERSION="7.2.1"
|
||||
VERSION="7.3"
|
||||
HOMEPAGE="http://www.netbeans.org"
|
||||
DOWNLOAD="http://download.netbeans.org/netbeans/7.2.1/final/zip/netbeans-7.2.1-201210100934-ml.zip"
|
||||
MD5SUM="9a57b21f0d08d899a5ca775c12893a9d"
|
||||
DOWNLOAD="http://download.netbeans.org/netbeans/7.3/final/zip/netbeans-7.3-201302132200.zip"
|
||||
MD5SUM="27b4a9cc3b9309c74f38e2cd1c70e37b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
netbeans: Netbeans (Free and Open-Source IDE for Java Development and More)
|
||||
|
|
Loading…
Reference in a new issue