1 # Contributor: Piotr Beling <qwak@w8.pl>
2 pkgname="eclipse-i18n-pack2"
5 pkgdesc="Czech, Hungarian, Polish and Russian translations for the Eclipse platform"
6 url="http://www.eclipse.org/"
9 source=("http://download.eclipse.org/eclipse/downloads/drops/L-${pkgver}_Language_Packs-200609210945/NLpack2-eclipse-SDK-${pkgver}-gtk.zip")
10 md5sums=('8f142912fc05b121c8591a0ea2d4a10f')
13 mkdir -p ${startdir}/pkg/opt
14 cd ${startdir}/pkg/opt
15 mv ${startdir}/src/eclipse .
16 find ${startdir}/pkg/opt/eclipse -type d -exec chmod 755 {} \;
17 find ${startdir}/pkg/opt/eclipse -type f -exec chmod 644 {} \;