4 pkgdesc="Italian translation for the Eric4 IDE"
6 url="http://eric-ide.python-projects.org/index.html"
9 source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz)
15 install -d ${pkgdir}/usr/lib/python2.7/site-packages/eric4/i18n
16 install -m644 ${srcdir}/eric4-$pkgver/eric/i18n/* \
17 ${pkgdir}/usr/lib/python2.7/site-packages/eric4/i18n
20 md5sums=('67fe895dfb7374045d1011ad0fa6f646')