inherit cmake # package name NAME="libsbml-core" VERSION="5.12.0" RELEASE=1 # setup.hint generation CATEGORY="Science Libs" SUMMARY="The Systems Biology Markup Language (SBML) is an XML-based description language for representing computational models in systems biology." DESCRIPTION="LibSBML is a free, open-source programming library to help you read, write, manipulate, translate, and validate SBML files and data streams. It's not an application itself (though it does come with example programs), but rather a library you embed in your own applications. LibSBML is available for free under LGPL terms in both source-code form and precompiled binaries for Windows, Mac OS X, and Linux. Visit http://sbml.org for more information." # source and patch files SRC_URI="https://sourceforge.net/projects/sbml/files/libsbml/5.12.0/stable/libSBML-5.12.0-core-src.tar.gz" SRC_DIR="libsbml-${VERSION}" # use the standard src_compile, src_install and src_test PKG_NAMES="libSBML5 libSBML-devel" libSBML5_CONTENTS="usr/bin" libSBML5_SUMMARY="Systems Biology Markup Language (SBML) - runtime" libSBML_devel_CONTENTS="usr/include usr/lib usr/share" libSBML_devel_SUMMARY="Systems Biology Markup Language (SBML) - headers"