summaryrefslogtreecommitdiff
path: root/user/aspell-dict-ca/APKBUILD
blob: 9facc23cf0dfae9bc2d57e58180965d6441515a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
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"
license="GPL-2.0-only"
options="!check" # no tests
depends="aspell"
makedepends="debianutils-which"
source="ftp://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-$_pkgver.tar.bz2"
builddir="$srcdir/aspell6-ca-$_pkgver"

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

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

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