[arch-commits] Commit in (5 files)

Johannes Löthberg demize at archlinux.org
Tue Jun 9 19:10:29 UTC 2015


    Date: Tuesday, June 9, 2015 @ 21:10:29
  Author: demize
Revision: 135104

Import from AUR

Added:
  hunspell-el/
  hunspell-el/repos/
  hunspell-el/trunk/
  hunspell-el/trunk/LICENSE
  hunspell-el/trunk/PKGBUILD

----------+
 LICENSE  |   23 +++++++++++++++++++++++
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

Added: hunspell-el/trunk/LICENSE
===================================================================
--- hunspell-el/trunk/LICENSE	                        (rev 0)
+++ hunspell-el/trunk/LICENSE	2015-06-09 19:10:29 UTC (rev 135104)
@@ -0,0 +1,23 @@
+Version: MPL 1.1/GPL 2.0/LGPL 2.1
+
+The contents of this file are subject to the Mozilla Public License Version 
+1.1 (the "License"); you may not use this file except in compliance with 
+the License. You may obtain a copy of the License at 
+http://www.mozilla.org/MPL/
+
+Software distributed under the License is distributed on an "AS IS" basis,
+WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+for the specific language governing rights and limitations under the
+License.
+
+Alternatively, the contents of this file may be used under the terms of
+either the GNU General Public License Version 2 or later (the "GPL"), or
+the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+in which case the provisions of the GPL or the LGPL are applicable instead
+of those above. If you wish to allow use of your version of this file only
+under the terms of either the GPL or the LGPL, and not to allow others to
+use your version of this file under the terms of the MPL, indicate your
+decision by deleting the provisions above and replace them with the notice
+and other provisions required by the GPL or the LGPL. If you do not delete
+the provisions above, a recipient may use your version of this file under
+the terms of any one of the MPL, the GPL or the LGPL.

Added: hunspell-el/trunk/PKGBUILD
===================================================================
--- hunspell-el/trunk/PKGBUILD	                        (rev 0)
+++ hunspell-el/trunk/PKGBUILD	2015-06-09 19:10:29 UTC (rev 135104)
@@ -0,0 +1,36 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+
+pkgname=hunspell-el
+pkgver=0.9
+pkgrel=1
+
+pkgdesc="Greek hunspell dictionary"
+url="http://elspell.math.upatras.gr"
+arch=(any)
+license=('MPL' 'GPL' 'LGPL')
+
+optdepends=('hunspell: the spell checking libraries and apps')
+
+source=("http://elspell.math.upatras.gr/files/ooffice/el_GR-$pkgver.zip" LICENSE)
+
+sha1sums=('c1b2539b3e18d78f7408db820bf834aaffff21ea'
+          'b50c7273708dfaec427414edaeb090fe80870fa4')
+
+package() {
+	install -dm755 "$pkgdir"/usr/share/hunspell
+	install -m644 el_GR.aff "$pkgdir/usr/share/hunspell"
+	install -m644 el_GR.dic "$pkgdir/usr/share/hunspell"
+
+	# 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_el_GR.txt "$pkgdir"/usr/share/doc/"$pkgname"
+	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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



More information about the arch-commits mailing list