archrelease: copy trunk to community-any
[ArchLinux/community.git] / aspell-ca / repos / community-x86_64 / PKGBUILD
blob0b7ef3a43f1836400ca76df80b38730a038b1e21
1 #Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
2 #Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
4 pkgname=aspell-ca
5 pkgver=2.5.0
6 pkgrel=1
7 pkgdesc="Catalan dictionary for aspell"
8 arch=('x86_64')
9 url="https://www.softcatala.org/pub/softcatala/aspell/"
10 license=('GPL2')
11 depends=('aspell')
12 source=(https://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2)
13 sha256sums=('98bf990b182c295d823df4f5da1c0333fa27c680346337c3d07e0575a243714d')
15 build() {
16   cd aspell6-ca-${pkgver}
18   ./configure
19   make
22 package() {
23   cd aspell6-ca-${pkgver}
25   make DESTDIR=${pkgdir} install