From 6cfbbf7cc1af752db54e5865af099e80da867323 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 17 Dec 2018 07:11:25 -0600 Subject: user/aspell-dict-tl: new package --- user/aspell-dict-tl/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 user/aspell-dict-tl/APKBUILD (limited to 'user/aspell-dict-tl/APKBUILD') diff --git a/user/aspell-dict-tl/APKBUILD b/user/aspell-dict-tl/APKBUILD new file mode 100644 index 000000000..7146e8b7f --- /dev/null +++ b/user/aspell-dict-tl/APKBUILD @@ -0,0 +1,26 @@ +# 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" -- cgit v1.2.3-70-g09d2