summaryrefslogblamecommitdiff
path: root/user/aspell-dict-lt/APKBUILD
blob: 8d31a0a302706568949a93b78a23eeb4902fb975 (plain) (tree)
1
2
3
4
5
6
7
8


                                                           
          
                                     

                                            
                                     




                               

                                                                                          









                                        
                                                                                                                                                                     
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=aspell-dict-lt
pkgver=1.3
_pkgver=${pkgver%.*}-${pkgver#*.*.*.}
pkgrel=0
pkgdesc="Lithuanian dictionaries for aspell"
url="https://launchpad.net/ispell-lt"
arch="noarch"
options="!check" # no tests
license="GPL-2.0-only"
depends="aspell"
makedepends="debianutils-which"
source="https://launchpad.net/ispell-lt/main/$pkgver/+download/aspell6-lt-$pkgver.tar.bz2"
builddir="$srcdir/aspell6-lt-$pkgver"

build() {
    cd "$builddir"
    ./configure --vars DESTDIR="$pkgdir"
}

package() {
    cd "$builddir"
    make DESTDIR="$pkgdir" install
}
sha512sums="dd19994f703b78b1296644699df18ddcdfdcb2441003ed9edee03ee18601ff2e15e9b4ed8fbf844d72b31f0c0313a6755c89b67c44eea35485c30f2abc3b206f  aspell6-lt-1.3.tar.bz2"