pkgname=enchant pkgver=2.6.9 pkgrel=1 epoch=2 pkgdesc="A wrapper library for generic spell checking" arch=('x86_64') url="https://abiword.github.io/enchant/" license=('LGPL') depends=('aspell' 'dbus-glib' 'hunspell' 'hspell') makedepends=('groff') options=('!libtool') #source=("http://www.abisource.com/downloads/enchant/${pkgver}/${pkgname}-${pkgver}.tar.gz") source=("https://github.com/AbiWord/enchant/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz") md5sums=('2200119317326bce456a7c831376ca6a') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ --disable-static \ --enable-relocatable \ --with-zemberek make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }