# Description: General purpose library and file format for storing scientific data. # URL: http://www.hdfgroup.org/HDF5/ # Maintainer: NuTyX core team # Packager: piernov # Depends on: name=hdf5 version=1.8.9 release=1 source=(http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --enable-hl \ --enable-linux-lfs \ --enable-production \ --enable-cxx \ --disable-sharedlib-rpath \ --with-ssl \ --with-pthread \ --with-zlib \ --with-pic make make DESTDIR=$PKG install }