diff options
author | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2018-12-17 07:15:09 -0600 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2018-12-17 07:15:09 -0600 |
commit | 8f0eb77f0ff5cf3ac49b8597bd1026b7721beb78 (patch) | |
tree | 7e04697754875d3b8930c0c8b21828f5c7eb35db /user/aspell-dict-uz | |
parent | 9b1f3f5628b7e789df36bdd129a8ab8f43775d1d (diff) | |
download | packages-8f0eb77f0ff5cf3ac49b8597bd1026b7721beb78.tar.gz packages-8f0eb77f0ff5cf3ac49b8597bd1026b7721beb78.tar.bz2 packages-8f0eb77f0ff5cf3ac49b8597bd1026b7721beb78.tar.xz packages-8f0eb77f0ff5cf3ac49b8597bd1026b7721beb78.zip |
user/aspell-dict-uz: new package
Diffstat (limited to 'user/aspell-dict-uz')
-rw-r--r-- | user/aspell-dict-uz/APKBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
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 <kiyoshi.aman+adelie@gmail.com> +# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> +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" |