# Template file for 'mdds'
#
# WARNING: When this package is updated by a point version, libetonyek's
# configure_args needs to be updated.
#

pkgname=mdds
version=3.1.0
revision=1
build_style=gnu-configure
configure_args="--enable-release-tests"
hostmakedepends="automake"
checkdepends="boost-headers"
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="MIT"
homepage="https://gitlab.com/mdds/mdds"
distfiles="http://kohei.us/files/mdds/src/mdds-${version}.tar.bz2"
distfiles="https://gitlab.com/mdds/mdds/-/archive/${version}/mdds-${version}.tar.gz"
checksum=f19a1426ced40167faac97af366dc60d2b456ccf1d3ab56457a55749a57eecce

pre_configure() {
	autoreconf -fi
}

post_install() {
	vlicense LICENSE
}
