From d8668bd9ff95980667299f3c3279fdff0aaa00fc Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 12 Apr 2018 19:59:32 +0000 Subject: libvoikko: dep of enchant --- abs/extra/libvoikko/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 abs/extra/libvoikko/PKGBUILD diff --git a/abs/extra/libvoikko/PKGBUILD b/abs/extra/libvoikko/PKGBUILD new file mode 100644 index 0000000..b1686f1 --- /dev/null +++ b/abs/extra/libvoikko/PKGBUILD @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Jesse Jaara +# Contributor: Jussi Timperi + +pkgname=libvoikko +pkgver=4.1.1 +pkgrel=1 +pkgdesc="A spelling and grammar checker, hyphenator and collection of related linguistic data for Finnish language" +arch=(x86_64) +url="http://voikko.sourceforge.net" +license=(GPL2) +depends=(gcc-libs) +makedepends=(python) +source=(http://www.puimula.org/voikko-sources/libvoikko/$pkgname-$pkgver.tar.gz) +sha512sums=('eb8e32dc50e2baa4184a2030537c6fe86054053a75b543d38c7bbc0faf1fbea51020ccfd03d5de94b1d78a811a58eabefc7e87c3eae55f7b7b51409bd1dd8665') + +build() { + cd $pkgname-$pkgver + +# Workaround encoding error + export LANG=en_US.UTF-8 + ./configure --prefix=/usr --enable-hfst=false --with-dictionary-path=/usr/share/voikko + make +} + +package() { + cd $pkgname-$pkgver + + make DESTDIR="$pkgdir" install + mkdir -p "$pkgdir"/usr/lib/python3.6/site-packages + cp python/libvoikko.py "$pkgdir"/usr/lib/python3.6/site-packages/libvoikko.py +} + -- cgit v0.12