diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2018-12-29 21:57:26 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2018-12-29 21:57:26 +0000 |
commit | c999dc9826ec3ac419865778b19f4ba2e710a50f (patch) | |
tree | 928d6c9fd778122d915bccfe71c9e95164523bdc /user/aspell/APKBUILD | |
parent | f64e3c9d8907eb4ee3165975ceb1267d4eb40c5c (diff) | |
parent | e8ea961cf71d87ff11329a1e2d56b9f7626c1f2c (diff) | |
download | packages-c999dc9826ec3ac419865778b19f4ba2e710a50f.tar.gz packages-c999dc9826ec3ac419865778b19f4ba2e710a50f.tar.bz2 packages-c999dc9826ec3ac419865778b19f4ba2e710a50f.tar.xz packages-c999dc9826ec3ac419865778b19f4ba2e710a50f.zip |
Merge branch 'aspell' into 'master'
Fix aspell package, add all (official) aspell dictionaries
See merge request !128
Diffstat (limited to 'user/aspell/APKBUILD')
-rw-r--r-- | user/aspell/APKBUILD | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/user/aspell/APKBUILD b/user/aspell/APKBUILD index a2cc79f32..8da5b4041 100644 --- a/user/aspell/APKBUILD +++ b/user/aspell/APKBUILD @@ -2,17 +2,16 @@ # Maintainer: pkgname=aspell pkgver=0.60.6.1 -pkgrel=13 +pkgrel=14 pkgdesc="Libre spell checker software" url="http://aspell.net/" arch="all" license="LGPL-2.0+" -subpackages="$pkgname-compat::noarch $pkgname-utils $pkgname-dev $pkgname-doc - $pkgname-lang $pkgname-libs" -depends= -depends_dev="$pkgname-utils" +subpackages="$pkgname-compat::noarch $pkgname-dev $pkgname-doc + $pkgname-lang" +depends="perl" makedepends="ncurses-dev perl" -install= +provides="aspell-utils" source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" prepare() { @@ -52,18 +51,4 @@ compat() { mv spell ispell "$subpkgdir"/usr/bin/ } -utils() { - pkgdesc="Utilities for aspell" - depends="$pkgname perl" - install -d "$subpkgdir"/usr/bin - cd "$pkgdir"/usr/bin - mv pre* aspell-import run-with-aspell word-list-compress "$subpkgdir"/usr/bin/ -} - -libs() { - default_libs - mv "$pkgdir"/usr/share "$subpkgdir"/usr - rm -fr "$pkgdir"/usr/lib -} - sha512sums="f310c7590be98406589b5c26ca36a2ecfe4733f0b40fd6c176b96b7955ef2b5cd0ec9a3d770cf132146ae7a896042b4b698945112995ee1ae66adcfa5542247f aspell-0.60.6.1.tar.gz" |