core/ispell-pl/PKGBUILD

26 lines
612 B
Bash
Raw Normal View History

2013-10-25 22:55:05 +08:00
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
2011-11-05 05:18:22 +08:00
pkgname=ispell-pl
2013-10-25 22:55:05 +08:00
pkgver=20131025
2011-11-05 05:18:22 +08:00
pkgrel=1
pkgdesc="Polish dictionary for ispell"
url="http://www.sjp.pl/"
2013-10-25 22:55:05 +08:00
arch=('x86_64')
2011-11-05 05:18:22 +08:00
license=('GPL')
depends=('ispell')
source=(http://sjp.pl/slownik/ort/sjp-${pkgname}-${pkgver}-src.tar.bz2)
2013-10-25 22:55:05 +08:00
md5sums=('e40f1dbf9411692c7a7c54f6f6e540ca')
2011-11-05 05:18:22 +08:00
build() {
cd ${srcdir}/sjp-${pkgname}-${pkgver}
./build polish.all
2013-10-25 22:55:05 +08:00
}
package() {
cd ${srcdir}/sjp-${pkgname}-${pkgver}
2011-11-05 05:18:22 +08:00
mkdir -p ${pkgdir}/usr/lib/ispell
install -Dm 644 polish.aff ${pkgdir}/usr/lib/ispell/
install -Dm 644 polish.hash ${pkgdir}/usr/lib/ispell/
}