forked from ports/contrib
netbeans-5.5: initial commit
This commit is contained in:
parent
114abd3ce2
commit
d3ed8cc61c
1343
netbeans/.footprint
Normal file
1343
netbeans/.footprint
Normal file
File diff suppressed because it is too large
Load Diff
2
netbeans/.md5sum
Normal file
2
netbeans/.md5sum
Normal file
@ -0,0 +1,2 @@
|
||||
1edcc422b215e53a8346d282f51e274f netbeans-5_5.tar.bz2
|
||||
5ba44aebec04a80e86667900c4df2308 netbeans.sh
|
30
netbeans/Pkgfile
Normal file
30
netbeans/Pkgfile
Normal file
@ -0,0 +1,30 @@
|
||||
# $Id: $
|
||||
# Description: Cross-platform Java IDE.
|
||||
# URL: http://www.netbeans.org/
|
||||
# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
|
||||
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
|
||||
# Depends on: x11,jdk
|
||||
|
||||
name=netbeans
|
||||
version=5.5
|
||||
release=1
|
||||
|
||||
source=(http://us2-mirror.netbeans.info/download/5_5/fcs/200610171010/$name-5_5.tar.bz2
|
||||
$name.sh)
|
||||
|
||||
build() {
|
||||
rm -rf `find $SRC -name *.exe` \
|
||||
`find $SRC -name *.bat` \
|
||||
`find $SRC -name *.dll` \
|
||||
`find $SRC -name *.zip` \
|
||||
`find $SRC -name *README*` \
|
||||
$PKG/usr/share/$name/ide7/{sources,docs} \
|
||||
$PKG/usr/share/$name/nb5.5/docs \
|
||||
$PKG/usr/share/$name/platform6/docs \
|
||||
$PKG/usr/share/$name/enterprise3/docs \
|
||||
$PKG/usr/share/$name/enterprise3/jakarta-tomcat-5.5.17/webapps/tomcat-docs
|
||||
|
||||
install -d $PKG/usr/{bin,share/$name}
|
||||
mv $SRC/$name $PKG/usr/share
|
||||
install -m 755 $name.sh $PKG/usr/bin/$name
|
||||
}
|
6
netbeans/netbeans.sh
Normal file
6
netbeans/netbeans.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
export PATH=$PATH:/usr/lib/java/bin
|
||||
exec /usr/share/netbeans/bin/netbeans
|
||||
|
||||
# End of File
|
Loading…
x
Reference in New Issue
Block a user