1 # Contributor: Nicolas QuiƩnot <niQo @ aur>
6 pkgdesc="A deamon with jinn-like wish-granting capabilities: it gives applications the ability to support a subset of multi-touch gestures without having to integrate uTouch-GEIS or multi-touch GTK/Qt libs."
7 url="http://launchpad.net/ginn"
10 depends=('utouch-geis' 'bamf' 'bamf-bin' 'libxtst')
11 source=(http://launchpad.net/ginn/0.x/${pkgver}/+download/ginn-${pkgver}.tar.gz)
14 cd ${srcdir}/${pkgname}-${pkgver}
16 ./configure --prefix=/usr --sysconfdir=/etc
18 make DESTDIR=${pkgdir} install || return 1
21 md5sums=('db99263c805033e99ace8bf23cfba4bf')