From 48cda22b538d7bc49660334e4646db9d6eb13b8a Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Thu, 13 Dec 2018 01:17:24 -0600 Subject: user/aspell-dict-am: new package --- user/aspell-dict-am/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 user/aspell-dict-am/APKBUILD (limited to 'user') diff --git a/user/aspell-dict-am/APKBUILD b/user/aspell-dict-am/APKBUILD new file mode 100644 index 000000000..834003c56 --- /dev/null +++ b/user/aspell-dict-am/APKBUILD @@ -0,0 +1,28 @@ +# Contributor: Kiyoshi Aman +# Maintainer: Kiyoshi Aman +pkgname=aspell-dict-am +pkgver=0.03 +_pkgver=$pkgver-1 +pkgrel=0 +pkgdesc="Amharic dictionaries for aspell" +url="http://aspell.net" +arch="noarch" +options="!check" # no tests +license="Public-Domain" +depends="aspell" +makedepends="debianutils-which" +source="ftp://ftp.gnu.org/gnu/aspell/dict/am/aspell6-am-$_pkgver.tar.bz2" +builddir="$srcdir/aspell6-am-$_pkgver" + +build() { + cd "$builddir" + ./configure --vars DESTDIR="$pkgdir" + make +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="a9b323266a8d3f72a5684a2d24465d99539069bf330d4c417f6b56f7fb5b5c3479cd18265c4bafa901c86c411eaec3de7798c08c54c565418b5ecccd2a91a6f0 aspell6-am-0.03-1.tar.bz2" -- cgit v1.2.3-60-g2f50