Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv873

Added Files:
        madeline2.info 
Log Message:
New package. cmake sucks.
!lart cmake


--- NEW FILE: madeline2.info ---
Package: madeline2
Version: 2.0.95
Revision: 1
Description: Pedigree drawing engine
DescDetail: <<
        The Madeline 2.0 Pedigree Drawing Engine is a pedigree drawing program
        designed to handle large and complex pedigrees with an emphasis on
        readability and aesthetics.
<<
DescUsage: Please see the homepage for usage information.
DescPackaging: <<
        Tarball made from revision 95 from svn repo at
        https://madeline2.svn.sourceforge.net/svnroot/madeline2
<<
License: GPL2
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
Homepage: http://eyegene.ophthy.med.umich.edu/madeline/index.php

Source: http://homepage.mac.com/danielj7/%n-%v.tar.bz2
Source-MD5: ac96c72eec06fd4ff5a3bc6c5b3b84e4
SourceDirectory: %n

# Note that it will build API docs if doxygen is installed but doesn't
# install them so the .deb doesn't change. Just ignore the dependency.
BuildDepends: <<
        bzip2-dev,
        cmake,
        gettext-tools,
        libcurl4,
        libgettext8-dev,
        libxml2,
        pkgconfig,
        system-openssl-dev
<<
Depends: <<
        bzip2-shlibs,
        libcurl4-shlibs,
        libgettext8-shlibs,
        libxml2-shlibs
<<

# Need to jump through many hoops to get cmake to use the right openssl.
# And why can't I set CMAKE_PREFIX_PATH to multiple paths? Stupid cmake.
CompileScript: <<
        cmake -DCMAKE_PREFIX_PATH:PATH=%p/lib/system-openssl \
                -DCMAKE_CXX_FLAGS:STRING=-I%p/lib/system-openssl/include \
                -DCMAKE_SYSTEM_PREFIX_PATH:PATH=%p \
                -DCMAKE_INSTALL_PREFIX:PATH=%p .
        make
<<

InstallScript: <<
        make install DESTDIR=%d
        # cmake leaves droppings all over the place. Clean them up. I hate 
cmake.
        mkdir -p %i/share/doc/%n
        mv %i/docs/* %i/share/doc/%n
        rm -rf %i/docs
        rm -rf %i/%p
<<


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to