
Untitled
By: a guest on
Mar 10th, 2011 | syntax:
Bash | size: 0.87 KB | hits: 93 | expires: Never
pkgname=eric5-i18n
pkgver=5.0.1
pkgrel=1
pkgdesc="Translations for the Eric IDE (cs-de-es-it)"
arch=('any')
url="http://eric-ide.python-projects.org/index.html"
license=('GPL')
depends=('eric5')
source=(http://downloads.sourceforge.net/eric-ide/eric5-i18n-cs-$pkgver.tar.gz \
http://downloads.sourceforge.net/eric-ide/eric5-i18n-de-$pkgver.tar.gz \
http://downloads.sourceforge.net/eric-ide/eric5-i18n-es-$pkgver.tar.gz \
http://downloads.sourceforge.net/eric-ide/eric5-i18n-it-$pkgver.tar.gz )
md5sums=('0536898004ffa840bb9965fcbfc3d25a'
'5bc2d1c39ce181f3ae77d9192c6efa4c'
'a00d758c527fd2602ea3062ce1b59c18'
'04ee4aa23611c573921737a7a447b044')
build() {
cd ${srcdir}
install -d $pkgdir/usr/lib/python3.2/site-packages/eric5/i18n/
install -m644 $srcdir/eric5-$pkgver/eric/i18n/* $pkgdir/usr/lib/python3.2/site-packages/eric5/i18n/
}