[Lunar-commits] <moonbase> gnome-devel-docs: version 2.28.1 added to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Thu Jul 15 22:17:20 CEST 2010
commit 0599e82955a4a9bd3862494ef34422b0fee4972a
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sun Feb 28 15:46:17 2010 +0100
gnome-devel-docs: version 2.28.1 added to moonbase
Note: to be consistent I copied the BUILD file from another
module, and only then noticed it specifies --disable-gtk-doc.
It's not clear to me whether that applies here or not.
---
docs/gnome-devel-docs/BUILD | 13 +++++++++++++
docs/gnome-devel-docs/DEPENDS | 1 +
docs/gnome-devel-docs/DETAILS | 17 +++++++++++++++++
3 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/docs/gnome-devel-docs/BUILD b/docs/gnome-devel-docs/BUILD
new file mode 100644
index 0000000..a392d89
--- /dev/null
+++ b/docs/gnome-devel-docs/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 \
+ --disable-gtk-doc \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/docs/gnome-devel-docs/DEPENDS b/docs/gnome-devel-docs/DEPENDS
new file mode 100644
index 0000000..e734d16
--- /dev/null
+++ b/docs/gnome-devel-docs/DEPENDS
@@ -0,0 +1 @@
+depends gnome-doc-utils
diff --git a/docs/gnome-devel-docs/DETAILS b/docs/gnome-devel-docs/DETAILS
new file mode 100644
index 0000000..4498461
--- /dev/null
+++ b/docs/gnome-devel-docs/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=gnome-devel-docs
+ VERSION=2.28.1
+ MAJOR=2.28
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:35b4740f70f2433ed8ee8b60e74d86cd626e108c
+ WEB_SITE=http://www.gnome.org/
+ ENTERED=20100228
+ UPDATED=20100228
+ SHORT="documentation for GNOME"
+ PSAFE=no
+
+cat << EOF
+This package contains documents which will be packaged together and
+shipped as gnome-devel-docs in the GNOME distribution. They should
+be documents targetted for GNOME developers.
+EOF
More information about the Lunar-commits
mailing list