upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / aspell-ru / repos / community-x86_64 / PKGBUILD
blob9cd0b1110a8243357c11448bd35a9d073fdb3878
1 # Maintainer:
2 # Contributor: Simo Leone <simo@archlinux.org>
3 # Contributor: Rouslan Solomakhin <rouslan@localnet.com>
5 pkgname=aspell-ru
6 pkgver=0.99f7
7 pkgrel=8
8 pkgdesc="Russian dictionary for aspell"
9 arch=('x86_64') #We cannot use 'any' see FS#22443
10 url="http://aspell.net/"
11 license=('custom')
12 depends=('aspell')
13 source=(ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2)
14 sha512sums=('789fe15f5502b54008a41f2afb5635dcb7bb0a36e61b300ee48b2429c339793f5c4808d6063f13f1f8455ce251912433890e7d01ca59d8b0924ecd2987ceb430')
16 build() {
17   cd aspell6-ru-$pkgver-1
18   ./configure
19   make
22 package() {
23   cd aspell6-ru-$pkgver-1
24   make DESTDIR="$pkgdir" install
26   install -D -m644 Copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE