From 3cda472aaf2e2eca82c73689fd8916c26a9edfb0 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Thu, 13 Dec 2018 15:10:09 -0600 Subject: user/aspell-dict-ca: new package --- user/aspell-dict-ca/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 user/aspell-dict-ca/APKBUILD (limited to 'user/aspell-dict-ca') diff --git a/user/aspell-dict-ca/APKBUILD b/user/aspell-dict-ca/APKBUILD new file mode 100644 index 000000000..54ab4cba2 --- /dev/null +++ b/user/aspell-dict-ca/APKBUILD @@ -0,0 +1,28 @@ +# Contributor: Kiyoshi Aman +# Maintainer: Kiyoshi Aman +pkgname=aspell-dict-ca +pkgver=2.1.5 +_pkgver=$pkgver-1 +pkgrel=0 +pkgdesc="Catalan dictionaries for aspell" +url="http://aspell.net" +arch="noarch" +license="GPL-2.0-only" +options="!check" # no tests +depends="aspell" +makedepends="debianutils-which" +source="ftp://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-$_pkgver.tar.bz2" +builddir="$srcdir/aspell6-ca-$_pkgver" + +build() { + cd "$builddir" + ./configure --vars DESTDIR="$pkgdir" + make +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="9f3baef829948a4979c03dcc380caf3fa249912fa94d375a41df4d34d62ffdbf781a777eb437d101bdf99873e9d515a4d27ebef08f71ff435f07e845194c9f0a aspell6-ca-2.1.5-1.tar.bz2" -- cgit v1.2.3-60-g2f50