aboutsummaryrefslogtreecommitdiffstats
path: root/main/aspell-en/APKBUILD
blob: d3c1e388357544fc9b50d6702fc149e32794571b (plain)
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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=aspell-en
pkgver=6.0
pkgrel=0
pkgdesc="English dictionary for aspell"
url="http://aspell.net/"
arch="x86 x86_64"
license="custom"
depends="aspell"
makedepends="aspell-dev"
source="ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2"

_builddir="$srcdir"/aspell6-en-$pkgver-0
build () {
	cd "$_builddir"
	./configure || return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	install -D -m644 Copyright \
		"$pkgdir"/usr/share/licenses/$pkgname/LICENSE || return 1
}

md5sums="16449e0a266e1ecc526b2f3cd39d4bc2  aspell6-en-6.0-0.tar.bz2"