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