From d1dcb69af7e3d387095c5e738813c948989ca060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 29 Feb 2016 13:22:30 +0100 Subject: [PATCH] New package: mdds0-0.12.1 --- srcpkgs/mdds0/template | 22 ++++++++++++++++++++++ srcpkgs/mdds0/update | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 srcpkgs/mdds0/template create mode 100644 srcpkgs/mdds0/update diff --git a/srcpkgs/mdds0/template b/srcpkgs/mdds0/template new file mode 100644 index 00000000000..a08be48a612 --- /dev/null +++ b/srcpkgs/mdds0/template @@ -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 " +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 +} diff --git a/srcpkgs/mdds0/update b/srcpkgs/mdds0/update new file mode 100644 index 00000000000..b0fc8a69eed --- /dev/null +++ b/srcpkgs/mdds0/update @@ -0,0 +1,3 @@ +site=https://gitlab.com/mdds/mdds +pkgname=mdds +ignore="1.*.*"