OCaml 4.14.0 rebuild: ocaml-ctypes 0.20.1-1
[arch-packages.git] / aspell-nl / trunk / PKGBUILD
blob80194eae9bf42d02a6c4b1b5688b322b12737b14
1 # Maintainer:
2 # Contributor: Simo Leone <simo@archlinux.org>
3 # Contributor: Tobias Kieslich <tobias@justdreams.de>
5 pkgname=aspell-nl
6 pkgver=0.50.2
7 pkgrel=6
8 pkgdesc="Dutch dictionary for aspell"
9 arch=('any')
10 url="https://aspell.net/"
11 license=('custom')
12 depends=('aspell')
13 source=(https://ftp.gnu.org/gnu/aspell/dict/nl/$pkgname-0.50-2.tar.bz2)
14 md5sums=('c3ef9fd7dc4c47d816eee9ef5149c76a')
16 build() {
17   cd $pkgname-0.50-2
18   ./configure
19   make
22 package() {
23   cd $pkgname-0.50-2
24   make DESTDIR="$pkgdir" install
26   install -D -m644 Copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE