[cig-commits] commit: update the relax.info file to streamline documentation and include deeper dependencies.

Mercurial hg at geodynamics.org
Sun Jan 13 20:12:56 PST 2013


changeset:   184:4f1f2baf7bd9
tag:         tip
user:        Sylvain Barbot <sbarbot at caltech.edu>
date:        Sun Jan 13 20:12:48 2013 -0800
files:       relax.info
description:
update the relax.info file to streamline documentation and include deeper dependencies.


diff -r b762dc9c404c -r 4f1f2baf7bd9 relax.info
--- a/relax.info	Thu Jan 10 22:45:47 2013 -0800
+++ b/relax.info	Sun Jan 13 20:12:48 2013 -0800
@@ -7,7 +7,18 @@ License: GPL
 License: GPL
 Description: Semi-analytic solver for earthquake modeling
 Source-MD5: 11c517fe9060bc49f9db20d9d2744abd
-BuildDepends: fftw3, gmt-dev, gmt-shlibs, gmt, proj
+BuildDepends: <<
+	fftw3, 
+	fftw3-shlibs,
+	gcc47-shlibs,
+	gmt, 
+	gmt-dev, 
+	gmt-shlibs, 
+	netcdf-c7-shlibs,
+	proj,
+	proj-shlibs
+<<
+DocFiles: COPYING INSTALL relax.tex
 CompileScript: <<
 #! /bin/sh -ev
 ./waf configure --use-fftw --fftw-dir=%p --proj-dir=%p --gmt-dir=%p
@@ -15,10 +26,6 @@ CompileScript: <<
 <<
 InstallScript: <<
 #! /bin/sh -ev
-/usr/bin/install -d -m 755 %i/share/doc/%n
-/usr/bin/install -m 644 ./COPYING %i/share/doc/%n/COPYING
-/usr/bin/install -m 644 ./INSTALL %i/share/doc/%n/INSTALL
-/usr/bin/install -m 644 ./relax.tex %i/share/doc/%n/relax.tex
 /usr/bin/install -d -m 755 %i/bin
 /usr/bin/install -m 755 ./build/relax %i/bin/relax
 /usr/bin/install -d -m 755 %i/share/man/man1



More information about the CIG-COMMITS mailing list