contrib/mdds/Pkgfile

17 lines
413 B
Plaintext
Raw Normal View History

2019-08-11 11:14:11 +02:00
# 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
2022-05-14 11:19:27 +02:00
version=2.0.3
2019-08-11 11:14:11 +02:00
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
}