1 # Contributor: noonov <noonov@gmail.com>
4 pkgver=9100h_20110409ut
6 _pkgname=${pkgname/-ut/}
8 pkgdesc="Dictionaries and patches for G-HAL's Anthy"
10 url="http://www.geocities.jp/ep3797/anthy_dict_01.html"
11 license=('LGPL2.1' 'GPL2' 'BSD')
14 provides=("anthy=${pkgver%_*}")
17 source=(http://downloads.sourceforge.net/mdk-ut/${_pkgname}-${_pkgver}.tar.bz2)
20 cd ${srcdir}/${_pkgname}-${_pkgver}
22 ./configure --prefix=/usr --sysconfdir=/etc
27 cd ${srcdir}/${_pkgname}-${_pkgver}
29 make EMACS=emacs DESTDIR=${pkgdir} install
30 install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
33 md5sums=('edbdfb57dce92a072685737fe6478174')