1 pkgname=utouch-grail-bzr
4 pkgdesc="Gesture Recognition And Instantiation Library"
6 url="https://launchpad.net/utouch-grail"
8 depends=('mtdev' 'utouch-evemu-bzr' 'utouch-frame-bzr')
10 provides=('utouch-grail')
11 conflicts=('utouch-grail')
17 _bzrtrunk=lp:utouch-grail
23 if [ -d ${_bzrmod} ]; then
25 msg "The local files are updated."
27 bzr co ${_bzrtrunk} ${_bzrmod}
30 cd "${srcdir}/${_bzrmod}"
32 ./configure --prefix=/usr
37 cd "${srcdir}/${_bzrmod}"
38 make DESTDIR="$pkgdir" install