1 # Contributor: Kyle Keen <keenerd@gmail.com>
5 pkgdesc="A simple and light Qt4 WM. 100% compatible with the EWMH and ICCCM standards."
6 url="http://code.google.com/p/eggwm/"
10 source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
11 md5sums=('3442e56d9a78a44c349f9e83f15c8eac')
14 cd "$srcdir/$pkgname-$pkgver"
20 cd "$srcdir/$pkgname-$pkgver"
21 find installation -type f | xargs chmod -x
22 install -d "$pkgdir"/usr/share/eggwm
23 cp -R installation/* "$pkgdir"/usr/share/eggwm
24 install -D -m755 eggwm "$pkgdir"/usr/bin/eggwm