
PKGBUILD netbeans-php 7.1.0
By: a guest on
Feb 16th, 2012 | syntax:
None | size: 0.96 KB | hits: 87 | expires: Never
# Maintainer: Techlive Zheng <techlivezheng@gmail.com>
# Contributor: LinuxUser <linuxuser@inbox.com>
pkgname=netbeans-php
pkgver=7.1.0
pkgrel=1
pkgdesc="Netbeans IDE - PHP version"
arch=('i686' 'x86_64')
url="http://www.netbeans.org"
license=('CDDL')
depends=('java-runtime' 'desktop-file-utils')
conflicts=('netbeans')
options=('!strip')
install=netbeans.install
source=('http://download.netbeans.org/netbeans/7.1/final/zip/netbeans-7.1-201112071828-ml-php.zip' 'netbeans.desktop')
build() {
cd $srcdir/netbeans/
rm bin/netbeans.exe
find . -type f -exec install -D -m644 {,$pkgdir/usr/share/netbeans/}{} \;
chmod a+x $pkgdir/usr/share/netbeans/bin/netbeans
install -D -m644 $srcdir/netbeans.desktop $pkgdir/usr/share/applications/netbeans.desktop
mkdir -p $pkgdir/usr/bin
ln -s /usr/share/netbeans/bin/netbeans $pkgdir/usr/bin/netbeans
}
md5sums=('36fbddc1fc6f6fb0f8439a08fffac110'
'766650b1f335d8133b526024f3457ddb')