# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=aspell-dict-lt pkgver=1.3 _pkgver=${pkgver%.*}-${pkgver#*.*.*.} pkgrel=0 pkgdesc="Lithuanian dictionaries for aspell" url="https://launchpad.net/ispell-lt" arch="noarch" options="!check" # No test suite. license="GPL-2.0-only" depends="aspell" makedepends="debianutils-which" source="https://launchpad.net/ispell-lt/main/$pkgver/+download/aspell6-lt-$pkgver.tar.bz2" builddir="$srcdir/aspell6-lt-$pkgver" build() { ./configure --vars DESTDIR="$pkgdir" make } package() { make DESTDIR="$pkgdir" install } sha512sums="dd19994f703b78b1296644699df18ddcdfdcb2441003ed9edee03ee18601ff2e15e9b4ed8fbf844d72b31f0c0313a6755c89b67c44eea35485c30f2abc3b206f aspell6-lt-1.3.tar.bz2"