[cig-commits] commit: track the readme.txt file documenting fink package description.

Mercurial hg at geodynamics.org
Tue Jan 15 05:28:44 PST 2013


changeset:   187:70beeab85039
tag:         tip
user:        Sylvain Barbot <sbarbot at caltech.edu>
date:        Tue Jan 15 05:28:40 2013 -0800
files:       release/fink/readme.txt
description:
track the readme.txt file documenting fink package description.


diff -r 1944fd30bd71 -r 70beeab85039 release/fink/readme.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/release/fink/readme.txt	Tue Jan 15 05:28:40 2013 -0800
@@ -0,0 +1,23 @@
+
+# make fink release source file
+cd release/fink/
+tar -cvzf relax-1.0.4.tar.gz relax-1.0.4
+
+# upload relax-1.0.4.tar.gz to 
+http://www.geodynamics.org/cig/software/relax/fink/relax-1.0.4.tar.gz
+
+# checksum the tar ball and copy the number in the package info file
+md5sum relax-1.0.4.tar.gz
+
+# copy the package.info file to fink
+sudo cp relax.info /sw/fink/dists/local/main/finkinfo/
+
+# validate the package
+fink validate /sw/fink/dists/local/main/finkinfo/relax.info
+
+# build the package
+fink -m --build-as-nobody rebuild relax
+
+# check out the content of the package
+dpkg --contents /sw/fink/dists/local/main/binary-darwin-x86_64/relax_1.0.4-1_darwin-x86_64.deb 
+



More information about the CIG-COMMITS mailing list