[arch-commits] Commit in aspell-nb/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:42:42 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:42:42
  Author: felixonmars
Revision: 658984

archrelease: copy trunk to community-staging-any

Added:
  aspell-nb/repos/community-staging-any/
  aspell-nb/repos/community-staging-any/PKGBUILD
    (from rev 658983, aspell-nb/trunk/PKGBUILD)

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

Copied: aspell-nb/repos/community-staging-any/PKGBUILD (from rev 658983, aspell-nb/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 15:42:42 UTC (rev 658984)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=aspell-nb
+pkgver=0.50.1
+pkgrel=3
+pkgdesc='Norwegian Bokmål dictionary for aspell'
+arch=(any)
+url='https://aspell.net/'
+license=(GPL)
+depends=(aspell)
+makedepends=(convmv)
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/nb/$pkgname-$pkgver-0.tar.bz2")
+sha256sums=('e7746e8b617b2df576c1172399544818084524504202b16c747f52db5e5d228a')
+
+build() {
+  cd "$pkgname-$pkgver-0"
+  ./configure
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver-0" DESTDIR="$pkgdir" install
+  convmv --notest -f iso-8859-1 -t UTF-8 \
+    "$pkgdir"/usr/lib/aspell-*/bokm*l.alias
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list