[arch-commits] Commit in mdds/repos (staging-any staging-any/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Tue Jan 28 19:21:06 UTC 2020


    Date: Tuesday, January 28, 2020 @ 19:21:06
  Author: andyrtr
Revision: 374216

archrelease: copy trunk to staging-any

Added:
  mdds/repos/staging-any/
  mdds/repos/staging-any/PKGBUILD
    (from rev 374215, mdds/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: mdds/repos/staging-any/PKGBUILD (from rev 374215, mdds/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-01-28 19:21:06 UTC (rev 374216)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=mdds
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds"
+license=('MIT')
+checkdepends=('boost')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+# checksums listed there - https://gitlab.com/mdds/mdds
+sha256sums=('144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list