X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-vk0-f66.google.com (mail-vk0-f66.google.com [209.85.213.66]) by lists.alpinelinux.org (Postfix) with ESMTP id D5A055C52F3 for ; Tue, 17 Jul 2018 13:57:07 +0000 (GMT) Received: by mail-vk0-f66.google.com with SMTP id b78-v6so599857vka.12 for ; Tue, 17 Jul 2018 06:57:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=CVZalmXLjPoFeue6qzcBdYNuRG45pAOcBz9KtdRsWDw=; b=NI9eW0c2iPcSEqCW56q7E9ZD8XgOlz7h/tSa7aTfuBdWlPKz7IYMrgQknNdnska0z8 VV0aWLCPFaiVrPbRwAtXX6mNrmSbeQqDx9BZcrWc1CPc9cMlr5DOEa9wtKjx6+uGfWqJ gspkcG4NKNwmdaPh/I32onvZHsxGi9pfBj+akIcxyx+Y/ZHNS4Sfidt/1qMN3elEIyM3 enGZy+25DAyqZss9c+5ErrQdIIKrZjXGlkiuWl7tHbhWWso+Tq0rD1Ej3jW+YAj7WW4C Qg6+ZV+vNpBIQLkWF7WGmqYEw8TZfAD7c7QkG9ghVM2IYFe/Dn7pjHoUq/MBg2DEr/cC rhPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=CVZalmXLjPoFeue6qzcBdYNuRG45pAOcBz9KtdRsWDw=; b=RaFXYDAv4GoAzjrx/Y1/K550rYxqbTElrFPGsvgxgTht2uFsschGKGytBBQiXRDjFL d1FB3CivQsim+RjCrV4DMuL1bdG6YKT7GpitK6+wcjqe2Mnoiyb9OI6PeQp38eQfE9xN Egi8ZHXZsFTFN+4dsefelgzf/DE+8/xHCMGVpHk3BHCrdasyH2CEBgvJ+LcwMFwJRLuB zNgVUi3vC6XNuihCFMY8TqAzeZo02pCTxc5ne/mUynsjdTZCYqw8PFUjcv7k0I6MxVBo t2kSh+ywhWibHYA+4SgjYVM0W2BUZi/CTHfdIwE/mvsMq1PIaLyTqyZRBNhqXb86DgXw HzSQ== X-Gm-Message-State: AOUpUlH9xjYSU2SSX2zJ7bxk/jqwZOAbSo8MwgvBSU/qdmGWRLB1u7W6 hE4ZGH0yRxdunF7vmG2JVFtxfa2DuzSXuOHBSKI= X-Google-Smtp-Source: AAOMgpdkXC4XAlVNfalvjPuu9/D67TfyIwp+X8l2uBR+tSk6YApcDx4A/vKraaJImpEyJpUPuykjVs4bY3x5j3e03eU= X-Received: by 2002:a1f:8649:: with SMTP id i70-v6mr925968vkd.29.1531835827360; Tue, 17 Jul 2018 06:57:07 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 2002:ab0:6152:0:0:0:0:0 with HTTP; Tue, 17 Jul 2018 06:57:06 -0700 (PDT) In-Reply-To: <20180508225003.19014-1-marian.buschsieweke@ovgu.de> References: <20180508225003.19014-1-marian.buschsieweke@ovgu.de> From: Leonardo Arena Date: Tue, 17 Jul 2018 15:57:06 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/dfu-utils: New aport To: Marian Buschsieweke Cc: alpine-aports Content-Type: multipart/alternative; boundary="00000000000058161005713252c3" --00000000000058161005713252c3 Content-Type: text/plain; charset="UTF-8" Hi, please see comments below. On Wed, May 9, 2018 at 12:50 AM, Marian Buschsieweke < marian.buschsieweke@ovgu.de> wrote: > Host side implementation of the DFU 1.0 and DFU 1.1 specifications > http://dfu-util.sourceforge.net/ > --- > testing/dfu-util/APKBUILD | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 testing/dfu-util/APKBUILD > > diff --git a/testing/dfu-util/APKBUILD b/testing/dfu-util/APKBUILD > new file mode 100644 > index 0000000000..14bcd84117 > --- /dev/null > +++ b/testing/dfu-util/APKBUILD > @@ -0,0 +1,28 @@ > +# Maintainer: Marian Buschsieweke > +pkgname=dfu-util > +pkgver=0.9 > +pkgrel=0 > +pkgdesc="Host side implementation of the DFU 1.0 and DFU 1.1 > specifications" > +url="http://dfu-util.sourceforge.net/" > +arch="all" > +license="GPL-2" > Licence ID is incorrect: https://spdx.org/licenses/ +depends= > +makedepends="libusb-dev" > +options="!check" > "make check" is supported. Is there any why it's disabled? Thanks! /eo --00000000000058161005713252c3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

please see comments belo= w.

On We= d, May 9, 2018 at 12:50 AM, Marian Buschsieweke <marian.buschsie= weke@ovgu.de> wrote:
Host side implementation of the DFU 1.0 and DFU 1.1 specificat= ions
http://dfu-util.sourceforge.net/
---
=C2=A0testing/dfu-util/APKBUILD | 28 ++++++++++++++++++++++++++++
=C2=A01 file changed, 28 insertions(+)
=C2=A0create mode 100644 testing/dfu-util/APKBUILD

diff --git a/testing/dfu-util/APKBUILD b/testing/dfu-util/APKBUILD
new file mode 100644
index 0000000000..14bcd84117
--- /dev/null
+++ b/testing/dfu-util/APKBUILD
@@ -0,0 +1,28 @@
+# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
+pkgname=3Ddfu-util
+pkgver=3D0.9
+pkgrel=3D0
+pkgdesc=3D"Host side implementation of the DFU 1.0 and DFU 1.1 specif= ications"
+url=3D"http://dfu-util.sourceforge.net/"
+arch=3D"all"
+license=3D"GPL-2"


=
Licence ID is incorrect: https:= //spdx.org/licenses/
=C2=A0

+depends=3D
+makedepends=3D"libusb-dev"
+options=3D"!check"


"make check" is supported. Is there any why it's disabl= ed?

Thanks!

/eo
--00000000000058161005713252c3-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---