# Maintainer (Arch): Nicolas QuiƩnot # Contributor (Arch): Xiao-Long Chen # Contributor (Arch): thn81 pkgname=grail pkgver=3.1.0 pkgrel=1 pkgdesc="Gesture Recognition And Instantiation Library" arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/grail" license=('GPL') depends=('frame>=2.5.0' 'libxi') makedepends=('inputproto') conflicts=('utouch-grail') replaces=('utouch-grail') options=('!libtool') source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz") build() { cd "${srcdir}/${pkgname}-${pkgver}" # Static library needed for tests ./configure --prefix=/usr # --disable-static MAKEFLAGS="-j1" make ${MAKEFLAGS} } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}/" install } md5sums=('f0f8c56430ee3717778dec6452201c33')