# Description: Hierarchical Data Format 5 # URL: https://github.com/HDFGroup/hdf5 # Maintainer: Petar Petrov, slackalaxy at gmail dot com name=hdf5 version=1.14.6 release=1 source=(https://github.com/HDFGroup/hdf5/releases/download/hdf5_${version}/hdf5-${version}.tar.gz) build() { cd $name-${version} ./configure --prefix=/usr \ --enable-cxx \ --with-examplesdir=/usr/share/$name make make DESTDIR=$PKG install find $PKG/ -name "README" -delete }