1
0
forked from ports/contrib
contrib-tek/mdds/Pkgfile
Tim Biermann 9a45162fbe Revert "mdds: 1.7.0 -> 2.0.0"
This reverts commit ec4ee356f8ce32b07e7f4d45eff8a0a3ea178950.
2021-09-19 12:39:02 +02:00

17 lines
413 B
Plaintext

# 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=1.7.0
release=1
source=(https://kohei.us/files/mdds/src/$name-$version.tar.bz2)
build() {
cd $name-$version
./autogen.sh --prefix=/usr
make DESTDIR=$PKG install
rm -fr $PKG/usr/share/doc
}