diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
commit | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch) | |
tree | 11d4d3f054aae9ffd869adc634054f64a16d83b8 /~emulatorman/hunspell-gl/PKGBUILD | |
parent | 748e32a3a886569b58a27003e85b76be5746153d (diff) |
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to '~emulatorman/hunspell-gl/PKGBUILD')
-rw-r--r-- | ~emulatorman/hunspell-gl/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/~emulatorman/hunspell-gl/PKGBUILD b/~emulatorman/hunspell-gl/PKGBUILD deleted file mode 100644 index e3de55b8d..000000000 --- a/~emulatorman/hunspell-gl/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>, 2009-2010. -# Contributor (Parabola): André Silva <emulatorman@parabola.nu> - -pkgname=hunspell-gl -pkgver=2.9b -pkgrel=1 -pkgdesc="Galician spellchecker for Hunspell" -arch=('any') -url="http://trasno.net/" -license=('GPL3') -depends=('hunspell') -source=("http://webs.uvigo.es/miguelsolla/gl_ES.zip") -md5sums=('209fd16dd47e5cb334fa39563d23c79f') - -lang="gl" -lang2="gl_ES" - -build() { - - # Creation of necesary folders... - mkdir -p $pkgdir/usr/share/myspell - mkdir -p $pkgdir/usr/share/enchant - - # Fix so Enchant can use dictionaries for Hunspell too. - ln -s /usr/share/myspell $pkgdir/usr/share/enchant/hunspell - - # Actual installation... - install -D -m644 "$srcdir/$lang2.aff" "$pkgdir/usr/share/myspell/$lang.aff" || return 1 - install -D -m644 "$srcdir/$lang2.dic" "$pkgdir/usr/share/myspell/$lang.dic" || return 1 -} |