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

Andreas Radke andyrtr at archlinux.org
Sun Feb 14 09:04:21 UTC 2016


    Date: Sunday, February 14, 2016 @ 10:04:20
  Author: andyrtr
Revision: 259291

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
    (from rev 259290, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-14 09:04:10 UTC (rev 259290)
+++ PKGBUILD	2016-02-14 09:04:20 UTC (rev 259291)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: kusakata <shohei atmark kusakata period com>
-
-pkgname=mdds
-pkgver=1.0.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')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha256sums=('ef8abc1236b54c7ca16ae1ee38abfb9cdbc5d1e6a2427c65b92b8c1003e3bf56')
-
-build() {
-  cd ${pkgname}_${pkgver}
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 259290, mdds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-14 09:04:20 UTC (rev 259291)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=mdds
+pkgver=1.1.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)
+md5sums=('6d342a3dfd4543226fac809fe3de80fc')
+
+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