gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1165: clean up mcsim


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1165: clean up mcsim
Date: Wed, 14 Nov 2012 23:50:36 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1165
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-14 23:50:36 +0100
message:
  clean up mcsim
added:
  gnu/mcsim/config.mk
modified:
  gnu/mcsim/Makefile
=== modified file 'gnu/mcsim/Makefile'
--- a/gnu/mcsim/Makefile        2011-02-09 12:16:06 +0000
+++ b/gnu/mcsim/Makefile        2012-11-14 22:50:36 +0000
@@ -1,16 +1,19 @@
 GARNAME = mcsim
 GARVERSION = 5.4.0
+HOME_URL = http://www.gnu.org/software/mcsim/
+DESCRIPTION = A package to perform statistical simulations
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = mcsim/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/mcsim/
-DESCRIPTION = MCSim simulation sofware
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = gsl
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/mcsim/config.mk'
--- a/gnu/mcsim/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/mcsim/config.mk       2012-11-14 22:50:36 +0000
@@ -0,0 +1,4 @@
+## Configuration options for mcsim ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]