updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / fcitx4 / PKGBUILD
blobd087eaf34eee6d74df9908e779e027dea6d80ee3
1 # Maintainer: Sizhuang Liu <oldherl@gmail.com>
3 pkgname=fcitx4
4 _pkgname=fcitx
5 pkgver=4.0.0
6 _pkgver=${pkgver}_all
7 pkgrel=2
8 pkgdesc="Version 4 of fcitx, Free Chinese Input Toy of X - a Chinese IME for XIM"
9 arch=('i686' 'x86_64')
10 url="http://www.fcitx.org/"
11 license=('GPL')
12 provides=('fcitx')
13 conflicts=('fcitx')
14 depends=('pango' 'dbus-core')
15 makedepends=('intltool>=0.35.0')
16 source=("http://${_pkgname}.googlecode.com/files/${_pkgname}-${_pkgver}.tar.gz")
17 #md5sums=('d059623bd2d1ec00e95d27d8120ec1c8')
18 md5sums=('ce1156b19c719b04bd077f53fc4bd980')
20 build() {
21   cd "${srcdir}/${_pkgname}-${pkgver}"
22   ./configure --prefix=/usr || return 1
23   make || return 1
24   make DESTDIR="${pkgdir}" install || return 1