PKGBUILDs/community/aspell-pl/PKGBUILD

21 lines
577 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# Maintainer: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Arkadiusz Laczynski <alaczynski@gmail.com>
pkgname=aspell-pl
pkgver=20061121
pkgrel=1
pkgdesc="Polish dictionary for aspell"
license=('GPL' 'LGPL' 'MPL')
arch=('i686' 'x86_64')
depends=('aspell')
url="http://aspell.sourceforge.net/"
source=(ftp://ftp.gnu.org/gnu/aspell/dict/pl/aspell6-pl-6.0_$pkgver-0.tar.bz2)
md5sums=('3139a69a1bd9ccb1d853d30aa024fc2b')
build() {
cd $startdir/src/aspell6-pl-6.0_$pkgver-0
./configure
make || return 1
make DESTDIR=$startdir/pkg install
}