Date: Saturday, January 24, 2015 @ 11:18:13 Author: andrea Revision: 126499
extra2community: Moving hunspell-hu from extra to community Added: hunspell-hu/ hunspell-hu/repos/ hunspell-hu/trunk/ hunspell-hu/trunk/PKGBUILD ----------+ PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) Added: hunspell-hu/trunk/PKGBUILD =================================================================== --- hunspell-hu/trunk/PKGBUILD (rev 0) +++ hunspell-hu/trunk/PKGBUILD 2015-01-24 10:18:13 UTC (rev 126499) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: AndyRTR <[email protected]> +# Contributor: György Balló <[email protected]> + +pkgname=hunspell-hu +pkgver=1.6.1 +pkgrel=3 +pkgdesc="Hungarian hunspell dictionary" +arch=('any') +url="http://extensions.services.openoffice.org/project/hu_dicts" +license=('LGPL' 'GPL' 'MPL') +optdepends=('hunspell: the spell checking libraries and apps') +source=(http://pkgs.fedoraproject.org/repo/pkgs/mythes-hu/dict-hu.oxt/d320e43e815c2dfd599dbfb7cd0e41fb/dict-hu.oxt) +md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb') + + +package() { + cd "$srcdir" + install -dm755 ${pkgdir}/usr/share/hunspell + install -m644 -t $pkgdir/usr/share/hunspell hu_HU.dic hu_HU.aff + + # the symlinks + install -dm755 ${pkgdir}/usr/share/myspell/dicts + pushd $pkgdir/usr/share/myspell/dicts + for file in $pkgdir/usr/share/hunspell/*; do + ln -sv /usr/share/hunspell/$(basename $file) . + done + popd + + # docs + install -Dm644 README_hu_HU.txt $pkgdir/usr/share/doc/$pkgname/README_hu_HU.txt +} + Property changes on: hunspell-hu/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
