[arch-commits] Commit in evemu/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Sun Sep 18 09:52:48 UTC 2016


    Date: Sunday, September 18, 2016 @ 09:52:47
  Author: anatolik
Revision: 189909

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  evemu/repos/community-testing-i686/
  evemu/repos/community-testing-i686/PKGBUILD
    (from rev 189908, evemu/trunk/PKGBUILD)
  evemu/repos/community-testing-x86_64/
  evemu/repos/community-testing-x86_64/PKGBUILD
    (from rev 189908, evemu/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: evemu/repos/community-testing-i686/PKGBUILD (from rev 189908, evemu/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-09-18 09:52:47 UTC (rev 189909)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Nicolas Quiénot < niQo at aur >
+# Contributor: Damián Nohales <damiannohales at gmail.com>
+ 
+pkgname=evemu
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay'
+arch=(i686 x86_64)
+url='http://www.freedesktop.org/wiki/Evemu'
+license=(GPL3)
+depends=(libevdev python2)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires <benjamin.tissoires at gmail.com>
+sha1sums=('c548b68867ee862aa6646f31aed6b8cb866aefb8'
+          'SKIP')
+ 
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Tests have to be run as 'root'
+  # make check
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: evemu/repos/community-testing-x86_64/PKGBUILD (from rev 189908, evemu/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-09-18 09:52:47 UTC (rev 189909)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Nicolas Quiénot < niQo at aur >
+# Contributor: Damián Nohales <damiannohales at gmail.com>
+ 
+pkgname=evemu
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay'
+arch=(i686 x86_64)
+url='http://www.freedesktop.org/wiki/Evemu'
+license=(GPL3)
+depends=(libevdev python2)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires <benjamin.tissoires at gmail.com>
+sha1sums=('c548b68867ee862aa6646f31aed6b8cb866aefb8'
+          'SKIP')
+ 
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Tests have to be run as 'root'
+  # make check
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list