X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-ua0-f182.google.com (mail-ua0-f182.google.com [209.85.217.182]) by lists.alpinelinux.org (Postfix) with ESMTP id A49665C6175 for ; Tue, 17 Jul 2018 14:29:01 +0000 (GMT) Received: by mail-ua0-f182.google.com with SMTP id y8-v6so803397uan.3 for ; Tue, 17 Jul 2018 07:29:01 -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=lBdJaNQo3CcIrzc1BlvdmpI/KyQ8IjpyPUxoY8pQ8Us=; b=bIzItoNZ7jabsBLBSUgzijoPl25jpskvyvvcp5oTh1QEKGdLexZOYn+bATvl6vB3Xn 8er1LAgmvFN/vgB9r6YtqUXDq9cXewAUthb++JNNzW5KBC7r49pUbwpU3+BgLjV/uRS/ NrmcjF/6n51Rsubk8xsKrfqlM12sHApgbEEt4H72Pnl+UE3sRMpC8DxLUUl1JXIAupKQ q9JZe3hqXbekG5rFwzTseojGc7+YNaJxZtMfUC6kYwVobEvZaCmBTokniI8TOMXnZK5s fHAHlnYgxv/8qO0iVLgAv97wJ5wm4WoTTpuP1Ux1xw79ap490rT+rSfkegWQH7dWEwOS Jytw== 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=lBdJaNQo3CcIrzc1BlvdmpI/KyQ8IjpyPUxoY8pQ8Us=; b=PLaF65rKwoOVoPQ/I7aquhQzQ+9TzwNnluC1ru/1boBmtSgPBrz5woHwZKWd61lP8q SV06f9+MYOunGhn2f1T9aIghGh5m6rhSkh+I10LekTfv/hfW2tuwRkOn5+hpP38Ltoge eAK3Ta3Ty5CuANdQW4BQTdXG44/giAE74zTpoh+4rr0PF6g4sbTnPhlnCs11HHhuiGCV Te4cdBcYjOkvLHDaxP3tjTRUSySNdkwY0pArDBpA7sUGTrkOsjC2/zrudd5rY1fyZ0Qk jGxWNGXJ6ZwRKiD3BsCVAjz1SOCkJjHYLm9KyPFPaS4bCxx4wCHnhYCStnmPUKIIgMDs tdsA== X-Gm-Message-State: AOUpUlG5eGypDBgKiCMEfT+QzLkUMhGWYQA/SSeDvjxVk9xHWrrSlPOX HukFjCPaRWircD7Kn+nQjFFhJkI76hkuhzuwAashvQ== X-Google-Smtp-Source: AAOMgpdE0314HbN+gqrQB9dahA9/Kwtnpa3kfa/iZ9jFqIKttYjmDOdHQSU+D7b3nsY4a2ITUvKOw4/Us/tefh5upck= X-Received: by 2002:a9f:3b69:: with SMTP id j41-v6mr1121233uah.37.1531837740863; Tue, 17 Jul 2018 07:29:00 -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 07:29:00 -0700 (PDT) In-Reply-To: <20180522185028.GA17763@intevation.de> References: <20180522185028.GA17763@intevation.de> From: Leonardo Arena Date: Tue, 17 Jul 2018 16:29:00 +0200 Message-ID: Subject: Re: [alpine-aports] testing/readosm: new aport To: Bjoern Schilberg Cc: alpine-aports Content-Type: multipart/alternative; boundary="00000000000065d5e4057132c4f4" --00000000000065d5e4057132c4f4 Content-Type: text/plain; charset="UTF-8" Hi, sorry for the late review. I've merged the patch with few modifications. Please have a looks: https://git.alpinelinux.org/cgit/aports/commit/?id=8ec516cc3fe6f392fe41a3ac318fe7e47486c325 The license IDs, the "return 1". Also enabled build on all arches. Thanks! On Tue, May 22, 2018 at 8:50 PM, Bjoern Schilberg wrote: > --- > testing/readosm/APKBUILD | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > create mode 100644 testing/readosm/APKBUILD > > diff --git a/testing/readosm/APKBUILD b/testing/readosm/APKBUILD > new file mode 100644 > index 0000000000..a0bb71196a > --- /dev/null > +++ b/testing/readosm/APKBUILD > @@ -0,0 +1,30 @@ > +# Contributor: Bjoern Schilberg > +# Maintainer: Bjoern Schilberg > +pkgname=readosm > +pkgver=1.1.0 > +pkgrel=0 > +pkgdesc="Library to extract valid data from an Open Street Map input > file." > +url="https://www.gaia-gis.it/fossil/readosm/index" > +arch="x86_64" > +license="MPL 1.1, GPL v2.0, LGPL v2.1" > +depends="expat zlib" > +depends_dev="expat-dev zlib-dev" > +makedepends="$depends_dev" > +install="" > +subpackages="$pkgname-dev" > +source="http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz" > + > +builddir="$srcdir/$pkgname-$pkgver" > + > +build() { > + cd "$builddir" > + ./configure --prefix /usr > + make -j1 || return 1 > +} > + > +package() { > + cd "$builddir" > + make DESTDIR="$pkgdir" install || return 1 > + rm -rf "$pkgdir"/usr/share/ > +} > +sha512sums="d3581f564c4461c6a1a3d5fd7d18a262c884b2ac935530064bfaebd6c05d > 692fb92cc600fb40e87e03f7160ebf0eeeb05f51a0e257935d056b233fe28fc01a11 > readosm-1.1.0.tar.gz" > -- > 2.15.0 > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- > > --00000000000065d5e4057132c4f4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

sorry for the late revie= w. I've merged the patch with few modifications.

Please have a looks: https://git.alpineli= nux.org/cgit/aports/commit/?id=3D8ec516cc3fe6f392fe41a3ac318fe7e47486c325





On Tue, May 22, 2018 at 8:50 PM, Bjoern Schilberg <bjo= ern@intevation.de> wrote:
-= --
=C2=A0testing/readosm/APKBUILD | 30 ++++++++++++++++++++++++++++++
=C2=A01 file changed, 30 insertions(+)
=C2=A0create mode 100644 testing/readosm/APKBUILD

diff --git a/testing/readosm/APKBUILD b/testing/readosm/APKBUILD
new file mode 100644
index 0000000000..a0bb71196a
--- /dev/null
+++ b/testing/readosm/APKBUILD
@@ -0,0 +1,30 @@
+# Contributor: Bjoern Schilberg <bjoern@intevation.de>
+# Maintainer: Bjoern Schilberg <bjoern@intevation.de>
+pkgname=3Dreadosm
+pkgver=3D1.1.0
+pkgrel=3D0
+pkgdesc=3D"Library to extract valid data from an Open Street Map inpu= t file."
+url=3D"https://www.gaia-gis.it/fossil/reado= sm/index"
+arch=3D"x86_64"
+license=3D"MPL 1.1, GPL v2.0, LGPL v2.1"
+depends=3D"expat zlib"
+depends_dev=3D"expat-dev zlib-dev"
+makedepends=3D"$depends_dev"
+install=3D""
+subpackages=3D"$pkgname-dev"
+source=3D"http://www.gaia-gis.it/= gaia-sins/$pkgname-$pkgver.tar.gz"
+
+builddir=3D"$srcdir/$pkgname-$pkgver"
+
+build() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0cd "$builddir"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0./configure --prefix /usr
+=C2=A0 =C2=A0 =C2=A0 =C2=A0make -j1 || return 1
+}
+
+package() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0cd "$builddir"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0make DESTDIR=3D"$pkgdir" install || r= eturn 1
+=C2=A0 =C2=A0 =C2=A0 =C2=A0rm -rf "$pkgdir"/usr/share/
+}
+sha512sums=3D"d3581f564c4461c6a1a3d5fd7d18a262c884b2ac93553= 0064bfaebd6c05d692fb92cc600fb40e87e03f7160ebf0eeeb05f51a0e257935d= 056b233fe28fc01a11=C2=A0 readosm-1.1.0.tar.gz"
--
2.15.0


---
Unsubscribe:=C2=A0 alpine-aports+unsubscribe@lists.alpinelinux.org
Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0alpine-aports+help@lists.alpinelinux.org=
---


--00000000000065d5e4057132c4f4-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---