updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / eclipse-mdt-uml2 / PKGBUILD
blob1adcfc387aaad43231c1c45db0e7eb4b86b57f04
1 # Contributor: Marcel Pfeiffer <pfeiffer(dot)marcel(at)gmx(dot)de>
2 # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
3 pkgname=eclipse-mdt-uml2
4 pkgver=3.2.1_R201109132310
5 pkgrel=1
6 pkgdesc="Eclipse Model Development Tools (UML2 subproject)"
7 arch=('i686' 'x86_64')
8 url="http://www.eclipse.org/modeling/mdt/?project=uml2#uml2"
9 license=('EPL')
10 depends=('eclipse-emf')
11 makedepends=('unzip')
12 source=(http://download.eclipse.org/modeling/mdt/uml2/downloads/drops/${pkgver%_*}/${pkgver#*_}/mdt-uml2-runtime-${pkgver%_*}.zip)
13 md5sums=('cfcafed474735f2ee251b288a7e411cb')
14 sha512sums=('5d7994345a2174b23a1160abbe96a0cb8d288f00b36f452211fa531640564a39a3de995f8fb8a84f2e48ac4fb86c91d915c375815a948d80e2d8b63699d41a37')
16 build() {
17   cd $srcdir/eclipse
18   find . -type f -exec chmod 644 {} \; || return 1
19   find . -type d -exec chmod 755 {} \; || return 1
20   install -d -m755 $pkgdir/$ECLIPSE_HOME || return 1
21   mv plugins features $pkgdir/$ECLIPSE_HOME || return 1