[Lunar-commits] <moonbase> libchamplain: added version 0.5.1 to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Thu Jul 15 22:17:16 CEST 2010
commit 720165476b389a1184c41b078b5be99240470496
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Thu Feb 25 20:49:46 2010 +0100
libchamplain: added version 0.5.1 to moonbase
---
graphics/libchamplain/BUILD | 12 ++++++++++++
graphics/libchamplain/DEPENDS | 1 +
graphics/libchamplain/DETAILS | 23 +++++++++++++++++++++++
3 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/graphics/libchamplain/BUILD b/graphics/libchamplain/BUILD
new file mode 100644
index 0000000..80d990a
--- /dev/null
+++ b/graphics/libchamplain/BUILD
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/graphics/libchamplain/DEPENDS b/graphics/libchamplain/DEPENDS
new file mode 100644
index 0000000..7202d6c
--- /dev/null
+++ b/graphics/libchamplain/DEPENDS
@@ -0,0 +1 @@
+depends memphis
diff --git a/graphics/libchamplain/DETAILS b/graphics/libchamplain/DETAILS
new file mode 100644
index 0000000..61d1fe1
--- /dev/null
+++ b/graphics/libchamplain/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=libchamplain
+ VERSION=0.5.1
+ MAJOR=0.5
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:ccde99301d4eef12f05b8aecb39b3a93e6b3e5dd
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20100225
+ UPDATED=20100225
+ SHORT="C library providing a ClutterActor to display maps"
+cat << EOF
+libchamplain is a C library providing a ClutterActor to display
+maps. It also provides a Gtk+ widget to display maps in Gtk+
+applications. Mono, Python and Perl bindings are available.
+
+It supports numerous free map sources such as OpenStreetMap,,
+OpenCycleMap, Opnvkarte, OpenAerialMap and Maps_for_free.
+
+libchamplain is named after Samuel de Champlain, famous French
+navigator, explorer and cartographer. He is the "father of
+New-France" and founder of Quebec City, which has its 400th
+anniversary in 2008, the year that this libray was first created.
+EOF
More information about the Lunar-commits
mailing list