updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / qxkb / PKGBUILD
blobeb7a75071e9f7339a5d1ba3e5b8fb59993d8dd40
1 # Maintainer: crazyelf5
3 pkgname=qxkb
4 pkgver=0.4.4
5 pkgrel=1
6 arch=('i686' 'x86_64')
7 pkgdesc="Keyboard layout switcher (the further development of axkb)"
8 url="http://code.google.com/p/qxkb/"
9 license=('GPL3')
10 depends=('qt')
11 makedepends=('gcc' 'libx11' 'cmake' 'make')
12 source=(http://qxkb.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
13 md5sums=('f6648fda62b68627709b68d82cc18029')
15 build() {
16         cd ${pkgname}-${pkgver}
17         mkdir build
18         cd build
19         cmake .. -DCMAKE_INSTALL_PREFIX=/usr
20         make DESTDIR="${pkgdir}" install