summaryrefslogtreecommitdiff
path: root/community/aspell-pl/PKGBUILD
blob: fb512bfd4c8854bf5a531f4fbd9ea36a6693870d (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
# $Id: PKGBUILD 93578 2013-07-05 19:42:56Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Arkadiusz Laczynski <alaczynski@gmail.com>

pkgname=aspell-pl
pkgver=20130705
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=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
md5sums=('977708b770709d55909b23be2851af10')

build() {
  cd aspell6-pl-6.0_$pkgver-0
  ./configure
  make
}

package() {
  cd aspell6-pl-6.0_$pkgver-0
  make DESTDIR="$pkgdir" install
}