1 # Maintainer: Gaetan Bisson <bisson@archlinux.org>
2 # Contributor: Camille Moncelier <pix@devlife.org>
7 pkgdesc='Multilingual text processing library (runtimes)'
8 url='https://www.nongnu.org/m17n/'
11 depends=('libxft' 'm17n-db' 'fribidi' 'libthai' 'libxml2' 'gd' 'libotf')
12 makedepends=('anthy' 'ispell')
13 optdepends=('anthy: to use the anthy input method'
14 'ispell: to use the ispell input method')
15 options=('!makeflags' '!emptydirs')
16 validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
17 source=("https://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
18 sha256sums=('78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a')
21 cd ${pkgname}-${pkgver}
22 sed -i 's/freetype-config/pkg-config freetype2/' configure
26 cd ${pkgname}-${pkgver}
27 ./configure --prefix=/usr
32 cd ${pkgname}-${pkgver}
33 make DESTDIR="${pkgdir}" install