Package: swig1325 Version: 1.3.25 Revision: 1 BuildDepends: python | python-nox (>= 2.2.1-8), expat, guile (>= 1.4-16), ruby18, tcltk, guile-dev (>= 1.4-16), ruby18-dev, tcltk-dev #Depends: %N-shlibs (= %v-%r) Source: mirror:sourceforge:swig/swig-%v.tar.gz Source-MD5: 0a338d9de65e266338cbe7e2bea7a4a9 SourceDirectory: SWIG-%v #Patch: %n.patch #UpdateConfigGuessinDirs: Tools #UpdateLibtoolinDirs: Tools GCC: 3.3 # --program-suffix=1325 ... does not work ConfigureParams: --with-javaincl=/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers --with-ruby=%p/bin/ruby1.8 --disable-dependency-tracking #SetCPPFLAGS: -isystem /usr/include/gcc/darwin/3.3 CompileScript: << ./configure %c make << InstallScript: << make install prefix=%i mv %i/bin/swig{,1325} mkdir -p %i/share/doc/%n cp -R Examples %i/share/doc/%n (cd Doc; cp README %i/share/doc/%n/README.doc; cp -R Devel %i/share/doc/%n; cp -R Manual %i/share/doc/%n) << License: BSD DocFiles: README CHANGES LICENSE NEW Description: Tool that connects C, C++ programs with high-level languages DescDetail:<< SWIG is a software development tool that connects programs written in C, C++, and Objective-C with a variety of high-level programming languages. SWIG is primarily used with common scripting languages such as Perl, Python, Tcl/Tk, Ruby, and Guile but has also been extended to include languages such as Java and Eiffel. SWIG is most commonly used to create high-level interpreted programming environments and as a tool for building user interfaces. << DescPort: << OMFG! Swig is drastically different between 1.3.20 and 1.3.25. No libs? --program-suffix does not seem to work << Homepage: http://www.swig.org/ Maintainer: Jeffrey Whitaker