Skip to content

Commit

Permalink
CBFlib-0.9.3.3 (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Nov 30, 2013
1 parent 97b86f5 commit 71c24b7
Show file tree
Hide file tree
Showing 8 changed files with 371 additions and 222 deletions.
22 changes: 0 additions & 22 deletions CBFlib/CBFlib-0.9.2.4-1bl1.cygport

This file was deleted.

108 changes: 0 additions & 108 deletions CBFlib/CBFlib-0.9.2.4-1bl1.src.patch

This file was deleted.

34 changes: 34 additions & 0 deletions CBFlib/CBFlib-0.9.3.3-1bl1.cygport
@@ -0,0 +1,34 @@
HOMEPAGE="http://www.bernstein-plus-sons.com/software/CBF/"
SRC_URI="mirror://sourceforge/cbflib/${P}.tar.gz"

CATEGORY="Science"
SUMMARY="Library providing a simple mechanism for accessing CBF files and imgCIF files"
DESCRIPTION="CBFLIB is a library of ANSI-C functions providing a simple mechanism for
accessing Crystallographic Binary Files (CBF files) and Image-supporting CIF
(imgCIF) files. The CBFLIB API is loosely based on the CIFPARSE API for mmCIF
files."

export FCFLAGS="-fno-range-check"

inherit cmake

PKG_NAMES="
${PN}
libcbf2.0.0
libcbf-devel
"
CBFlib_CONTENTS="
usr/bin/*.exe
usr/share
"
libcbf2_0_0_CONTENTS="
usr/bin/*.dll
"
libcbf_devel_CONTENTS="
usr/include
usr/lib
"

CBFlib_SUMMARY="${SUMMARY} (utilities)"
libcbf2_0_0_SUMMARY="${SUMMARY} (runtime)"
libcbf_devel_SUMMARY="${SUMMARY} (development)"

0 comments on commit 71c24b7

Please sign in to comment.