# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=aspell-dict-tl pkgver=0.02.1 _pkgver=${pkgver%.*}-${pkgver#*.*.} pkgrel=0 pkgdesc="Tagalog 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/tl/aspell5-tl-$_pkgver.tar.bz2" builddir="$srcdir/aspell5-tl-$_pkgver" build() { cd "$builddir" ./configure --vars DESTDIR="$pkgdir" } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="2bff0f0191104312b8674ef65ee77a8e80225bc9bb6afe651aeb94a03db8781e8545b5b09f0143f557092c868f0873c17c55055b8cdd66f18a648ba2c805a6f0 aspell5-tl-0.02-1.tar.bz2"