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

                                                         
                      

                                     



                                         
                                  
                      

                               
                                                                           


                                      




                                            



                                                                                                                                                                         
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname=aspell-dict-ca
pkgver=2.1.5.1
_pkgver=${pkgver%.*}-${pkgver#*.*.*.}
pkgrel=0
pkgdesc="Catalan dictionaries for aspell"
url="http://aspell.net"
arch="noarch"
options="!check"  # No test suite.
license="GPL-2.0-only"
depends="aspell"
makedepends="debianutils-which"
source="https://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-$_pkgver.tar.bz2"
builddir="$srcdir/aspell6-ca-$_pkgver"

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

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

sha512sums="9f3baef829948a4979c03dcc380caf3fa249912fa94d375a41df4d34d62ffdbf781a777eb437d101bdf99873e9d515a4d27ebef08f71ff435f07e845194c9f0a  aspell6-ca-2.1.5-1.tar.bz2"