updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / velox / PKGBUILD
blob8377ee427e10611d05bfa2a0e44cafcf2d52e7b9
1 # Maintainer: Trizen <trizenx at gmail dot com>
3 pkgname=velox
4 pkgver=0.0.3
5 pkgrel=1
6 pkgdesc="Velox is a simple window manager inspired by awesome, xmonad, and dwm. It uses xcb to communicate with the X server."
7 arch=('any')
8 url="http://www.ohloh.net/p/velox-wm"
9 license=('GPL2')
10 depends=('xcb-ewmh' 'libyaml' 'libmpdclient' 'cmake')
11 optdepends=()
12 source=(https://github.com/downloads/michaelforney/$pkgname/$pkgname-$pkgver.tar.bz2)
13 md5sums=('0eda26856cdc9fbc68593b6b360970db')
15 build() {
16   cd ${srcdir}
17   cmake $pkgname-$pkgver
18   make
19   make DESTDIR="$pkgdir/" install
20   mv $pkgdir/usr/local/* $pkgdir/usr/