# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info> # Maintainer: Kevin Brubeck Unhammer # Contributor: Kevin Brubeck Unhammer pkgname=apertium-swe pkgver=0.8.1 pkgrel=1 pkgdesc="Apertium linguistic data for Swedish" url="https://github.com/apertium/${pkgname}" license=('GPL2') makedepends=('pkgconf') depends=('apertium>=3.4.2' 'vislcg3') arch=('i686' 'x86_64') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/apertium/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz") sha256sums=('e120938d64dab49057a8f745219fc4b129f8c9895e84ad2415aa26ae15133b77') build() { cd "$srcdir/$pkgname-$pkgver" ./autogen.sh --prefix=/usr make } check() { cd "$srcdir/$pkgname-$pkgver" make check } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }