updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / anthy-ut / PKGBUILD
blobe3c52e8bd83a698119a1589c85d1a2d3deee784f
1 # Contributor: noonov <noonov@gmail.com>
3 pkgname=anthy-ut
4 pkgver=9100h_20110409ut
5 pkgrel=1
6 _pkgname=${pkgname/-ut/}
7 _pkgver=${pkgver/_/-}
8 pkgdesc="Dictionaries and patches for G-HAL's Anthy"
9 arch=('i686' 'x86_64')
10 url="http://www.geocities.jp/ep3797/anthy_dict_01.html"
11 license=('LGPL2.1' 'GPL2' 'BSD')
12 depends=('gcc-libs')
13 makedepends=('emacs')
14 provides=("anthy=${pkgver%_*}")
15 conflicts=('anthy')
16 options=('!libtool')
17 source=(http://downloads.sourceforge.net/mdk-ut/${_pkgname}-${_pkgver}.tar.bz2)
19 build() {
20   cd ${srcdir}/${_pkgname}-${_pkgver}
22   ./configure --prefix=/usr --sysconfdir=/etc
23   make EMACS=emacs
26 package() {
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')