View difference between Paste ID: WwYiEvKk and
SHOW:
|
|
- or go back to the newest paste.
| 1 | - | |
| 1 | + | # Contributor: Jesus Jerez <[email protected]> |
| 2 | pkgname="eclipse-i18n-es" | |
| 3 | pkgver="3.6.0" | |
| 4 | pkgrel="1" | |
| 5 | pkgdesc="Spanish language for eclipse IDE" | |
| 6 | url="http://babel.eclipse.org/" | |
| 7 | license=('custom' 'EPL' 'Eclipse public license')
| |
| 8 | arch=('i686' 'x86_64')
| |
| 9 | depends=('eclipse')
| |
| 10 | conflicts=('eclipse-i18n-es-pack')
| |
| 11 | source=(http://ftp.kaist.ac.kr/eclipse/technology/babel/babel_language_packs/R0.8.0/BabelLanguagePack-birt-es_3.6.0.v20100814043401.zip) | |
| 12 | md5sums=('aeefd2ee092a472d95da447bdecd49a7')
| |
| 13 | ||
| 14 | build() {
| |
| 15 | mkdir -p ${pkgdir}/usr/share/
| |
| 16 | cp -R ${srcdir}/eclipse ${pkgdir}/usr/share/
| |
| 17 | } |