summaryrefslogtreecommitdiff
path: root/user/aspell-dict-ms
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-12-17 05:46:59 -0600
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-12-17 05:46:59 -0600
commit35617cf1703f14e0ee62d41fff3c0474a8de3e9d (patch)
tree43cd3d7408a0f4ea801808207df62353c86aeb8c /user/aspell-dict-ms
parent00b1f3e84b86bcb06fc10492d9caeb7c59e88cf6 (diff)
downloadpackages-35617cf1703f14e0ee62d41fff3c0474a8de3e9d.tar.gz
packages-35617cf1703f14e0ee62d41fff3c0474a8de3e9d.tar.bz2
packages-35617cf1703f14e0ee62d41fff3c0474a8de3e9d.tar.xz
packages-35617cf1703f14e0ee62d41fff3c0474a8de3e9d.zip
user/aspell-dict-ms: new package
Diffstat (limited to 'user/aspell-dict-ms')
-rw-r--r--user/aspell-dict-ms/APKBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/user/aspell-dict-ms/APKBUILD b/user/aspell-dict-ms/APKBUILD
new file mode 100644
index 000000000..b5ea67914
--- /dev/null
+++ b/user/aspell-dict-ms/APKBUILD
@@ -0,0 +1,26 @@
+# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+pkgname=aspell-dict-ms
+pkgver=0.50
+_pkgver=$pkgver-0
+pkgrel=0
+pkgdesc="Malay 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/ms/aspell-ms-$_pkgver.tar.bz2"
+builddir="$srcdir/aspell-ms-$_pkgver"
+
+build() {
+ cd "$builddir"
+ ./configure --vars DESTDIR="$pkgdir"
+}
+
+package() {
+ cd "$builddir"
+ make DESTDIR="$pkgdir" install
+}
+sha512sums="270a6ad18d9b317588e781eab84b59c83450383d703fab815856b3afa58a19ffa0eec3c7cbc418993302703d586cb92678878aea51fff753733f7583d8c2b0e9 aspell-ms-0.50-0.tar.bz2"