Skip to content

Commit

Permalink
sci-geosciences/readosm: Fix DEPENDs, HOMEPAGE, drop unused eclasses
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
a17r committed Feb 19, 2017
1 parent 413bf9c commit a87c5bc
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions sci-geosciences/readosm/readosm-1.0.0e-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit a87c5bc

Please sign in to comment.