1 # Maintainer: Shanto <shanto@hotmail.com>
2 # Maintainer: Jonathan Wiersma <archaur at jonw dot org>
7 pkgdesc="Data Tools Platform for Eclipse"
9 url="http://www.eclipse.org/datatools/"
11 depends=( 'eclipse' 'eclipse-emf' 'eclipse-gef' )
12 noextract=("dtp_$pkgver.zip")
13 _mirror="http://www.eclipse.org/downloads/download.php?r=1&file="
14 source=("$_mirror/datatools/downloads/${pkgver%.*}/dtp_$pkgver.zip")
15 md5sums=('94b6811ad91cc5a1e9e2d743e72d574c')
19 jar xf dtp_$pkgver.zip
20 install -dm755 $pkgdir/usr/share/eclipse/dropins/dtp/
21 find eclipse -type f -exec install -Dm644 {} \
22 $pkgdir/usr/share/eclipse/dropins/dtp/{} \;