[Lunar-commits] <moonbase> gobject-introspection: some tweaks.
Florin Braescu
florin at lunar-linux.org
Tue Oct 26 19:22:43 CEST 2010
commit ecaf9ba7d8577a283363e2d092fb9e9fd47f9a8b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Oct 26 20:22:43 2010 +0300
gobject-introspection: some tweaks.
---
devel/gobject-introspection/DETAILS | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/devel/gobject-introspection/DETAILS b/devel/gobject-introspection/DETAILS
index 814b7f7..2287e56 100644
--- a/devel/gobject-introspection/DETAILS
+++ b/devel/gobject-introspection/DETAILS
@@ -1,22 +1,22 @@
MODULE=gobject-introspection
- VERSION=0.6.14
- SOURCE=${MODULE}-${VERSION}.tar.bz2
- SOURCE_URL=http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/0.6/
+ MAJOR=0.6
+ VERSION=$MAJOR.14
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://ftp.gnome.org/pub/gnome/sources/$MODULE/$MAJOR
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_VFY=sha1:d47714defced03420bc9e5a91defab654823016c
- WEB_SITE="http://live.gnome.org/GObjectIntrospection"
+ WEB_SITE=http://live.gnome.org/GObjectIntrospection
ENTERED=20091003
UPDATED=20100903
SHORT="Generate interface introspection data for GObject libraries"
+
cat <<EOF
GObject Introspection is a project for providing machine readable
introspection data of the API of C libraries. This introspection data
can be used in several different use cases, for example automatic code
generation for bindings, API verification and documentation generation.
-
GObject Introspection contains tools to generate and handle the
introspection data.
-
This package contains tools for extracting introspection data from
libraries and transforming it to different formats.
EOF
More information about the Lunar-commits
mailing list