1 # Maintainer: Shanto <shanto@hotmail.com>
2 # Contributor: Jonathan Wiersma <archaur at jonw dot org>
4 pkgname=eclipse-dltk-python
5 pkgname=eclipse-dltk-python
9 pkgdesc="Python IDE for Eclipse (Stable Stream)"
10 arch=('i686' 'x86_64')
11 url="http://www.eclipse.org/dltk/"
13 depends=("eclipse-dltk-core" "eclipse-antlr-runtime>=3.0.0")
14 _mirror="http://www.eclipse.org/downloads/download.php?r=1&file="
15 source=("$_mirror/technology/dltk/downloads/drops/R${pkgver:0:3}/S-$pkgver-$_pkgdate/${pkgname#eclipse-}-S-$pkgver-$_pkgdate.zip")
16 md5sums=('0a713a146c2af010ef6c4054145d4663')
20 install -dm755 $pkgdir/usr/share/eclipse/dropins/${pkgname#eclipse-}/
21 find eclipse -type f -exec install -Dm644 {} \
22 $pkgdir/usr/share/eclipse/dropins/${pkgname#eclipse-}/{} \;