summaryrefslogtreecommitdiff
path: root/sci-geosciences/mapnik-stylesheets/mapnik-stylesheets-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/mapnik-stylesheets/mapnik-stylesheets-9999.ebuild')
-rw-r--r--sci-geosciences/mapnik-stylesheets/mapnik-stylesheets-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sci-geosciences/mapnik-stylesheets/mapnik-stylesheets-9999.ebuild b/sci-geosciences/mapnik-stylesheets/mapnik-stylesheets-9999.ebuild
index 2a46607..e33d242 100644
--- a/sci-geosciences/mapnik-stylesheets/mapnik-stylesheets-9999.ebuild
+++ b/sci-geosciences/mapnik-stylesheets/mapnik-stylesheets-9999.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://svn.openstreetmap.org/applications/rendering/mapnik/"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
+IUSE="+tools"
DEPEND="sci-geosciences/mapnik-world-boundaries
sci-geosciences/mapnik[python]"
@@ -27,4 +27,9 @@ src_compile() {
src_install() {
insinto /usr/share/${PN}
doins -r osm.xml inc symbols
+
+ if use tools; then
+ dobin utils/analyze_postgis_log.pl utils/stylecheck.pl generate_*.py \
+ mkshield.pl polytiles.py
+ fi
}