1 # Contributor: Kyle Keen <keenerd@gmail.com>
4 _fullver=0.3-3 # bleh dashes in version
7 pkgdesc="An innovative (and beta) hybrid floating/tiling WM."
9 url="http://code.google.com/p/lunchbox/"
11 depends=('cairo' 'libxcursor')
14 source=(http://$pkgname.googlecode.com/files/${pkgname}_${_fullver}.tar.gz)
15 md5sums=('accb26993329f919560f0dee19224653')
18 cd "$srcdir"/${pkgname}-${_tarver}
19 install -d "$pkgdir"/usr/bin # makefile bug
20 rm themes/.lunchbox # symlink to author's home
21 sed -i 's|/local/lunchbox|/share/lunchbox|' theme.c # source does not care about datadir
22 make datadir=/usr/share
23 make DESTDIR="$pkgdir" datadir=/usr/share install