void-packages/srcpkgs/mdds/template

14 lines
473 B
Bash
Raw Normal View History

2014-10-04 16:20:53 +00:00
# Template file for 'mdds'
pkgname=mdds
2015-06-28 09:55:53 +00:00
version=0.12.1
2014-12-20 18:26:46 +00:00
revision=1
2014-10-04 16:20:53 +00:00
build_style=gnu-configure
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
maintainer="Enno Boland <eb@s01.de>"
license="MIT"
homepage="https://code.google.com/p/multidimalgorithm/"
distfiles="http://kohei.us/files/mdds/src/${pkgname}_${version}.tar.bz2"
2015-06-28 09:55:53 +00:00
checksum=23565e9d7810a6ac30478833813db847f80e927b414a7be07b7cc03ed3aae83d
2014-10-04 16:20:53 +00:00
wrksrc="${pkgname}_${version}"
noarch=yes