updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / fcitx-ui-light / PKGBUILD
blob29105d1a2f162f25d2c15b8a2751dba4652d334f
1 # Author: CSSlayer <wengxt@gmail.com>
2 # Maintainer: Yangtse <yangtsesu@gmail.com> 
4 pkgname=fcitx-ui-light
5 pkgver=0.1.2
6 pkgrel=1
7 pkgdesc="light weight xlib and xft based ui for fcitx."
8 arch=('i686' 'x86_64')
9 url="http://code.google.com/p/fcitx"
10 license=('GPL2')
11 depends=('fcitx>=4.1.0')
12 makedepends=('cmake' 'intltool')
13 source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
15 build(){
16     cd "$srcdir/${pkgname}-${pkgver}"
17     rm -rf build
18     mkdir build
19     cd build
20     
21     cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
22     make
25 package ()
27     cd "$srcdir/${pkgname}-${pkgver}/build"
28     make DESTDIR=${pkgdir} install
30 md5sums=('3d1208f67945e4023e40257fd3460628')