void-packages/srcpkgs/mdds/template
Christian Buschau ef3dc02a25 mdds: update to 1.4.3.
[ci skip]
2019-01-24 16:36:08 +00:00

21 lines
532 B
Bash

# Template file for 'mdds'
pkgname=mdds
version=1.4.3
revision=1
noarch=yes
build_style=gnu-configure
hostmakedepends="automake"
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=25ce3d5af9f6609e1de05bb22b2316e57b74a72a5b686fbb2da199da72349c81
post_install() {
vlicense LICENSE
}
pre_configure() {
autoreconf -fi
}