Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv28086/10.3/unstable/main/finkinfo/devel

Modified Files:
        unsermake.info 
Log Message:
new unsermake, handles new ld flags properly

Index: unsermake.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/unsermake.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- unsermake.info      30 Apr 2006 16:43:48 -0000      1.5
+++ unsermake.info      24 Aug 2007 15:17:05 -0000      1.6
@@ -1,17 +1,19 @@
 Package: unsermake
 Version: 0.4
-Revision: 0.20060316.1
+Revision: 0.20070824.1
 Description: Replacement for automake
 License: GPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 CustomMirror: <<
-  nam-US: http://ranger.befunk.com/fink
-  nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
-  nam-CA: http://www.southofheaven.net/befunk
+       Primary: http://ranger.users.finkproject.org/distfiles
+       eur-NL: http://ranger.users.finkproject.org/distfiles
+       nam-US: http://ranger.befunk.com/fink
+       nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
+       nam-CA: http://www.southofheaven.net/befunk
 <<
-Source: mirror:custom:%n-20060316.tar.bz2
-Source-MD5: ec3029827e23a6672d58bb9f37502d8c
+Source: mirror:custom:%n-20070824.tar.bz2
+Source-MD5: b794f83bdc3f6205d1fd731da4e96d89
 SourceDirectory: %n
 
 CompileScript: echo "nothing to do"
@@ -21,8 +23,12 @@
        install -d -m 755 %i/share/unsermake
        install -d -m 755 %i/bin
        install -m 644 *.um *.py %i/share/unsermake/
+
        install -m 755 unsermake %i/share/unsermake/
+       perl -pi -e 's,exec python,exec /usr/bin/python,' 
%i/share/unsermake/unsermake
        ln -sf %p/share/unsermake/unsermake %i/bin/unsermake
+
+       /usr/bin/python -c 'import compileall; 
compileall.compile_dir("%i/share/unsermake")'
 <<
 
 DocFiles: COPYING README TODO


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to