Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv19788

Modified Files:
        chicken.info 
Log Message:
upstream 4.7.0, almost builds, doesn't use autotools anymore :(


Index: chicken.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/chicken.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- chicken.info        14 Jun 2011 02:55:07 -0000      1.1
+++ chicken.info        30 Aug 2011 17:17:50 -0000      1.2
@@ -5,14 +5,27 @@
 License: BSD
 Depends: %n-shlibs (= %v-%r)
 Homepage: http://www.call-with-current-continuation.org/
-Maintainer: Sebastian Gonzalez <[email protected]>
+Maintainer: Colonel Sanders <[email protected]>
+# Maintainer: David Fang <[email protected]>
 Source: http://code.call-cc.org/releases/%v/%n-%v.tar.gz
 Source-MD5: 9389388fdf04c3c64de29633aae12539
 BuildDependsOnly: False
+PatchScript: <<
+<<
+CompileScript: <<
+       #!/bin/sh -ev
+       make PLATFORM=macosx
+<<
+InfoTest: <<
+  TestScript: <<
+       # make PLATFORM=macosx check || exit 2
+  <<
+<<
 InstallScript: <<
-  make install prefix=%i mandir=%i/share/man infodir=%i/share/info
-  mkdir -p %i/share/doc/
-  mv %i/share/%n/doc %i/share/doc/%n
+  #!/bin/sh -ev
+  make PLATFORM=macosx DESTDIR=%d PREFIX=%i install
+  # mkdir -p %i/share/doc/
+  # mv %i/share/%n/doc %i/share/doc/%n
 <<
 SplitOff: <<
   Description: chicken shared libraries
@@ -35,4 +48,6 @@
 they are needed for the normal operation of the Chicken Scheme
 compiler (csc); csc generates intermediate C code that relies on those
 headers.
+
+Former maintainer: Sebastian Gonzalez <[email protected]>
 <<


------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to