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

Alexander Rødseth arodseth at archlinux.org
Mon Mar 18 15:32:11 UTC 2019


    Date: Monday, March 18, 2019 @ 15:32:11
  Author: arodseth
Revision: 442470

archrelease: copy trunk to community-any

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

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

Copied: aspell-nb/repos/community-any/PKGBUILD (from rev 442469, aspell-nb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-18 15:32:11 UTC (rev 442470)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=aspell-nb
+pkgver=0.50.1
+pkgrel=2
+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