db-move: moved linux-zen from [testing] to [extra] (x86_64)
[arch-packages.git] / aspell-nl / repos / extra-any / PKGBUILD
blob7942f001bcc3d22c23f11cd9d40e7b4af239184d
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=7
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 sha256sums=('440e0b7df8c5903d728221fe4ba88a74658ce14c8bb04b290c41402dfd41cb39')
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