archrelease: copy trunk to community-any
[arch-community.git] / aspell-pl / trunk / PKGBUILD
blob49efb3e81eb0dfc65d6d4f5e1a52b0182b68d850
1 # Maintainer: Johannes Löthberg <johannes@kyriasis.com>
2 # Contributor: Bartłomiej Piotrowski <barthalion@gmail.com>
3 # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
4 # Contributor: Arkadiusz Laczynski <alaczynski@gmail.com>
5 # Contributor: Jaroslav Lichtblau <svetlemodry@archlinux.org>
7 pkgname=aspell-pl
8 pkgver=20220801
9 pkgrel=1
10 pkgdesc='Polish dictionary for aspell'
11 arch=('x86_64')
12 url="https://www.sjp.pl/slownik/en/"
13 license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
14 depends=('aspell')
15 source=(https://sources.archlinux.org/other/community/aspell-pl/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
16 sha256sums=('51aec3b03595f35d1a88e93d3e1b526c4522f0e19fb0ebd43a981449b4972417')
18 build() {
19   cd aspell6-pl-6.0_$pkgver-0
21   ./configure
22   make
25 package() {
26   cd aspell6-pl-6.0_$pkgver-0
28   make DESTDIR="$pkgdir" install