[Lunar-commits] <moonbase> nonpareil: Version bump. The BUILD needed an adjustment to skirt a build

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Jun 22 20:41:23 CEST 2010


commit 9aa99fce7caca4afd0aabe89b77a47db1e7b3444
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Jun 22 14:41:23 2010 -0400

    nonpareil: Version bump. The BUILD needed an adjustment to skirt a build
    
    failure on a syntax error. So switching to scons "proper".
---
 utils/nonpareil/BUILD   |    6 ++++--
 utils/nonpareil/DEPENDS |   15 ++++++++-------
 utils/nonpareil/DETAILS |    6 +++---
 3 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/utils/nonpareil/BUILD b/utils/nonpareil/BUILD
index 9274b4d..b1e0f14 100644
--- a/utils/nonpareil/BUILD
+++ b/utils/nonpareil/BUILD
@@ -1,9 +1,11 @@
 (
   
   cd scons-local && tar xf scons-local-0.96.90.tar.gz && cd .. &&
-  scons-local/scons.py prefix=/usr debug=no &&
+  scons prefix=$MODULE_PREFIX debug=no &&
+
   prepare_install &&
-  scons-local/scons.py  install prefix=/usr &&
+  scons install prefix=$MODULE_PREFIX &&
+
   gather_docs DEBUGGING TODO
 
 ) >$C_FIFO 2>&1
diff --git a/utils/nonpareil/DEPENDS b/utils/nonpareil/DEPENDS
index bd3f0ea..9602479 100644
--- a/utils/nonpareil/DEPENDS
+++ b/utils/nonpareil/DEPENDS
@@ -1,8 +1,9 @@
-depends  gtk+-2 &&
-depends  glib-2 &&
-depends  libxml2 &&
-depends  SDL &&
-depends  SDL_mixer &&
-depends  flex &&
-depends  bison &&
+depends  scons
+depends  gtk+-2
+depends  glib-2 
+depends  libxml2
+depends  SDL 
+depends  SDL_mixer
+depends  flex 
+depends  bison
 depends  netpbm
diff --git a/utils/nonpareil/DETAILS b/utils/nonpareil/DETAILS
index cde4d84..fb17364 100644
--- a/utils/nonpareil/DETAILS
+++ b/utils/nonpareil/DETAILS
@@ -1,12 +1,12 @@
           MODULE=nonpareil
-         VERSION=0.78
+         VERSION=0.79
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://nonpareil.brouhaha.com/download/
-      SOURCE_VFY=sha1:1b212e20479fb15154e62984b9695b9a6b5b2e1c
+      SOURCE_VFY=sha1:83bc2f57e6ece9ce19e3449cce075ef246a9f4c2
         WEB_SITE=http://nonpareil.brouhaha.com
       MAINTAINER=tchan at lunar-linux.org
          ENTERED=20060613
-         UPDATED=20061206
+         UPDATED=20100622
            SHORT="HP calculator simulator"
 
 cat << EOF


More information about the Lunar-commits mailing list