diff options
Diffstat (limited to 'pcr/geis/PKGBUILD')
-rw-r--r-- | pcr/geis/PKGBUILD | 33 |
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') |