[Lunar-commits] <moonbase> Falcon: Version bump.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Aug 28 14:47:49 CEST 2010
commit 2a6d77598603e25d702b742fe17f447291613629
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Aug 28 08:47:49 2010 -0400
Falcon: Version bump.
---
compilers/Falcon/BUILD | 13 ++++++++++---
compilers/Falcon/DEPENDS | 1 +
compilers/Falcon/DETAILS | 8 ++++----
3 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/compilers/Falcon/BUILD b/compilers/Falcon/BUILD
index be567d3..95d4fec 100644
--- a/compilers/Falcon/BUILD
+++ b/compilers/Falcon/BUILD
@@ -1,7 +1,14 @@
(
- ./build.sh -p /usr &&
- prepare_install &&
- ./build.sh -i
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOTB_DIR &&
+ cd $OOTB_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
+
+ default_make
) > $C_FIFO 2>&1
diff --git a/compilers/Falcon/DEPENDS b/compilers/Falcon/DEPENDS
index 288e6d4..9f0283e 100644
--- a/compilers/Falcon/DEPENDS
+++ b/compilers/Falcon/DEPENDS
@@ -1 +1,2 @@
depends bison
+depends cmake
diff --git a/compilers/Falcon/DETAILS b/compilers/Falcon/DETAILS
index 2539e20..3301977 100644
--- a/compilers/Falcon/DETAILS
+++ b/compilers/Falcon/DETAILS
@@ -1,12 +1,12 @@
MODULE=Falcon
MAJOR=0.9.6
- VERSION=${MAJOR}.4
- SOURCE=$MODULE-$VERSION.tar.gz
+ VERSION=${MAJOR}.6
+ SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=http://www.falconpl.org/project_dl/_official_rel/
- SOURCE_VFY=sha1:e8a0d443112e3dfadef5afc585b758c8ef7afc32
+ SOURCE_VFY=sha1:b1fe0c10ce62125b40117811c614701a56553c01
WEB_SITE=http://www.falconpl.org/index.ftd?page_id=Home
ENTERED=20090815
- UPDATED=20100313
+ UPDATED=20100828
SHORT="Falcon Programming Language"
cat << EOF
More information about the Lunar-commits
mailing list