sci-geosciences/readosm: Fix DEPENDs, HOMEPAGE, drop unused eclasses
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 19 Feb 2017 20:58:14 +0000 (21:58 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 19 Feb 2017 21:15:09 +0000 (22:15 +0100)
Package-Manager: portage-2.3.3

sci-geosciences/readosm/readosm-1.0.0e-r1.ebuild [new file with mode: 0644]

diff --git a/sci-geosciences/readosm/readosm-1.0.0e-r1.ebuild b/sci-geosciences/readosm/readosm-1.0.0e-r1.ebuild
new file mode 100644 (file)
index 0000000..24d95dd
--- /dev/null
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Library to extract valid data from an Open Street Map input file"
+HOMEPAGE="https://www.gaia-gis.it/spatialite"
+SRC_URI="https://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
+
+LICENSE="MPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+       dev-libs/expat
+       sys-libs/zlib
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+       econf \
+               $(use_enable static-libs static)
+}
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}