summaryrefslogtreecommitdiff
path: root/user/aspell-dict-cs
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-12-13 15:12:14 -0600
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-12-13 15:12:14 -0600
commitd4f0bd647c65c12457081b893ef4de1b82e40e3c (patch)
tree5e8666b52a18afbe4a306c115b9d7471a400f743 /user/aspell-dict-cs
parent3cda472aaf2e2eca82c73689fd8916c26a9edfb0 (diff)
downloadpackages-d4f0bd647c65c12457081b893ef4de1b82e40e3c.tar.gz
packages-d4f0bd647c65c12457081b893ef4de1b82e40e3c.tar.bz2
packages-d4f0bd647c65c12457081b893ef4de1b82e40e3c.tar.xz
packages-d4f0bd647c65c12457081b893ef4de1b82e40e3c.zip
user/aspell-dict-cs: new package
Diffstat (limited to 'user/aspell-dict-cs')
-rw-r--r--user/aspell-dict-cs/APKBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/user/aspell-dict-cs/APKBUILD b/user/aspell-dict-cs/APKBUILD
new file mode 100644
index 000000000..7f1a05b25
--- /dev/null
+++ b/user/aspell-dict-cs/APKBUILD
@@ -0,0 +1,28 @@
+# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+pkgname=aspell-dict-cs
+pkgver=20040614
+_pkgver=$pkgver-1
+pkgrel=0
+pkgdesc="Czech dictionaries for aspell"
+url="http://aspell.net"
+arch="noarch"
+license="GPL-2.0-only"
+options="!check" # no tests
+depends="aspell"
+makedepends="debianutils-which"
+source="ftp://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-$_pkgver.tar.bz2"
+builddir="$srcdir/aspell6-cs-$_pkgver"
+
+build() {
+ cd "$builddir"
+ ./configure --vars DESTDIR="$pkgdir"
+ make
+}
+
+package() {
+ cd "$builddir"
+ make DESTDIR="$pkgdir" install
+}
+
+sha512sums="b4d3e46907a00c7de4d19766dc29f089ec119b736de1340ff5f56be9d0a1c8c90fa2b156173f312c13c589750ec7551e79bd7aa092d31fa6d5f05ed0b4b12c9a aspell6-cs-20040614-1.tar.bz2"