8643dbe862
Uses the tarballs upstream provides. Upstream even provides the sha256sum, so this is a no-brainer. Closes: #8726 [via git-merge-pr]
22 lines
562 B
Bash
22 lines
562 B
Bash
# Template file for 'mdds'
|
|
pkgname=mdds
|
|
version=1.3.0
|
|
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=00aa92a28af9f1168a8e5c38e46f311abb65ef5b113ef56078ff104b94211460
|
|
noarch=yes
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|