core/aspell-pl/PKGBUILD

24 lines
532 B
Bash
Raw Normal View History

2013-10-25 22:54:37 +08:00
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
2011-06-30 02:57:47 +08:00
pkgname=aspell-pl
2013-10-25 22:54:37 +08:00
pkgver=20131025
2011-06-30 02:57:47 +08:00
pkgrel=1
pkgdesc="Polish dictionary for aspell"
arch=('i686' 'x86_64')
url="http://www.sjp.pl/slownik/en/"
license=('GPL' 'LGPL' 'MPL')
depends=('aspell')
2013-10-25 22:54:37 +08:00
source=("http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_${pkgver}-0.tar.bz2")
md5sums=('da1b7a2fb60023215f747a83f61910cb')
2011-06-30 02:57:47 +08:00
build() {
cd "$srcdir/aspell6-pl-6.0_$pkgver-0"
2013-10-25 22:54:37 +08:00
./configure
2011-06-30 02:57:47 +08:00
make
2013-10-25 22:54:37 +08:00
}
package() {
cd "$srcdir/aspell6-pl-6.0_$pkgver-0"
2011-06-30 02:57:47 +08:00
make DESTDIR="$pkgdir" install
2013-10-25 22:54:37 +08:00
}