vp-build/srcpkgs/mdds/template

24 lines
578 B
Bash

# Template file for 'mdds'
pkgname=mdds
reverts=1.4.1_1
version=1.3.1
revision=3
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
}