Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24655

Modified Files:
        ngspice.info 
Log Message:
Copying fangism's ngspice-24 update from 10.4 tree


Index: ngspice.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/ngspice.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ngspice.info        23 Jul 2011 00:02:35 -0000      1.1
+++ ngspice.info        8 Dec 2012 21:19:25 -0000       1.2
@@ -1,19 +1,51 @@
 Package: ngspice
-Version: rework-20
-Revision: 2
+Version: rework-24
+Revision: 1
 
 Depends: readline5-shlibs, x11-shlibs
 
-BuildDepends: fink (>= 0.24.12-1), readline5, x11-dev
+# autotools needed due to patching configure.ac, Makefile.am and re-autogen.sh
+BuildDepends: <<
+       fink (>= 0.24.12-1),
+       readline5,
+       x11-dev,
+       automake1.11,
+       autoconf2.6,
+       libtool2,
+       texinfo
+<<
 
-Source: mirror:sourceforge:ngspice/ng-spice-%v.tar.gz
-#Source: 
http://sourceforge.net/projects/ngspice/files/ng-spice-rework/20/ng-spice-rework-%v.tar.gz/download
-SourceDirectory: ngspice-20
-Source-MD5: 81bc667a4190ef31081a6957d3c7f7b5
+Source: mirror:sourceforge:ngspice/ngspice-24.tar.gz
+# Source: mirror:sourceforge:ngspice/ng-spice-%v.tar.gz
+# Source: 
http://sourceforge.net/projects/ngspice/files/ng-spice-rework/24/ng-spice-%v.tar.gz/download
+# SourceDirectory: ngspice-24
+Source-MD5: e9ed7092da3e3005aebd892996b2bd5f
+
+PatchScript: <<
+       #!/bin/sh -ev
+       sed -i.orig -e '/man1\/Makefile/a\
+               doc/Makefile\
+' configure.ac
+       sed -i.orig -e '/SUBDIRS/s|man|& doc|' Makefile.am
+       sed -i.orig -e '/TEXI2DVI/s|^|# |' doc/Makefile.am
+       pushd doc
+       ln -s ../AUTHORS .
+       popd
+       ./autogen.sh
+<<
 
 # Doesn't seem to work with --disable-dependency-tracking:
 ConfigureParams: --infodir=%p/share/info --mandir=%p/share/man 
--with-readline=yes --x-i=/usr/X11R6/include --x-l=/usr/X11R6/lib
 
+CompileScript: <<
+       #!/bin/sh -ev
+       %{default_script}
+       pushd doc
+       make
+       make -j1 ngspice.{pdf,ps,html}
+       popd
+<<
+
 InstallScript: <<
 #!/bin/sh -ex
    make install DESTDIR=%d
@@ -30,6 +62,7 @@
   src/spicelib/devices/adms/psp102/admsva/readme.txt:adms-psp102-readme.txt
   src/spicelib/devices/soi3/README:README.soi3
   src/frontend/numparam/readme.txt:README.numparam
+       doc/ngspice.pdf doc/ngspice.ps doc/ngspice.html
 <<
 
 Description: Mixed-level/mixed-signal circuit simulator
@@ -66,4 +99,5 @@
 
 License: BSD
 Homepage: http://ngspice.sourceforge.net/
-Maintainer: Charles Lepple <clepple+f...@ghz.cc>
+# Maintainer: Charles Lepple <clepple+f...@ghz.cc>
+Maintainer: David Fang <fang...@users.sourceforge.net>


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to