2014-10-04 16:20:53 +00:00
|
|
|
# Template file for 'mdds'
|
|
|
|
pkgname=mdds
|
2015-11-18 13:24:19 +00:00
|
|
|
version=1.0.0
|
2014-12-20 18:26:46 +00:00
|
|
|
revision=1
|
2015-11-18 13:24:19 +00:00
|
|
|
_gitrev=3183d3ca85e9b8878f9144cc29ab90504a0d0454
|
2014-10-04 16:20:53 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
|
2015-08-09 17:08:42 +00:00
|
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
2014-10-04 16:20:53 +00:00
|
|
|
license="MIT"
|
2015-11-18 13:24:19 +00:00
|
|
|
homepage="https://gitlab.com/mdds/mdds"
|
|
|
|
hostmakedepends="automake"
|
|
|
|
distfiles="https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=$version>${pkgname}_${version}.tar.gz"
|
|
|
|
checksum=7fc094b73fc41294e560ab3d30a10eace010d699490c953de1d43c14ee071302
|
|
|
|
wrksrc="${pkgname}-${version}-${_gitrev}"
|
2014-10-10 09:29:18 +00:00
|
|
|
noarch=yes
|
2015-11-18 13:24:19 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|