# Maintainer: Alexander F. Rødseth # Contributor: Øyvind 'Mr.Elendig' Heggstad # Contributor: Bjorn Arild Maeland pkgname=aspell-nn pkgver=0.50.1 pkgrel=6 pkgdesc='Norwegian Nynorsk dictionary for aspell' url='https://aspell.net/' license=(GPL) depends=(aspell) arch=(any) source=("ftp://ftp.gnu.org/gnu/aspell/dict/nn/$pkgname-$pkgver-1.tar.bz2") sha256sums=('ac6610540c7e134f09cbebbd148f9316bef27bc491e377638ef4e2950b2d5370') build() { cd "$pkgname-$pkgver-1" ./configure make } package() { make -C "$pkgname-$pkgver-1" DESTDIR="$pkgdir" install } # vim: ts=2 et