updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / fcitx-sunpinyin / PKGBUILD
blob6c8dc409bd633e4e8332f28ec67922163c2e5fbb
1 pkgname=fcitx-sunpinyin
2 pkgver=0.3.2
3 pkgrel=1
4 pkgdesc="Fcitx Wrapper for sunpinyin."
5 arch=('i686' 'x86_64')
6 url="http://code.google.com/p/fcitx"
7 license=('GPL')
8 depends=('fcitx>=4.1.2' 'sunpinyin-git')
9 makedepends=('cmake' 'intltool')
10 source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
12 build(){
13     cd "$srcdir/${pkgname}-${pkgver}"
14     rm -rf build
15     mkdir build
16     cd build
17     
18     cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
19     make
22 package ()
24     cd "$srcdir/${pkgname}-${pkgver}/build"
25     make DESTDIR=${pkgdir} install
27 md5sums=('a43cc199b16880a2a4b3dbdfed07c9a8')