[arch-commits] Commit in aspell-nn/repos/community-any (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Jun 9 17:13:50 UTC 2019


    Date: Sunday, June 9, 2019 @ 17:13:50
  Author: arodseth
Revision: 479074

archrelease: copy trunk to community-any

Added:
  aspell-nn/repos/community-any/PKGBUILD
    (from rev 479073, aspell-nn/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: aspell-nn/repos/community-any/PKGBUILD (from rev 479073, aspell-nn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-09 17:13:50 UTC (rev 479074)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Øyvind 'Mr.Elendig' Heggstad <mrelendig at har-ikkje dot net>
+# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
+
+pkgname=aspell-nn
+pkgver=0.50.1
+pkgrel=4
+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



More information about the arch-commits mailing list