upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / aspell-nn / trunk / PKGBUILD
blob47080f2393b490a5c97b16b35e9e2963ea09e156
1 # Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
2 # Contributor: Øyvind 'Mr.Elendig' Heggstad <mrelendig at har-ikkje dot net>
3 # Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
5 pkgname=aspell-nn
6 pkgver=0.50.1
7 pkgrel=6
8 pkgdesc='Norwegian Nynorsk dictionary for aspell'
9 url='https://aspell.net/'
10 license=(GPL)
11 depends=(aspell)
12 arch=(any)
13 source=("ftp://ftp.gnu.org/gnu/aspell/dict/nn/$pkgname-$pkgver-1.tar.bz2")
14 sha256sums=('ac6610540c7e134f09cbebbd148f9316bef27bc491e377638ef4e2950b2d5370')
16 build() {
17   cd "$pkgname-$pkgver-1"
18   ./configure
19   make
22 package() {
23   make -C "$pkgname-$pkgver-1" DESTDIR="$pkgdir" install
26 # vim: ts=2 et