summaryrefslogtreecommitdiff
blob: 55b7fe28217b3f4c4ae1e8c1835e0d1deb0e45d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=2

DESCRIPTION="Mapnik World Boundaries"
HOMEPAGE="http://www.openstreetmap.org/"
SRC_URI="mirror://gentoo/world_boundaries-spherical-20090331.tgz
	mirror://gentoo/processed_p-20090514.zip"

LICENSE="CC-BY-SA-2.0"
SLOT="0"

KEYWORDS="amd64 ~ppc x86"

IUSE=""

DEPEND="app-arch/unzip"
RDEPEND=""

src_prepare() {
	mv coastlines/* world_boundaries/
}

src_install() {
	insinto /usr/share/mapnik
	doins -r world_boundaries
}