updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / ginn / PKGBUILD
blob934425a90f395757002e1843c7afbe0224729a9d
1 # Contributor: Nicolas QuiĆ©not <niQo @ aur>
3 pkgname=ginn
4 pkgver=0.2.5
5 pkgrel=2
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"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 depends=('utouch-geis' 'bamf' 'bamf-bin' 'libxtst')
11 source=(http://launchpad.net/ginn/0.x/${pkgver}/+download/ginn-${pkgver}.tar.gz)
13 build() {
14   cd ${srcdir}/${pkgname}-${pkgver}
16   ./configure --prefix=/usr --sysconfdir=/etc
17   make || return 1
18   make DESTDIR=${pkgdir} install || return 1
21 md5sums=('db99263c805033e99ace8bf23cfba4bf')