From 8f0eb77f0ff5cf3ac49b8597bd1026b7721beb78 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 17 Dec 2018 07:15:09 -0600 Subject: user/aspell-dict-uz: new package --- user/aspell-dict-uz/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 user/aspell-dict-uz/APKBUILD (limited to 'user/aspell-dict-uz') diff --git a/user/aspell-dict-uz/APKBUILD b/user/aspell-dict-uz/APKBUILD new file mode 100644 index 000000000..cc9e0b28a --- /dev/null +++ b/user/aspell-dict-uz/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Kiyoshi Aman +# Maintainer: Kiyoshi Aman +pkgname=aspell-dict-uz +pkgver=0.6.0 +_pkgver=${pkgver%.*}-${pkgver#*.*.} +pkgrel=0 +pkgdesc="Uzbek 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/uz/aspell6-uz-$_pkgver.tar.bz2" +builddir="$srcdir/aspell6-uz-$_pkgver" + +build() { + cd "$builddir" + ./configure --vars DESTDIR="$pkgdir" +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} +sha512sums="0542a83c149ad761d8bb964be556bfb2387404fce21e0e38d3c0fa8efef2d1587db0fa80140cf7de72da7f08bbb807ff931a95bb63c2a84771a197f5841e545b aspell6-uz-0.6-0.tar.bz2" -- cgit v1.2.3-70-g09d2