23 lines
575 B
Bash
23 lines
575 B
Bash
|
# Template file for 'mdds0'
|
||
|
pkgname=mdds0
|
||
|
version=0.12.1
|
||
|
revision=1
|
||
|
wrksrc="${pkgname%0}_${version}"
|
||
|
build_style=gnu-configure
|
||
|
short_desc="Multi-dimensional data structures and indexing algorithms (0.x branch)"
|
||
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||
|
license="MIT"
|
||
|
homepage="https://gitlab.com/mdds/mdds"
|
||
|
hostmakedepends="automake"
|
||
|
distfiles="http://kohei.us/files/mdds/src/mdds_${version}.tar.bz2"
|
||
|
checksum=23565e9d7810a6ac30478833813db847f80e927b414a7be07b7cc03ed3aae83d
|
||
|
noarch=yes
|
||
|
|
||
|
pre_configure() {
|
||
|
autoreconf -fi
|
||
|
}
|
||
|
|
||
|
post_install() {
|
||
|
vlicense COPYING
|
||
|
}
|