mdds: update to 1.0.0.
This commit is contained in:
parent
4e6fb3d8d3
commit
4f00fb6386
1 changed files with 11 additions and 5 deletions
|
@ -1,13 +1,19 @@
|
|||
# Template file for 'mdds'
|
||||
pkgname=mdds
|
||||
version=0.12.1
|
||||
version=1.0.0
|
||||
revision=1
|
||||
_gitrev=3183d3ca85e9b8878f9144cc29ab90504a0d0454
|
||||
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://code.google.com/p/multidimalgorithm/"
|
||||
distfiles="http://kohei.us/files/mdds/src/${pkgname}_${version}.tar.bz2"
|
||||
checksum=23565e9d7810a6ac30478833813db847f80e927b414a7be07b7cc03ed3aae83d
|
||||
wrksrc="${pkgname}_${version}"
|
||||
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}"
|
||||
noarch=yes
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue