vp-build/srcpkgs/mdds/template

27 lines
664 B
Bash

# 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=2.0.3
revision=1
build_style=gnu-configure
hostmakedepends="automake"
checkdepends="boost-devel"
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://gitlab.com/mdds/mdds"
distfiles="http://kohei.us/files/mdds/src/mdds-${version}.tar.bz2"
checksum=9771fe42e133443c13ca187253763e17c8bc96a1a02aec9e1e8893367ffa9ce5
post_install() {
vlicense LICENSE
}
pre_configure() {
autoreconf -fi
}