Parent Directory
|
Revision Log
postgis is not required by osm2pgsql itself, it's only required on the server side. (Portage version: 2.2.0_alpha78/cvs/Linux x86_64)
1 | # Copyright 1999-2011 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-20100413.ebuild,v 1.6 2011/06/01 11:48:48 scarabeus Exp $ |
4 | |
5 | EAPI=4 |
6 | |
7 | inherit autotools |
8 | |
9 | DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db" |
10 | HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql" |
11 | SRC_URI="http://gentoo.ccss.cz/${P}svn.tar.bz2" |
12 | |
13 | LICENSE="GPL-2" |
14 | SLOT="0" |
15 | KEYWORDS="~amd64 ~x86" |
16 | IUSE="" |
17 | |
18 | DEPEND=" |
19 | app-arch/bzip2 |
20 | dev-libs/libxml2:2 |
21 | sci-libs/geos |
22 | sci-libs/proj |
23 | sys-libs/zlib |
24 | dev-db/postgresql-base |
25 | " |
26 | RDEPEND="${DEPEND}" |
27 | |
28 | S="${WORKDIR}"/${PN} |
29 | |
30 | DOCS=( README.txt 900913.sql ) |
31 | |
32 | src_prepare() { |
33 | eautoreconf |
34 | } |
ViewVC Help | |
Powered by ViewVC 1.1.20 |