X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-vk1-f178.google.com (mail-vk1-f178.google.com [209.85.221.178]) by lists.alpinelinux.org (Postfix) with ESMTP id CDDD8F816C6 for ; Tue, 5 Feb 2019 10:17:32 +0000 (UTC) Received: by mail-vk1-f178.google.com with SMTP id o130so650618vke.10 for ; Tue, 05 Feb 2019 02:17:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=2SF0IsmCsKXv3wg5Ic0ACqSqb1wFf3o9jmPiOl0hfQs=; b=YAx4snFAgyXukw6FUUTF2+X730I9ObvjtEtnVUr4SaW8Byt3hdifXpCusaF2WykBUd L3ScSzZLyTwXBvI7TXiHD0jtlBJcGZSubJ5qWK2s/ih7WgQCvQOQMqqtIqGDBHTOHw7X Mh/Y7lV59vyiXHM8d2LTc7dC1dczXVTxa0nUDB5WLqDaaMfO/hI40fGQo1x9UYjzR+Gd fdROvMKEZz5Etg9Lu4bZrhVpFNANLKzcEh7AXDx3F+Si3XATdDCj3D0ggr9AYTdil7Wn 4SNZwVX1w8Ki2JmKNQYzU8IGI4S+MtS+Z6yqIGSq8aEV8h8BLejy13Lq2HuDtXuLgBe3 zi/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2SF0IsmCsKXv3wg5Ic0ACqSqb1wFf3o9jmPiOl0hfQs=; b=aZRWzSy1ojkf4IbZ2SD+iCCUtT2imxUA81i+uTlHeOkMRlw0L3RHN1f/CtWlH9/YnR gq/KlXCUuli3csJOUZButt4g9SUxeWQUpwWCN8lYNiKGAUdNZ0Snkv1G2vGGHkv3Uy7c 1N+1BLbty5tpzRMSxCuYCcMwIkT0gsajx0tW1wkgR1YXUPfsNJeqntAY52M8heDH9oVh odl2t/uvqEm/wcu1QSjMnbLaRxMPOOK3QRpS3mPGxqPzZvli4ynWnyf1QAvCjDW+/yQ7 eIDMGpUorGl1wAjYUqWePXHJHoWcFU+9w+ihAuuhpwieCbzLNGGtfe9EfGAmYiXYh/gq tsDg== X-Gm-Message-State: AHQUAuZ/BLXqJB1AAw8pDYHEy3zNheXxKuyg7sU9mAuIWDtoSQRnJ4M6 nR6QV0409gm/xZne3wmGsNGvwiJa2sTqKENg5gg= X-Google-Smtp-Source: AHgI3IYHTzDySLJU3VOrJrfZXxbd2ZbvgYiYfUO93Dd6sUi7uImZDxUS1ReykMFFZRVQNJq2FDNHK3r2nmB3tILYc08= X-Received: by 2002:a1f:2ed7:: with SMTP id u206mr1624763vku.72.1549361852247; Tue, 05 Feb 2019 02:17:32 -0800 (PST) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <20181228120821.5567-1-pellegrini.dario@gmail.com> In-Reply-To: <20181228120821.5567-1-pellegrini.dario@gmail.com> From: Leonardo Arena Date: Tue, 5 Feb 2019 11:17:20 +0100 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/evemu: new aport To: Dario Pellegrini Cc: alpine-aports Content-Type: multipart/alternative; boundary="000000000000d4f38f058122ea26" --000000000000d4f38f058122ea26 Content-Type: text/plain; charset="UTF-8" Hi, On Fri, Dec 28, 2018 at 1:08 PM Dario Pellegrini wrote: > https://www.freedesktop.org/wiki/Evemu/ > evemu records and replays device descriptions and events > testing/ > --- > testing/evemu/APKBUILD | 40 ++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 40 insertions(+) > create mode 100644 testing/evemu/APKBUILD > > it needs python: checking for a Python interpreter with version >= 2.6... none configure: error: no suitable Python interpreter found >>> ERROR: evemu: build failed > diff --git a/testing/evemu/APKBUILD b/testing/evemu/APKBUILD > new file mode 100644 > index 0000000000..c770075849 > --- /dev/null > +++ b/testing/evemu/APKBUILD > @@ -0,0 +1,40 @@ > +# Contributor: > +# Maintainer: Dario Pellegrini > +pkgname=evemu > +pkgver=2.7.0 > +pkgrel=0 > +pkgdesc="evemu records and replays device descriptions and events" > +url="https://www.freedesktop.org/wiki/Evemu/" > +arch="all" > +license="GPL" > Please pick the correct license ID one from https://spdx.org/licenses/ > +depends="libevdev-dev libtool" > +depends_dev="" > +makedepends="autoconf automake make gcc" > +install="" > +subpackages="" > +source="$pkgname-$pkgver.tar.gz:: > https://github.com/freedesktop/evemu/archive/v$pkgver.tar.gz" > +builddir="$srcdir/$pkgname-$pkgver" > + > +prepare() { > + default_prepare > + "$builddir"/autogen.sh > +} > + > +build() { > + cd "$builddir" > + ./configure --prefix=/usr \ > + --sysconfdir=/etc \ > + --mandir=/usr/share/man \ > + --infodir=/usr/share/info \ > + --localstatedir=/var \ > + --disable-python-bindings \ > + --disable-tests > Please fix indentation. Other than these minor issues looks good! Thanks! /eo --000000000000d4f38f058122ea26 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
=

On Fri, Dec 28, 2018 = at 1:08 PM Dario Pellegrini <pellegrini.dario@gmail.com> wrote:
https://www.freedesktop.org/wiki= /Evemu/
evemu records and replays device descriptions and events
testing/
---
=C2=A0testing/evemu/APKBUILD | 40 ++++++++++++++++++++++++++++++++++++++++<= br> =C2=A01 file changed, 40 insertions(+)
=C2=A0create mode 100644 testing/evemu/APKBUILD


it needs python:

<= div>checking for a Python interpreter with version >=3D 2.6... none
c= onfigure: error: no suitable Python interpreter found
>>> ERROR= : evemu: build failed

=C2=A0
diff --git a/testing/evemu/APKBUILD b/testing/evemu/APKBUILD
new file mode 100644
index 0000000000..c770075849
--- /dev/null
+++ b/testing/evemu/APKBUILD
@@ -0,0 +1,40 @@
+# Contributor:
+# Maintainer: Dario Pellegrini <pellegrini.dario@gmail.com>
+pkgname=3Devemu
+pkgver=3D2.7.0
+pkgrel=3D0
+pkgdesc=3D"evemu records and replays device descriptions and events&q= uot;
+url=3D"https://www.freedesktop.org/wiki/Evemu/"= ;
+arch=3D"all"
+license=3D"GPL"


Please pick the correct license ID one from https://spdx.org/licenses/

=C2= =A0
+depends=3D"libevdev-dev libtool"
+depends_dev=3D""
+makedepends=3D"autoconf automake make gcc"
+install=3D""
+subpackages=3D""
+source=3D"$pkgname-$pkgver.tar.gz::https://github.com/freedesktop/evemu/archive/v$pkgver.tar.gz"
+builddir=3D"$srcdir/$pkgname-$pkgver"
+
+prepare() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 default_prepare
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 "$builddir"/autogen.sh
+}
+
+build() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0cd "$builddir"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0./configure --prefix=3D/usr \
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--sysconfdir=3D/etc= \
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--mandir=3D/usr/sha= re/man \
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--infodir=3D/usr/sh= are/info \
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--localstatedir=3D/= var \
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--disable-python-bi= ndings \
+=C2=A0 =C2=A0 --disable-tests

Please f= ix indentation.
=C2=A0
= Other than these minor issues looks good!
<= br>
Thanks!


= /eo
--000000000000d4f38f058122ea26-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---