On 03/03/2016 22:19, Subhasis Ray wrote:
Hi Marco, Achim,
   Thanks for your quick feedback.

On Thu, Mar 3, 2016 at 11:51 AM, Marco Atzeri <marco.atz...@gmail.com> wrote:
On 03/03/2016 17:32, Subhasis Ray wrote:

I created working cygport files for both:

[cut]

as attachment was better

The contributors guide explicitly says setup.hint should be part of
the text rather than attachment in the mail. I guess the instructions
are outdated.

you should provide access to your packages for peer review.


Am I expected to upload only the files in the dist directory generated
by cygport? I uploaded them here:
https://sourceforge.net/projects/moose/files/cygwin/libSBML/libSBML-core-5.12.0/
I am not sure if these are the correct files. In particular the
libSBML-libSBML-libSBML.tar.xz filename seems odd, though its contents
seem correct. Is this expected?

attached a modified version that solve that issue
and split the package in shared lib and development

libSBML should be fine with with it.

Moose is another matter anyway; as it is not in any Linux distribution
you need to obtain 5 positive votes from the maintainers before its inclusion.


Thanks for your help,
   Subhasis

Regards
Marco
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"

Reply via email to