sit/packages/libs/netcdf/netcdf-4.1.3

28 lines
515 B
Groff
Raw Normal View History

2012-06-10 15:01:15 +00:00
#!/bin/sh
# sit class file
#
# Christoph Niethammer <niethammer@hlrs.de> (C) 2012
#
CATEGORY="libs"
PACKAGE="netcdf"
VERSION="4.1.3"
URL="http://www.unidata.ucar.edu/software/netcdf/"
2012-06-10 15:01:15 +00:00
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
# Archive A and package name P
A=${PACKAGE}-${VERSION}.tar.gz
P=${PACKAGE}-${VERSION}
# Other interesting configure options:
CONFIGURE_OPTS="
--disable-netcdf-4 \
2012-06-10 15:01:15 +00:00
--enable-shared \
--enable-static"
src_pretest() {
/bin/true
# make check
2012-06-10 15:01:15 +00:00
}