summaryrefslogblamecommitdiff
path: root/user/aspell-dict-af/APKBUILD
blob: 05f0649c1d2817fce4dc9d8782b2853cad433048 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                           
                      

                                   



                                           
                                  
                       
                
                       
                                                                          


                                     




                                            



                                                                                                                                                                       
# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
# Maintainer: Síle Ekaterin Liszka <sheila@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"
options="!check"  # No test suite.
license="LGPL-2.1-only"
depends="aspell"
makedepends="cmd:which"
source="https://ftp.gnu.org/gnu/aspell/dict/af/aspell-af-$_pkgver.tar.bz2"
builddir="$srcdir/aspell-af-$_pkgver"

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

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

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