[Lunar-commits] <moonbase-other> libIDL: move it from gnome repo.
Florin Braescu
florin at lunar-linux.org
Wed Nov 12 16:56:23 CET 2014
commit 051218ea8ab33accbb7f038faff3e00e6fa3a437
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 12 Nov 2014 17:56:04 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/051218ea8ab33accbb7f038faff3e00e6fa3a437
libIDL: move it from gnome repo.
---
libs/libIDL/DEPENDS | +1/-0
libs/libIDL/DETAILS | +18/-0
2 files changed, 19 insertions(+)
--- /dev/null
+++ b/libs/libIDL/DEPENDS
@@ -0,0 +1 @@
+depends glib-2
--- /dev/null
+++ b/libs/libIDL/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=libIDL
+ VERSION=0.8.14
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}/
+ SOURCE_VFY=sha256:c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20020713
+ UPDATED=20141112
+ SHORT="A library for creating trees of CORBA IDL files"
+
+cat << EOF
+libIDL is a library licensed under the GNU LGPL for creating trees of
+CORBA Interface Definition Language (IDL) files, which is a
+specification for defining portable interfaces. libIDL was initially
+written for ORBit (the ORB from the GNOME project, and the primary
+means of libIDL distribution). However, the functionality was
+designed to be as reusable and portable as possible.
+EOF
More information about the Lunar-commits
mailing list