summaryrefslogblamecommitdiff
path: root/user/aspell-dict-eo/APKBUILD
blob: 0d1d2487b59a967fd37eadef3e83880956c8011d (plain) (tree)

























                                                                                                                                                                                 
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=aspell-dict-eo
pkgver=2.1.20000225a
_pkgver=$pkgver-2
pkgrel=0
pkgdesc="Esperanto dictionaries for aspell"
url="http://aspell.net"
arch="noarch"
options="!check" # no tests
license="GPL-2.0-only"
depends="aspell"
makedepends="debianutils-which"
source="ftp://ftp.gnu.org/gnu/aspell/dict/eo/aspell6-eo-$_pkgver.tar.bz2"
builddir="$srcdir/aspell6-eo-$_pkgver"

build() {
    cd "$builddir"
    ./configure --vars DESTDIR="$pkgdir"
}

package() {
    cd "$builddir"
    make DESTDIR="$pkgdir" install
}
sha512sums="172ff88745e36abccf47ed8526868e3c2fd1f41c6da15893e723ef70bb29fc0e4b4e614f1eae8b3db8206f971f9a9cd9ec627fce2dae611804a276118367dfda  aspell6-eo-2.1.20000225a-2.tar.bz2"