updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / eggwm / PKGBUILD
blob94e5b8de9dca7cb539961fe0cbfb54cc1d70ca38
1 # Contributor: Kyle Keen <keenerd@gmail.com>
2 pkgname=eggwm
3 pkgver=0.2
4 pkgrel=1
5 pkgdesc="A simple and light Qt4 WM.  100% compatible with the EWMH and ICCCM standards."
6 url="http://code.google.com/p/eggwm/"
7 arch=('i686' 'x86_64')
8 license="GPL"
9 depends=('qt')
10 source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
11 md5sums=('3442e56d9a78a44c349f9e83f15c8eac')
13 build() {
14   cd "$srcdir/$pkgname-$pkgver"
15   qmake
16   make
19 package() {
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