updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / eclipse-i18n-pack2 / PKGBUILD
blobe3c65525f56e82a011eb5495bed4e578992cf01f
1 # Contributor: Piotr Beling <qwak@w8.pl>
2 pkgname="eclipse-i18n-pack2"
3 pkgver="3.2.1"
4 pkgrel="1"
5 pkgdesc="Czech, Hungarian, Polish and Russian translations for the Eclipse platform"
6 url="http://www.eclipse.org/"
7 depends=('eclipse')
8 arch=(i686 x86_64)
9 source=("http://download.eclipse.org/eclipse/downloads/drops/L-${pkgver}_Language_Packs-200609210945/NLpack2-eclipse-SDK-${pkgver}-gtk.zip")
10 md5sums=('8f142912fc05b121c8591a0ea2d4a10f')
12 build() {
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 {} \;