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

Anatol Pomozov anatolik at archlinux.org
Sat Aug 30 07:25:24 UTC 2014


    Date: Saturday, August 30, 2014 @ 09:25:24
  Author: anatolik
Revision: 118084

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

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

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

Copied: evtest/repos/community-testing-i686/PKGBUILD (from rev 118083, evtest/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-08-30 07:25:24 UTC (rev 118084)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Devin J. Pohly <djpohly+arch at gmail.com>
+# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
+
+pkgname=evtest
+pkgver=1.32
+pkgrel=2
+pkgdesc='Input device event monitor and query tool'
+arch=(i686 x86_64)
+url='http://cgit.freedesktop.org/evtest/'
+license=(GPL)
+depends=(glibc)
+makedepends=(asciidoc)
+source=(http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2)
+sha1sums=('5ec495e5396a61df5314322ec2fa72e44c9c2e2a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: evtest/repos/community-testing-x86_64/PKGBUILD (from rev 118083, evtest/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-08-30 07:25:24 UTC (rev 118084)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Devin J. Pohly <djpohly+arch at gmail.com>
+# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
+
+pkgname=evtest
+pkgver=1.32
+pkgrel=2
+pkgdesc='Input device event monitor and query tool'
+arch=(i686 x86_64)
+url='http://cgit.freedesktop.org/evtest/'
+license=(GPL)
+depends=(glibc)
+makedepends=(asciidoc)
+source=(http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2)
+sha1sums=('5ec495e5396a61df5314322ec2fa72e44c9c2e2a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list