Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv16167/10.4/unstable/main/finkinfo/text

Modified Files:
        xml2.info 
Log Message:
New upstream xml2 (not to be confused with xmlto).
Actually uses libxml2 now!
WorksOnLion

Index: xml2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/xml2.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xml2.info   27 Oct 2009 15:09:09 -0000      1.6
+++ xml2.info   31 Aug 2011 14:28:13 -0000      1.7
@@ -1,13 +1,24 @@
 Package: xml2
-Version: 0.4
-Revision: 2
+Version: 0.5
+Revision: 1
 Source: http://download.ofb.net/gale/%n-%v.tar.gz
-Source-MD5: 8a0ef16fe0b3e1495307318c590c1ec0
-Depends: libxml-shlibs 
-BuildDepends: libxml, pkgconfig
-ConfigureParams:  --disable-dependency-tracking
+Source-MD5: 48eacf64b01ca3a4a5afb1a36f5906e6
+Depends: libxml2-shlibs 
+BuildDepends: libxml2, pkgconfig
+ConfigureParams:  
+
+CompileScript: <<
+       %{default_script}
+       fink-package-precedence .
+<<
+
 InstallScript: <<
-make install DESTDIR=%d
+       #!/bin/sh -ev
+       make -j1 install DESTDIR=%d
+       # fix links
+       cd %i/bin
+       ln -sf 2xml 2html
+       ln -sf xml2 html2
 <<
 DocFiles: COPYING
 Description: Convert XML| HTML <-> a line-oriented format


------------------------------------------------------------------------------
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