summaryrefslogblamecommitdiff
path: root/user/enchant/APKBUILD
blob: fab725135a86df5941dc08b1deacdb2e106d367b (plain) (tree)
1
2
3
4
5
6
7
8
              
               
             
        
                                            

                                        
                                                          


                                       
                                              
                                                                      
                                                                                             

         








                                         



                  


                                      
                                                                                                                                                                    
# Maintainer: 
pkgname=enchant
pkgver=2.2.12
pkgrel=0
pkgdesc="Generic library for spell checking"
url="https://abiword.github.io/enchant/"
arch="all"
options="!check"  # Requires dictionary that it can't find
license="LGPL-2.0+"
subpackages="$pkgname-dev $pkgname-doc"
depends=""
checkdepends="aspell-dict-en unittest-cpp-dev"
makedepends="aspell-dev bash dbus-glib-dev file glib-dev hunspell-dev"
source="https://github.com/AbiWord/enchant/releases/download/v$pkgver/enchant-$pkgver.tar.gz"

build() {
	CC="gcc" OBJC="gcc" ./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--disable-static
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="ac284ed9649b11a13ff529db68cef8da829b5ff1c46ccfff36e5770fcd762055c1a75f6afbf1d2cdb00c3d8ae1cf7f336d1ff794de8f430dc2e89bb805525211  enchant-2.2.12.tar.gz"