summaryrefslogtreecommitdiff
path: root/community/aspell-pl/PKGBUILD
blob: b96f9ac3505b19f9abd035fcba564630ee0d05d1 (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
27
# $Id: PKGBUILD 57128 2011-10-22 10:35:07Z bpiotrowski $
# Maintainer: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Arkadiusz Laczynski <alaczynski@gmail.com>

pkgname=aspell-pl
pkgver=20111022
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=('7f14136d18152bde46bfef34e5088349')

build() {
  cd "$srcdir/aspell6-pl-6.0_$pkgver-0"

  ./configure
  make
}

package() {
  cd "$srcdir/aspell6-pl-6.0_$pkgver-0"

  make DESTDIR="$pkgdir" install
}