diff options
author | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2018-12-17 00:02:33 -0600 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2018-12-17 00:02:33 -0600 |
commit | 6b81eb2adab8ee4ed688d70d519991841a2f8f42 (patch) | |
tree | b7209d0428aabf6a661e7296f35f4e5c440d22b3 /user/aspell-dict-hr/APKBUILD | |
parent | 3abcce9b1a418c7ce4683215e845d6d84721c823 (diff) | |
download | packages-6b81eb2adab8ee4ed688d70d519991841a2f8f42.tar.gz packages-6b81eb2adab8ee4ed688d70d519991841a2f8f42.tar.bz2 packages-6b81eb2adab8ee4ed688d70d519991841a2f8f42.tar.xz packages-6b81eb2adab8ee4ed688d70d519991841a2f8f42.zip |
user/aspell-dict-hr: new package
Diffstat (limited to 'user/aspell-dict-hr/APKBUILD')
-rw-r--r-- | user/aspell-dict-hr/APKBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/user/aspell-dict-hr/APKBUILD b/user/aspell-dict-hr/APKBUILD new file mode 100644 index 000000000..f0af841aa --- /dev/null +++ b/user/aspell-dict-hr/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> +# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> +pkgname=aspell-dict-hr +pkgver=0.51 +_pkgver=$pkgver-0 +pkgrel=0 +pkgdesc="Croatian 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/hr/aspell-hr-$_pkgver.tar.bz2" +builddir="$srcdir/aspell-hr-$_pkgver" + +build() { + cd "$builddir" + ./configure --vars DESTDIR="$pkgdir" +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} +sha512sums="d6d891f3e55252fdbc5e0534c623cc42311c25cd1219351ce8a8160c3c3c49a6f219706e02f2c1c27174ef77c64e17f8cc25844befb17a43802b0a09ab42b1ad aspell-hr-0.51-0.tar.bz2" |