updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / xsunpinyin / PKGBUILD
blob885426d4bbc2f2c4e13fcd91d87ffa264373f189
1 pkgname=xsunpinyin
2 pkgver=2.0.3
3 pkgrel=1
4 pkgdesc='The SunPinYin Engine for XIM. SunPinYin is a Statistical Language Model based pinyin IME by Sun.'
5 arch=('i686' 'x86_64')
6 url='http://sunpinyin.googlecode.com'
7 license=('LGPL')
8 depends=('gtk2' 'sunpinyin' 'xproto')
9 makedepends=('scons')
10 source=("http://sunpinyin.googlecode.com/files/xsunpinyin-2.0.3.tar.gz")
11 md5sums=('bfa3a3dc8c22193b3d1fb982316d462e')
13 build() {
14   cd ${pkgname}-${pkgver}
15   scons --prefix=/usr
18 package() {
19   cd ${pkgname}-${pkgver}
20   scons --prefix=/usr --install-sandbox=${pkgdir} install