1 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de
5 pkgdesc="Configure m17n input methods"
6 url="http://www.m17n.org"
9 depends=('m17n-lib' 'gtk2')
10 source=(http://www.m17n.org/m17n-lib-download/$pkgname-$pkgver.tar.gz)
11 md5sums=('dfb1812d604c5b2392ebb7e47034c3f9')
14 cd $srcdir/$pkgname-$pkgver
15 ./configure --prefix=/usr
17 make DESTDIR=$pkgdir install