1 # Maintainer: AndyRTR <andyrtr@archlinux.org>
2 # Contributor: kusakata <shohei atmark kusakata period com>
7 pkgdesc="A collection of multi-dimensional data structures and indexing algorithms"
9 url="https://gitlab.com/mdds/mdds"
11 checkdepends=('boost')
12 #source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
13 source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.xz)
14 # checksums listed there - https://gitlab.com/mdds/mdds
15 sha256sums=('c55a87ea8f110185ed1a570b4df44eeaf187079c1afc2bb821bea36f4c07cde8')
18 cd ${pkgname}-${pkgver}
19 ./autogen.sh --prefix=/usr
24 cd ${pkgname}-${pkgver}
29 cd ${pkgname}-${pkgver}
30 make DESTDIR="${pkgdir}" install
31 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"