# Description: A collection of multi-dimensional data structures and indexing algorithms # URL: https://gitlab.com/mdds/mdds # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: boost name=mdds version=3.1.0 release=1 source=(https://gitlab.com/api/v4/projects/mdds%2Fmdds/packages/generic/source/$version/mdds-$version.tar.xz) build() { cd $name-$version ./autogen.sh --prefix=/usr make DESTDIR=$PKG install rm -fr $PKG/usr/share/doc }