updated on Fri Jan 20 08:04:04 UTC 2012
[aur-mirror.git] / imhangul3 / PKGBUILD
blob3380c9d718541dfe2d908ccce1fceb690a375f10
1 # Editor: zinc <aeiou256_at_naver_dot_com>
3 pkgname=imhangul3
4 pkgver=3.1.0
5 pkgrel=1
6 pkgdesc="Hangul input module for GTK+ 3. This supports Korean Hangul input with several types of keyboards widely used in Korea."
7 arch=(i686 x86_64)
8 url="http://code.google.com/p/imhangul/"
9 license=('LGPL')
10 depends=('gtk3' 'libhangul>=0.0.12')
11 source=(http://imhangul.googlecode.com/files/imhangul-3.1.0.tar.bz2)
12 sha1sums=('8faff9153cb3cf69e1c2188f7d7b5411077b52b2')
14 build() {
15   cd ${startdir}/src/imhangul-${pkgver}
16   ./configure -prefix=/usr
17   make || return 1
18   make DESTDIR=${startdir}/pkg install