25 lines
637 B
Bash
25 lines
637 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=1.5.0
|
|
revision=3
|
|
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=144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|