1 # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
2 pkgname=eclipse-mdt-uml2tools
3 pkgver=0.8.1_R200809231457
5 pkgdesc="A set of GMF-based editors for viewing and editing UML models"
7 url="http://www.eclipse.org/modeling/mdt/?project=uml2tools#uml2tools"
9 depends=("eclipse-gmf")
10 source=("http://download.eclipse.org/modeling/mdt/uml2tools/downloads/drops/${pkgver%%[A-Z,_]*}/${pkgver#*_}/mdt-uml2tools-runtime-incubation-${pkgver%_*}.zip")
11 md5sums=('0e17b5f1c0f51a9840d87b22ebfd0c49')
15 find . -type f -exec chmod 644 {} \; || return 1
16 find . -type d -exec chmod 755 {} \; || return 1
17 install -d -m755 "$pkgdir/$ECLIPSE_HOME" || return 1
18 mv plugins features "$pkgdir/$ECLIPSE_HOME" || return 1