updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / eclipse-cdt-i18n-pl / PKGBUILD
blob0881d939651d13d149ce6ccaf2cc6be09696f85c
1 # Contributor: Piotr Beling <qwak@w8.pl>
3 pkgname=eclipse-cdt-i18n-pl
4 pkgver=3.4.0.v20090524043402
5 pkgrel=1
6 __lang=pl
7 __name="tools.cdt"
8 pkgdesc="Polish language pack for eclipse IDE CDT plug-in"
9 url="http://babel.eclipse.org/"
10 depends=('eclipse-cdt')
11 arch=('any')
12 source=("http://www.eclipse.org/downloads/download.php?r=1&file=/technology/babel/babel_language_packs/BabelLanguagePack-${__name}-${__lang}_${pkgver}.zip")
13 license=('EPL')
15 build() {
16     local eclipsedir=${pkgdir}/usr/share/eclipse/dropins && \
17     install -d $eclipsedir                      && \
18     cp -R ${srcdir}/eclipse $eclipsedir         || return 1
21 md5sums=('216346c7678489be64b553e1e6ec45b8')