[Lunar-commits] r14805 - moonbase/trunk/science/alliance

Moritz Heiber moe at lunar-linux.org
Wed May 18 10:46:32 UTC 2005


Author: moe
Date: 2005-05-18 10:46:31 +0000 (Wed, 18 May 2005)
New Revision: 14805

Modified:
   moonbase/trunk/science/alliance/BUILD
   moonbase/trunk/science/alliance/DETAILS
Log:
Some minor adjustments



Modified: moonbase/trunk/science/alliance/BUILD
===================================================================
--- moonbase/trunk/science/alliance/BUILD	2005-05-18 10:33:33 UTC (rev 14804)
+++ moonbase/trunk/science/alliance/BUILD	2005-05-18 10:46:31 UTC (rev 14805)
@@ -1,7 +1,8 @@
 (
-   cd $SOURCE_DIRECTORY &&
-   export ALLIANCE_TOP=/opt/lunar/alliance &&
+
+   ALLIANCE_TOP=/opt/lunar/alliance
+
    ./configure --prefix=$ALLIANCE_TOP &&
-   prepare_install &&
-   make install
+   default_make
+
 ) > $C_FIFO

Modified: moonbase/trunk/science/alliance/DETAILS
===================================================================
--- moonbase/trunk/science/alliance/DETAILS	2005-05-18 10:33:33 UTC (rev 14804)
+++ moonbase/trunk/science/alliance/DETAILS	2005-05-18 10:46:31 UTC (rev 14805)
@@ -1,12 +1,12 @@
           MODULE=alliance
          VERSION=5.0
-          SOURCE=$MODULE-$VERSION-20030519.tar.gz
-   SOURCE_URL[0]=ftp://asim.lip6.fr/pub/alliance/distribution/$VERSION/
+          SOURCE=$MODULE-$VERSION-20050217.tar.gz
+      SOURCE_URL=ftp://asim.lip6.fr/pub/alliance/distribution/$VERSION/
+      SOURCE_VFY=sha1:8fd74101435ad209467365ba4b88ac66f7bfa4e5
         WEB_SITE=http://www-asim.lip6.fr/alliance/
          ENTERED=20030117
-         UPDATED=20030520
-      MAINTAINER="kc8apf at kc8apf.net"
-           SHORT="Alliance  is a complete set of free CAD tools and portable libraries for VLSI design"
+         UPDATED=20050518
+           SHORT="Alliance set of free CAD tools"
 cat << EOF
 Alliance  is a complete set of free CAD tools and portable libraries for VLSI design. It includes a VHDL compiler and simulator, logic synthesis tools, and automatic place and route tools. A complete set of portable CMOS libraries is provided.
 EOF



More information about the Lunar-commits mailing list