From 05acddeb331e447867e49b8ad09aeb8a91d5726d Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 14 Jan 2015 16:44:26 +0100 Subject: sci-libs/libspatialindex: version bump to 1.8.5 --- .../libspatialindex/libspatialindex-1.8.5.ebuild | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild (limited to 'sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild') diff --git a/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild b/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild new file mode 100644 index 000000000..e6725933f --- /dev/null +++ b/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild @@ -0,0 +1,37 @@ +# Copyright 2014 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit autotools eutils + +MY_PN="spatialindex-src" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="General framework for developing spatial indices" +HOMEPAGE="http://libspatialindex.github.com/" +SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2" +LICENSE="MIT" + +KEYWORDS="~amd64 ~x86" +SLOT="0/4" +IUSE="debug static-libs" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.8.1-QA.patch + eautoreconf +} + +src_configure() { + econf \ + $(use_enable static-libs static) \ + $(use_enable debug) +} + +src_install() { + default + use static-libs || prune_libtool_files +} -- cgit v1.2.3-65-gdbad