summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c5a423b5b8faff3f440a3189cc3ad31ad2d33ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
# Maintainer: Nicolas QuiƩnot <niQo @ aur>
# Contributor: Xiao-Long Chen <chenxiaolong [at[ cxl.epac.to>
# Contributor: thn81 <root@scrat>

pkgname=grail
pkgver=3.1.1
pkgrel=2
pkgdesc="Gesture Recognition And Instantiation Library"
arch=('i686' 'x86_64')
url="https://launchpad.net/grail"
license=('GPL')
depends=('frame>=2.5.0' 'libxi')
makedepends=('xorgproto')
conflicts=('utouch-grail')
replaces=('utouch-grail')
options=('!libtool')
source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
md5sums=('0df1b3ec6167920f310e2effe6e2ad44')

build() {
  cd "$pkgname-$pkgver"
  ./configure --prefix=/usr
  MAKEFLAGS="-j1"
  make ${MAKEFLAGS}
}

package() {
  cd "$pkgname-$pkgver"
  make DESTDIR="$pkgdir/" install
}