Date: Saturday, January 24, 2015 @ 11:26:05
  Author: andrea
Revision: 126515

extra2community: Moving mythes-hu from extra to community

Added:
  mythes-hu/
  mythes-hu/repos/
  mythes-hu/trunk/
  mythes-hu/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Added: mythes-hu/trunk/PKGBUILD
===================================================================
--- mythes-hu/trunk/PKGBUILD                            (rev 0)
+++ mythes-hu/trunk/PKGBUILD    2015-01-24 10:26:05 UTC (rev 126515)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: György Balló <[email protected]>
+
+pkgname=mythes-hu
+pkgver=20101019
+pkgrel=1
+pkgdesc="Hungarian thesaurus"
+arch=('any')
+url="http://extensions.openoffice.org/en/project/hungarian-dictionary-pack";
+license=('GPL')
+optdepends=('libmythes: offers thesaurus library functions')
+source=(http://downloads.sourceforge.net/project/aoo-extensions/1283/9/dict-hu.oxt)
+md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb')
+
+package() {
+  cd "$srcdir"
+  install -Dm644 th_hu_HU_v2.dat $pkgdir/usr/share/mythes/th_hu_HU_v2.dat
+  install -Dm644 th_hu_HU_v2.idx $pkgdir/usr/share/mythes/th_hu_HU_v2.idx
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+    for file in $pkgdir/usr/share/mythes/*; do
+      ln -sv /usr/share/mythes/$(basename $file) .
+    done
+  popd
+
+  install -Dm644 README_th_hu_HU_v2.txt 
$pkgdir/usr/share/doc/$pkgname/README_th_hu_HU_v2.txt
+}


Property changes on: mythes-hu/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property

Reply via email to