void-packages/srcpkgs/mdds/template
2017-11-14 10:17:11 +01:00

22 lines
562 B
Bash

# Template file for 'mdds'
pkgname=mdds
version=1.3.1
revision=1
wrksrc="${pkgname}-${version}"
build_style=gnu-configure
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
homepage="https://gitlab.com/mdds/mdds"
hostmakedepends="automake"
distfiles="http://kohei.us/files/mdds/src/mdds-${version}.tar.bz2"
checksum=dcb8cd2425567a5a5ec164afea475bce57784bca3e352ad4cbdd3d1a7e08e5a1
noarch=yes
post_install() {
vlicense LICENSE
}
pre_configure() {
autoreconf -fi
}