summaryrefslogblamecommitdiff
path: root/user/aspell-dict-af/APKBUILD
blob: 56796d976272e5dedb6c57e9fec751919e8ab385 (plain) (tree)
1
2
3
4
5

                                                         
                      

                                   






















                                                                                                                                                                       
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname=aspell-dict-af
pkgver=0.50.0
_pkgver=${pkgver%.*}-${pkgver#*.*.}
pkgrel=0
pkgdesc="Afrikaans dictionaries for aspell"
url="http://aspell.net"
arch="noarch"
license="LGPL-2.1-only"
options="!check" # no tests
depends="aspell"
makedepends="debianutils-which"
source="ftp://ftp.gnu.org/gnu/aspell/dict/af/aspell-af-$_pkgver.tar.bz2"
builddir="$srcdir/aspell-af-$_pkgver"

build() {
	cd "$builddir"
	./configure --vars DESTDIR="$pkgdir"
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}

sha512sums="8ca7b892745bebe5dfda1319141c5efc53fbad1444066d585cc2d6479c51c85c31307a6977a0647b0c4add4a5b7baa9adb370996e25db4e1c98f1c10991fd649  aspell-af-0.50-0.tar.bz2"