summaryrefslogtreecommitdiff
path: root/user/aspell-dict-nb
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-12-17 05:48:46 -0600
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-12-17 05:48:46 -0600
commit9b1d9dd4909005038c9d7250b12bc7cd23a9d6b8 (patch)
tree4f3abd7d2af32f24e18d59cb8ed9ca073d69c0b8 /user/aspell-dict-nb
parentda342f6c33ace947c4a4e6e01664926b7f2dbfbf (diff)
downloadpackages-9b1d9dd4909005038c9d7250b12bc7cd23a9d6b8.tar.gz
packages-9b1d9dd4909005038c9d7250b12bc7cd23a9d6b8.tar.bz2
packages-9b1d9dd4909005038c9d7250b12bc7cd23a9d6b8.tar.xz
packages-9b1d9dd4909005038c9d7250b12bc7cd23a9d6b8.zip
user/aspell-dict-nb: new package
Diffstat (limited to 'user/aspell-dict-nb')
-rw-r--r--user/aspell-dict-nb/APKBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/user/aspell-dict-nb/APKBUILD b/user/aspell-dict-nb/APKBUILD
new file mode 100644
index 000000000..abd87a410
--- /dev/null
+++ b/user/aspell-dict-nb/APKBUILD
@@ -0,0 +1,26 @@
+# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+pkgname=aspell-dict-nb
+pkgver=0.50.1
+_pkgver=$pkgver-0
+pkgrel=0
+pkgdesc="Norwegian dictionaries for aspell"
+url="http://aspell.net"
+arch="noarch"
+options="!check" # no tests
+license="GPL-2.0-only"
+depends="aspell"
+makedepends="debianutils-which"
+source="ftp://ftp.gnu.org/gnu/aspell/dict/nb/aspell-nb-$_pkgver.tar.bz2"
+builddir="$srcdir/aspell-nb-$_pkgver"
+
+build() {
+ cd "$builddir"
+ ./configure --vars DESTDIR="$pkgdir"
+}
+
+package() {
+ cd "$builddir"
+ make DESTDIR="$pkgdir" install
+}
+sha512sums="e30dcf7e757ab1ceb5de349927f9cfa4d9de4015bd9cc9449739fd2f17f6f033f698e71da0270b4e1ebd76be2195c42422630266ad9cadd2173184706d651c13 aspell-nb-0.50.1-0.tar.bz2"