[Frugalware-git] frugalware-current: netbeans-6.0.1-1-i686
Miklos Vajna
vmiklos at frugalware.org
Mon Mar 14 17:06:16 CET 2011
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e8a80c61330ab9f7d94f7f3392850b0dbd23d710
commit e8a80c61330ab9f7d94f7f3392850b0dbd23d710
Author: Miklos Vajna <vmiklos at frugalware.org>
Date: Mon Mar 14 16:56:27 2011 +0100
netbeans-6.0.1-1-i686
- bin, no manpower to maintain this beans (nobody on the dev list
volunteered to maintain a second java ide - next to eclipse)
diff --git a/source/devel-extra/netbeans/FrugalBuild b/source/devel-extra/netbeans/FrugalBuild
deleted file mode 100644
index ccf9473..0000000
--- a/source/devel-extra/netbeans/FrugalBuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Compiling Time: 2.66 SBU
-# Maintainer: Miklos Vajna <vmiklos at frugalware.org>
-
-pkgname=netbeans
-pkgver=6.0.1
-pkgrel=1
-pkgdate=200801291616
-pkgdesc="The original free Java IDE, and so much more."
-url="http://www.netbeans.info/"
-depends=('j2sdk' 'ruby')
-makedepends=('apache-ant')
-groups=('devel-extra')
-archs=('i686' 'x86_64')
-pkgurl="http://download.netbeans.org/$pkgname/${pkgver%.?}/final/zip/"
-up2date="lynx -dump $pkgurl | grep $pkgurl$pkgname- | tail -1 | cut -d- -f2"
-source=(http://download.netbeans.org/$pkgname/${pkgver%.?}/final/zip/$pkgname-$pkgver-$pkgdate-src.zip)
-sha1sums=('f9b28b303bf83c51cb1415312d7a654b2421fad4')
-
-_F_desktop_name="$pkgname"
-_F_desktop_icon="/usr/lib/netbeans/nb6.0/netbeans.png"
-_F_desktop_categories="KDE;GNOME;Development;IDE;"
-
-build()
-{
- echo "nb.clusters.list=nb.cluster.nb,nb.cluster.platform,nb.cluster.ide,nb.cluster.ruby,nb.cluster.java,nb.cluster.apisupport,nb.cluster.harness" >> nbbuild/user.build.properties
- # for now build using Sun's javac
- export JAVA_HOME=/usr/lib/java
-
- #if you want latest source
- #ant -f build.xml checkout || return 1
-
- # -Dpermit.jdk6.builds=true to force jdk6 and not 5
- ANT_OPTS="-Xmx512M" ant -f nbbuild/build.xml \
- -Dstop.when.broken.modules=true -Dbuild.compiler.deprecation=true \
- -Dpermit.jdk6.builds=true || return 1
-
- # bin non-Linux binaries
- find nbbuild -type f -name "*.exe" -o \
- -name "*.cmd" -o \
- -name "*.bat" -o \
- -name "*.dll" \
- -exec rm -f {} \;
-
- # the real installation
- cd nbbuild/netbeans
- Fmkdir /usr/lib/netbeans
- cp -a * $Fdestdir/usr/lib/netbeans || return 1
-
- # for launch
- Fwrapper '/usr/lib/netbeans/bin/netbeans $@' netbeans
- Fdesktop2
-}
More information about the Frugalware-git
mailing list