core/aspell-pl/PKGBUILD

24 lines
532 B
Bash

# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
pkgname=aspell-pl
pkgver=20160208
pkgrel=1
pkgdesc="Polish dictionary for aspell"
arch=('i686' 'x86_64')
url="http://www.sjp.pl/slownik/en/"
license=('GPL' 'LGPL' 'MPL')
depends=('aspell')
source=("http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_${pkgver}-0.tar.bz2")
md5sums=('0adc05b76aa227d8c638f998f00bf407')
build() {
cd "$srcdir/aspell6-pl-6.0_$pkgver-0"
./configure
make
}
package() {
cd "$srcdir/aspell6-pl-6.0_$pkgver-0"
make DESTDIR="$pkgdir" install
}