updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / eclipse-i18n-packbidi / PKGBUILD
blob751cba3d53c44b51e0f467d3168a8b40125998d9
1 # Contributor: Piotr Beling <qwak@w8.pl>
2 pkgname="eclipse-i18n-packbidi"
3 pkgver="3.2.1"
4 pkgrel="1"
5 pkgdesc="Arabic and Hebrew 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/NLpackBidi-eclipse-SDK-${pkgver}-gtk.zip")
10 md5sums=('358891610a775f9e68f08b37c9a4dc07')
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 {} \;