X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-ua0-f177.google.com (mail-ua0-f177.google.com [209.85.217.177]) by lists.alpinelinux.org (Postfix) with ESMTP id 87E9A5C613D for ; Wed, 18 Jul 2018 10:12:41 +0000 (GMT) Received: by mail-ua0-f177.google.com with SMTP id t14-v6so2565017uao.8 for ; Wed, 18 Jul 2018 03:12:41 -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=aq+coiTweoB4vl6ga2L2hHFPEywds8d3TK/htAkw4C8=; b=q/U1CMJWPzPU7YU8qEc72iR+57jtYzFPC9ev5a3i0M+W+H7FWII8n7HtAJsgOjYGab /fdfPwtXM8dD8Yluzk2YTqzuRtdpXpzYZgbCHWDT11QOcz+jG+I/vsjwcc3uXCbvyU5L 4+I1qbf3bgP/e1vXpqtEsGhQW+OsEqlfWO9LlNXNlBvwbrM/JGeDmZVnKL+Id749CTq2 LAkWaFvcymNCi3C544nq1SK82+3UZUGtE6zalVcCUQLlRqwYGGBRubu9DZf0NPjIDZxu qFdcww2emN2UfoNgJ55/uD37FOYMd3Yhfp2KRprxBLQw9vyVJ07H9i9ohFNcE+9/8JXE Ri+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:in-reply-to:references:from:date :message-id:subject:to:cc; bh=aq+coiTweoB4vl6ga2L2hHFPEywds8d3TK/htAkw4C8=; b=Vb5gOy6NIgxcp1LBSSO1CIhxXffYQoPcgOeNzZPcKAyF09EsEE4ac9wgMTQbedtqg/ NQQKGyi3CidHwOfXU4AM0R8J8/08Xn2MkysYiqKcIfdbtRcFJ7WBAbgGaiituZvux/xG GjVVUDi67hkWrk54YhydbQmVmZI3SSdylHTBUUdI/iuX2vN21scJVOSEk1Xvgfn87MKv sTGOLmAf2hQRqlm+vZt8aP9PIeKwIeuOrwTBLM6MsD7ts6yBb2TXEnF+WcZo5LGBix1C KTwgQGywXEo6sSWzyHq9NfQ3cZBsFqGwjy/a6Xrz/9rG1L9PcoDRZUost0miH+YgDEjG mHng== X-Gm-Message-State: AOUpUlHBSbeiRYwEZ1JatQkH3tMsfyqz2EWSQcvY/xY8A2WHg/pAYkMb XBPwC0tO9/LC4MRZlIXg+Geb90OWJGXQL7sOxz/JOJ1o X-Google-Smtp-Source: AAOMgpfXdmVhty9EKkuvvbCy0GhP5KayudmwbuirR50ms2YMHavuGmVdJmiuewSFdc7WDFNL8ExhQd5ec60hSxJXelM= X-Received: by 2002:a9f:3b69:: with SMTP id j41-v6mr3230546uah.37.1531908761077; Wed, 18 Jul 2018 03:12:41 -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; Wed, 18 Jul 2018 03:12:40 -0700 (PDT) In-Reply-To: <20180623194046.20554-1-mps@arvanta.net> References: <20180623194046.20554-1-mps@arvanta.net> From: Leonardo Arena Date: Wed, 18 Jul 2018 12:12:40 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/simple-mtpfs: new aport To: =?UTF-8?Q?Milan_P=2E_Stani=C4=87?= Cc: alpine-aports Content-Type: multipart/alternative; boundary="000000000000884cc60571434de3" --000000000000884cc60571434de3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, sorry for the late review. Please see few comments below. On Sat, Jun 23, 2018 at 9:40 PM, Milan P. Stani=C4=87 wro= te: > https://github.com/phatina/simple-mtpfs > filesystem driver and CLI utility for mounting MTP based devices > --- > testing/simple-mtpfs/APKBUILD | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > create mode 100644 testing/simple-mtpfs/APKBUILD > > diff --git a/testing/simple-mtpfs/APKBUILD b/testing/simple-mtpfs/APKBUIL= D > new file mode 100644 > index 0000000000..81d3c431d6 > --- /dev/null > +++ b/testing/simple-mtpfs/APKBUILD > @@ -0,0 +1,30 @@ > +# Contributor: Milan P. Stani=C4=87 > +# Maintainer: Milan P. Stani=C4=87 > +pkgname=3Dsimple-mtpfs > +pkgver=3D0.3.0 > +pkgrel=3D0 > +pkgdesc=3D"filesystem driver and CLI utility for MTP based devices" > +url=3D"https://github.com/phatina/simple-mtpfs" > +arch=3D"all" > +license=3D"GPL-2" > The license ID is invalid according to the standard we use: https://spdx.org/licenses/ > +depends=3D"" > +makedepends=3D"libmtp-dev libusb-dev fuse-dev" > +install=3D"" > Optionally you may remove empy variables. +subpackages=3D"$pkgname-doc" > +source=3D"https://github.com/phatina/simple-mtpfs/archive/$ > {pkgname}-${pkgver}.tar.gz" > +builddir=3D"$srcdir/${pkgname}-${pkgname}-${pkgver}" > + > +build() { > + cd "$builddir" > + ./autogen.sh > Indent broken. In any case "autogen.sh" belongs to prepare() function. Thanks! /eo --000000000000884cc60571434de3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

sorry for the late revie= w. Please see few comments below.

<= div class=3D"gmail_quote">On Sat, Jun 23, 2018 at 9:40 PM, Milan P. Stani= =C4=87 <mps@arvanta.net> wrote:
https://github.com/phatina/simple= -mtpfs
filesystem driver and CLI utility for mounting MTP based devices
---
=C2=A0testing/simple-mtpfs/APKBUILD | 30 ++++++++++++++++++++++++++++++
=C2=A01 file changed, 30 insertions(+)
=C2=A0create mode 100644 testing/simple-mtpfs/APKBUILD

diff --git a/testing/simple-mtpfs/APKBUILD b/testing/simple-mtpfs/APKBUILD
new file mode 100644
index 0000000000..81d3c431d6
--- /dev/null
+++ b/testing/simple-mtpfs/APKBUILD
@@ -0,0 +1,30 @@
+# Contributor: Milan P. Stani=C4=87 <mps@arvanta.net>
+# Maintainer: Milan P. Stani=C4=87 <= mps@arvanta.net>
+pkgname=3Dsimple-mtpfs
+pkgver=3D0.3.0
+pkgrel=3D0
+pkgdesc=3D"filesystem driver and CLI utility for MTP based devices&qu= ot;
+url=3D"https://github.com/phatina/simple-mtpfs= "
+arch=3D"all"
+license=3D"GPL-2"


=
The license ID is invalid according to the standard we use: https://spdx.org/licenses/
<= br>
=C2=A0
+depends=3D""
+makedepends=3D"libmtp-dev libusb-dev fuse-dev"
+install=3D""


= Optionally you may remove empy variables.


+subpackages=3D"$pkgname-doc"
+source=3D"https://g= ithub.com/phatina/simple-mtpfs/archive/${pkgname}-${pkgver}.tar.g= z"
+builddir=3D"$srcdir/${pkgname}-${pkgname}-${pkgver}"
+
+build() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0cd "$builddir"
+=C2=A0 ./autogen.sh


Ind= ent broken. In any case "autogen.sh" belongs to prepare() functio= n.

Thanks!

/eo
<= /div>
--000000000000884cc60571434de3-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---