[Lunar-commits] <moonbase-other> glibmm: move it from gnome3 repository.
Florin Braescu
florin at lunar-linux.org
Tue Oct 21 13:02:24 CEST 2014
commit 171180a479f3e60ab45b946ba005036721f21831
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 21 Oct 2014 14:02:03 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/171180a479f3e60ab45b946ba005036721f21831
glibmm: move it from gnome3 repository.
---
libs/glibmm/BUILD | +13/-0
libs/glibmm/DEPENDS | +2/-0
libs/glibmm/DETAILS | +13/-0
3 files changed, 28 insertions(+)
--- /dev/null
+++ b/libs/glibmm/BUILD
@@ -0,0 +1,13 @@
+(
+
+ ./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
--- /dev/null
+++ b/libs/glibmm/DEPENDS
@@ -0,0 +1,2 @@
+depends glib-2
+depends libsigc++2
--- /dev/null
+++ b/libs/glibmm/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=glibmm
+ VERSION=2.42.0
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha256:985083d97378d234da27a7243587cc0d186897a4b2d3c1286f794089be1a3397
+ WEB_SITE=http://www.gtkmm.org
+ ENTERED=20040409
+ UPDATED=20141018
+ SHORT="C++ bindings for glib2"
+
+cat << EOF
+glibmm is the official C++ binding for Glib2.
+EOF
More information about the Lunar-commits
mailing list