New package: mdds0-0.12.1
This commit is contained in:
parent
87313a0936
commit
d1dcb69af7
2 changed files with 25 additions and 0 deletions
22
srcpkgs/mdds0/template
Normal file
22
srcpkgs/mdds0/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# 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
|
||||
}
|
3
srcpkgs/mdds0/update
Normal file
3
srcpkgs/mdds0/update
Normal file
|
@ -0,0 +1,3 @@
|
|||
site=https://gitlab.com/mdds/mdds
|
||||
pkgname=mdds
|
||||
ignore="1.*.*"
|
Loading…
Reference in a new issue