blob: a25306568ff3e8aa8ce0f5ba5a7d20e8611de043 (
plain) (
tree)
|
|
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=aspell-dict-be
pkgver=0.01
pkgrel=0
pkgdesc="Belarusian dictionaries for aspell"
url="http://aspell.net"
arch="noarch"
license="LGPL-2.1-only"
options="!check" # no tests
depends="aspell"
makedepends="debianutils-which"
source="ftp://ftp.gnu.org/gnu/aspell/dict/be/aspell5-be-$pkgver.tar.bz2"
builddir="$srcdir/aspell5-be-$pkgver"
build() {
cd "$builddir"
./configure --vars DESTDIR="$pkgdir"
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="320334c9944c44c9a61d24798ecd7603c4dc9fee99035d48d19759ecf2c1ac8ae21a0afde050d6527566e2404c1df4f75e313cec598b7faa93506142ea3c1022 aspell5-be-0.01.tar.bz2"
|