dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 485c51c3ae4942544c5204fc55ca302b9f631951
parent ba59e64b40f7adc316347488cff90818e392b856
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sat, 20 Nov 2010 19:47:45 +1000

added osm-gps-map

Diffstat:
Apackages/x11-libs/osm-gps-map/osm-gps-map-0.7.2.exheres-0 | 36++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+), 0 deletions(-)
diff --git a/packages/x11-libs/osm-gps-map/osm-gps-map-0.7.2.exheres-0 b/packages/x11-libs/osm-gps-map/osm-gps-map-0.7.2.exheres-0
@@ -0,0 +1,36 @@
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.11 ] ]
+
+SUMMARY="GTK+ widget for displaying OpenStreetMap files"
+HOMEPAGE="http://nzjrs.github.com/osm-gps-map/"
+DOWNLOADS="http://www.johnstowers.co.nz/files/${PN}/${PNV}.tar.gz"
+
+LICENCES="GPL-3"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+MYOPTIONS="gobject-introspection"
+
+DEPENDENCIES="
+    build+run:
+        gnome-desktop/libsoup:2.4
+        x11-libs/gtk+:2
+        x11-libs/cairo
+        gobject-introspection? ( gnome-desktop/gobject-introspection )
+"
+
+BUGS_TO="djc@djc.id.au"
+
+DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( "gobject-introspection introspection" )
+
+src_prepare() {
+    sed -i \
+        -e "/osm_gps_mapdocdir =/cosm_gps_mapdocdir = \${datadir}/doc/${PNV}" \
+        Makefile.am
+    eautomake
+}
+
+src_install() {
+    emake -j1 DESTDIR="${IMAGE}" install
+}