From acbf5d5070be5ff23d2a14be8e798da421e0d5b8 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Thu, 13 Dec 2018 07:55:56 -0600 Subject: user/aspell-dict-ar: new package --- user/aspell-dict-ar/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 user/aspell-dict-ar/APKBUILD (limited to 'user/aspell-dict-ar/APKBUILD') diff --git a/user/aspell-dict-ar/APKBUILD b/user/aspell-dict-ar/APKBUILD new file mode 100644 index 000000000..80f018cc9 --- /dev/null +++ b/user/aspell-dict-ar/APKBUILD @@ -0,0 +1,28 @@ +# Contributor: Kiyoshi Aman +# Maintainer: Kiyoshi Aman +pkgname=aspell-dict-ar +pkgver=1.2 +_pkgver=$pkgver-0 +pkgrel=0 +pkgdesc="Arabic 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/ar/aspell6-ar-$_pkgver.tar.bz2" +builddir="$srcdir/aspell6-ar-$_pkgver" + +build() { + cd "$builddir" + ./configure --vars DESTDIR="$pkgdir" + make +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="7f645dab6e27da404d599f40da2baf469293105cbaf440bf9abf9268423b36e0faa11d1afcf5c32a8e1d93eadad356af6486a960c7bca97777948c844108f4bc aspell6-ar-1.2-0.tar.bz2" -- cgit v1.2.3-60-g2f50