From 661357bacd35ea3f5a2b4da314ab11773a441108 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 17 Dec 2018 05:55:08 -0600 Subject: user/aspell-dict-ny: new package --- user/aspell-dict-ny/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 user/aspell-dict-ny/APKBUILD (limited to 'user/aspell-dict-ny/APKBUILD') diff --git a/user/aspell-dict-ny/APKBUILD b/user/aspell-dict-ny/APKBUILD new file mode 100644 index 000000000..258dcd0a7 --- /dev/null +++ b/user/aspell-dict-ny/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Kiyoshi Aman +# Maintainer: Kiyoshi Aman +pkgname=aspell-dict-ny +pkgver=0.01.0 +_pkgver=${pkgver%.*}-${pkgver#*.*.} +pkgrel=0 +pkgdesc="Chichewa 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/ny/aspell5-ny-$_pkgver.tar.bz2" +builddir="$srcdir/aspell5-ny-$_pkgver" + +build() { + cd "$builddir" + ./configure --vars DESTDIR="$pkgdir" +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} +sha512sums="52f4526d605a2f0577217af1dc8e44da20484fe7f725ceee1f8fdf9ba0fc1457910d55567ea9287465cbf37955af9a11b2caba084cece59aec29755cb147cb05 aspell5-ny-0.01-0.tar.bz2" -- cgit v1.2.3-60-g2f50