aboutsummaryrefslogtreecommitdiffstats
path: root/community/evtest
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-19 12:43:36 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-19 13:01:19 -0300
commitf84da9d3f72e69a9671767f6d3a9d5c1dc570fcf (patch)
tree42809514da1f96c7b6c808d9a71b7577929baed3 /community/evtest
parentf7a74f652d05e535489b5c6f496cb9250cfae83c (diff)
downloadaports-f84da9d3f72e69a9671767f6d3a9d5c1dc570fcf.tar.bz2
aports-f84da9d3f72e69a9671767f6d3a9d5c1dc570fcf.tar.xz
community/evtest: upgrade to 1.34
Diffstat (limited to 'community/evtest')
-rw-r--r--community/evtest/APKBUILD24
1 files changed, 10 insertions, 14 deletions
diff --git a/community/evtest/APKBUILD b/community/evtest/APKBUILD
index 0a98dc6cfb..316fef0e06 100644
--- a/community/evtest/APKBUILD
+++ b/community/evtest/APKBUILD
@@ -1,35 +1,31 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=evtest
-pkgver=1.33
+pkgver=1.34
pkgrel=0
pkgdesc="monitor input layer events"
+options="!check" # No testsuite
url="https://cgit.freedesktop.org/evtest/"
arch="all"
license="GPL-2.0"
-depends=""
-makedepends="linux-headers"
-install=""
-subpackages=""
-source="http://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$pkgver.tar.bz2/3e3337df64e1ce8bc7ea8f25fef7c9f0/$pkgname-$pkgver.tar.bz2"
+makedepends="linux-headers autoconf automake libtool"
+source="https://src.fedoraproject.org/repo/pkgs/evtest/evtest-$pkgver.tar.bz2/sha512/94f9ff2642abbd0393d7583edd10f83487a1985963bf3186a0c957bf1d56cef30501bb38ac4df0312eab59f633a606e25638a09e43dc6f3bc31f49aa3c7cec52/evtest-$pkgver.tar.bz2"
-builddir="$srcdir"/$pkgname-$pkgver
+prepare() {
+ default_prepare
+ autoreconf -fi
+}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
- --prefix=/usr \
- || return 1
+ --prefix=/usr
make
}
package() {
- cd "$builddir"
make install DESTDIR="$pkgdir"
}
-md5sums="3e3337df64e1ce8bc7ea8f25fef7c9f0 evtest-1.33.tar.bz2"
-sha256sums="74415dd75cfa1395d4c3218866b87b646667603d726c7e24365d65d9d341dcfe evtest-1.33.tar.bz2"
-sha512sums="8e03be866d47fa7fa20299a4ef99b99d0a91c2c4f965d2cc2084374e83a2d858ea6ea6bd3067fc2bc667e4ea07a6fb9b18675f8dfb5f22cd6cc07553aad9a9a6 evtest-1.33.tar.bz2"
+sha512sums="94f9ff2642abbd0393d7583edd10f83487a1985963bf3186a0c957bf1d56cef30501bb38ac4df0312eab59f633a606e25638a09e43dc6f3bc31f49aa3c7cec52 evtest-1.34.tar.bz2"