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

Andreas Radke andyrtr at archlinux.org
Sat Jun 11 16:26:53 UTC 2016


    Date: Saturday, June 11, 2016 @ 18:26:52
  Author: andyrtr
Revision: 269348

archrelease: copy trunk to staging-any

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

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

Copied: mdds/repos/staging-any/PKGBUILD (from rev 269347, mdds/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2016-06-11 16:26:52 UTC (rev 269348)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=mdds
+pkgver=1.2.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=(http://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f44fd0635de94c7d490f9a65f74b5e55860d7bdd507951428294f9690fda45b6')
+
+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