summaryrefslogtreecommitdiff
path: root/pcr/grail
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/grail
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/grail')
-rw-r--r--pcr/grail/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/pcr/grail/PKGBUILD b/pcr/grail/PKGBUILD
deleted file mode 100644
index c76d2214f..000000000
--- a/pcr/grail/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Maintainer: Nicolas Quiénot <niQo @ aur>
-# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
-# Contributor: thn81 <root@scrat>
-
-pkgname=grail
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Gesture Recognition And Instantiation Library"
-arch=('i686' 'x86_64')
-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')