mdds: extract update_* to external update file
This commit is contained in:
parent
dd4f4ece5e
commit
2025bb686c
|
@ -7,7 +7,6 @@ short_desc="Collection of multi-dimensional data structures and indexing algorit
|
|||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="MIT"
|
||||
homepage="https://code.google.com/p/multidimalgorithm/"
|
||||
update_site="${homepage}wiki/Downloads"
|
||||
distfiles="http://kohei.us/files/mdds/src/${pkgname}_${version}.tar.bz2"
|
||||
checksum=cd0a0dc8b35d6582efad6898546c86714eb058696ba26b0e7f8914faa002a5ab
|
||||
wrksrc="${pkgname}_${version}"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
site="${homepage}wiki/Downloads"
|
Loading…
Reference in New Issue