updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / ucimf-sunpinyin / PKGBUILD
blobf2a0ebae8c5532ad425dc336c60b3cd716e41ca3
1 # Maintainer: Yangtse Su  <yangtsesu@gmail.com>
3 pkgname=ucimf-sunpinyin
4 pkgver=0.5
5 pkgrel=2
6 pkgdesc="Ucimf  Wrapper for sunpinyin."
7 arch=("i686" "x86_64")
8 license=('GPL')
9 url="http://code.google.com/p/ucimf/"
10 depends=('sqlite3' 'libucimf>=2.3.7' 'sunpinyin')
11 source=("http://ucimf.googlecode.com/files/$pkgname-$pkgver.tar.gz")
12 md5sums=('435988b3d2038a9f59d0af59d175c733')
14 build() {
15         cd $startdir/src/$pkgname-$pkgver
16         ./configure --prefix=/usr
17         make || return 1
18         make DESTDIR=${startdir}/pkg install || return 1