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

Andreas Radke andyrtr at archlinux.org
Sun Nov 5 13:11:33 UTC 2017


    Date: Sunday, November 5, 2017 @ 13:11:31
  Author: andyrtr
Revision: 308926

archrelease: copy trunk to testing-any

Added:
  mdds/repos/testing-any/
  mdds/repos/testing-any/PKGBUILD
    (from rev 308925, mdds/trunk/PKGBUILD)

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

Copied: mdds/repos/testing-any/PKGBUILD (from rev 308925, mdds/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2017-11-05 13:11:31 UTC (rev 308926)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=mdds
+pkgver=1.3.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=('00aa92a28af9f1168a8e5c38e46f311abb65ef5b113ef56078ff104b94211460')
+
+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