[Lunar-commits] <moonbase> amaya: version bump with some alterations to the BUILD.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sat Feb 7 16:49:24 CET 2009


commit d01c10b4693da9d255982a886ad858c22f845b27
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sat Feb 7 10:49:24 2009 -0500

    amaya: version bump with some alterations to the BUILD.
---
 web/amaya/BUILD   |   15 ++++++++-------
 web/amaya/DEPENDS |    5 +++--
 web/amaya/DETAILS |   13 +++++++------
 3 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/web/amaya/BUILD b/web/amaya/BUILD
index fc5728f..9affc9c 100644
--- a/web/amaya/BUILD
+++ b/web/amaya/BUILD
@@ -1,14 +1,15 @@
 (
 
+  OPTS="$OPTS --enable-motif --enable-system-raptor       \
+              --enable-system-libwww --with-graphic-libs"
+
   cd     Amaya                 &&
   mkdir  LINUX-ELF             &&
   cd     LINUX-ELF             &&
-  ../configure  --prefix=/usr   \
-                --enable-motif  \
-                --without-graphic-libs \
-                $OPTS          &&
-  make                         &&
-  prepare_install              &&
-  make    install
+
+  ../configure  --prefix=$MODULE_PREFIX   \
+                         $OPTS           &&
+
+  default_make
 
 ) > $C_FIFO 2>&1
diff --git a/web/amaya/DEPENDS b/web/amaya/DEPENDS
index e1ecddc..41b64c1 100644
--- a/web/amaya/DEPENDS
+++ b/web/amaya/DEPENDS
@@ -1,3 +1,4 @@
-depends  jpeg     &&
-depends  libpng   &&
+depends  jpeg     
+depends  libpng   
 depends  openMotif
+depends  raptor
diff --git a/web/amaya/DETAILS b/web/amaya/DETAILS
index cc9085e..4282375 100644
--- a/web/amaya/DETAILS
+++ b/web/amaya/DETAILS
@@ -1,15 +1,16 @@
           MODULE=amaya
-         VERSION=9.55
-             MIN=2
-          SOURCE=$MODULE-sources-$VERSION-$MIN.tgz
+         VERSION=11.1
+          SOURCE=$MODULE-sources-$VERSION.tgz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/Amaya$VERSION
    SOURCE_URL[0]=http://www.w3.org/Amaya/Distribution/
-      SOURCE_VFY=sha1:f9632629da98290d182fa5397672d42586d0da2f
+      SOURCE_VFY=sha1:7023050223304dc8cf34647639c25a475e3b97f9
+   MODULE_PREFIX=${AMAYA_INSTALL_DIR:-/opt/lunar/Amaya}
         WEB_SITE=http://www.w3.org/Amaya/
          ENTERED=20011115
-         UPDATED=20070727
-           PSAFE=no
+         UPDATED=20090207
            SHORT="Browser and WYSIWYG web authoring tool"
+
+PSAFE=no
 cat << EOF
 Amaya is a complete web browsing and authoring environment and comes
 equipped with a WYSIWYG style of interface, similar to that of the most


More information about the Lunar-commits mailing list