netbeans: Removed

This commit is contained in:
Jose V Beneyto 2007-12-07 15:38:01 +01:00
parent 14fc139058
commit da235dab7c
4 changed files with 0 additions and 2044 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +0,0 @@
958e942a7cf820b37b0dc60670bf1180 netbeans-5_5_1.tar.bz2
5ba44aebec04a80e86667900c4df2308 netbeans.sh

View File

@ -1,28 +0,0 @@
# Description: Cross-platform Java IDE.
# URL: http://www.netbeans.org/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net
# Depends on: xorg,jdk
name=netbeans
version=5.5.1
release=1
source=(http://download.netbeans.org/${name}/download/5_5_1/fcs/200704122300/${name}-5_5_1.tar.bz2 \
${name}.sh)
build() {
rm -rf `find ${SRC} -type f -name '*.exe'` \
`find ${SRC} -type f -name '*.bat'` \
`find ${SRC} -type f -name '*.dll'` \
`find ${SRC} -type f -name '*.zip'` \
`find ${SRC} -type f -name '*README*'` \
`find ${SRC} -type f -name '*CREDITS*`'` \
`find ${SRC} -type f -name '*LICENSE*`'` \
`find ${SRC} -type d -name 'sources'` \
`find ${SRC} -type d -name 'docs'`
install -d ${PKG}/usr/share
mv ${SRC}/${name} ${PKG}/usr/share
install -D -m 0755 ${name}.sh ${PKG}/usr/bin/${name}
install -D -m 0644 ${PKG}/usr/share/${name}/nb5.5/${name}.png ${PKG}/usr/share/pixmaps/${name}.png
}

View File

@ -1,6 +0,0 @@
#!/bin/sh
export PATH=$PATH:/usr/lib/java/bin
exec /usr/share/netbeans/bin/netbeans
# End of File