[arch-commits] Commit in evtest/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Sat Aug 1 02:40:20 UTC 2015
Date: Saturday, August 1, 2015 @ 04:40:20
Author: anatolik
Revision: 137650
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 137649, evtest/trunk/PKGBUILD)
evtest/repos/community-testing-x86_64/
evtest/repos/community-testing-x86_64/PKGBUILD
(from rev 137649, 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 137649, evtest/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-01 02:40:20 UTC (rev 137650)
@@ -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.33
+pkgrel=1
+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=('078a35205cef72f36b12db871a8a8ad0fdafe66b')
+
+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 137649, evtest/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2015-08-01 02:40:20 UTC (rev 137650)
@@ -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.33
+pkgrel=1
+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=('078a35205cef72f36b12db871a8a8ad0fdafe66b')
+
+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