1 # Maintainer: Chris Chapman <chris.chapman at aggiemail.usu.edu>
7 pkgdesc="The IDE Meta-Tooling Platform for Eclipse"
9 url="http://www.eclipse.org/imp/"
11 depends=('eclipse>=3.5')
12 source=(http://download.eclipse.org/technology/imp/org.eclipse.imp.update_${pkgver}.v${_pkgdate}.zip)
15 local dest=${pkgdir}/usr/share/eclipse/dropins/imp/eclipse
17 cp -r ${srcdir}/{features,plugins} ${dest} || return 1
20 md5sums=('c1dd0ca43f38654cedf1cf5114052265')