# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ EAPI=4 MY_PN="spatialindex-src" MY_P="${MY_PN}-${PV}" DESCRIPTION="General framework for developing spatial indices" HOMEPAGE="http://trac.gispython.org/spatialindex/wiki" SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" SLOT="0" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" src_install() { emake DESTDIR="${D}" install || die "einstall failed" }