1 # Maintainer: osily <ly50247 at gmail dot com>
6 pkgdesc="A Chinese input method"
8 url="http://yong.uueasy.com/"
10 source=("http://ly50247.googlecode.com/files/yong-lin-${pkgver}.7z")
11 sha1sums=("fb2c28b73bf15df4cbc8e5b07f768b5c93d2ff24")
16 [[ "$CARCH" = "x86_64" ]] && rm gtk-im/* && mv l64/* .
18 mv yong.chm README.txt doc
22 mkdir -p $pkgdir/usr/bin/
23 mkdir -p $pkgdir/usr/lib/
25 mv yong $pkgdir/usr/lib
27 ln -sf ../lib/yong/yong .
28 ln -sf ../lib/yong/yong-config .
33 # vim:set ts=4 sw=4 et: