summaryrefslogtreecommitdiff
path: root/pcr/geis/PKGBUILD
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/geis/PKGBUILD
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/geis/PKGBUILD')
-rw-r--r--pcr/geis/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/pcr/geis/PKGBUILD b/pcr/geis/PKGBUILD
deleted file mode 100644
index 629cb9d12..000000000
--- a/pcr/geis/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Maintainer: Nicolas Quiénot <niQo @ AUR >
-# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
-
-pkgname=geis
-pkgver=2.2.15
-pkgrel=3
-pkgdesc="Implementation of the GEIS (Gesture Engine Interface and Support) interface."
-arch=('i686' 'x86_64')
-url="https://launchpad.net/geis"
-license=('GPL' 'LGPL')
-depends=('grail' 'dbus' 'python-gobject')
-makedepends=('xorg-server-devel')
-provides=('utouch-geis')
-conflicts=('utouch-geis')
-replaces=('utouch-geis')
-options=('!emptydirs' '!libtool')
-source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ## add -Wno-format in CFLAGS see FS#34658
- CFLAGS="$CFLAGS -Wno-format" ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="${pkgdir}/" install
-}
-
-md5sums=('94c8a08497f5fc22061fb0573ca1e220')