summaryrefslogtreecommitdiff
path: root/community/aspell-cs/PKGBUILD
blob: fa8a544224e0a73a94f96180c5b3b85f42da82ae (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 43275 2011-03-24 13:21:51Z andrea $
# Maintainer: Jaroslav Lichtblau <tu@dragonlord.cz>
# Contributor: Michal Karas <largon@largon.net>

pkgname=aspell-cs
pkgver=20040614
pkgrel=5
pkgdesc="Czech dictionary for aspell"
arch=('i686' 'x86_64')
url="http://aspell.net/"
license=('GPL')
depends=('aspell')
source=(ftp://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-$pkgver-1.tar.bz2)
md5sums=('50f0c2b7b6fcfe47bb647ad8993d2fe8')

build() {
  cd aspell6-cs-$pkgver-1

  ./configure
  make
}

package() {
  cd aspell6-cs-$pkgver-1

  make DESTDIR=${pkgdir} install
}