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

Andreas Radke andyrtr at archlinux.org
Fri Oct 3 18:03:36 UTC 2014


    Date: Friday, October 3, 2014 @ 20:03:36
  Author: andyrtr
Revision: 223817

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-03 18:03:30 UTC (rev 223816)
+++ PKGBUILD	2014-10-03 18:03:36 UTC (rev 223817)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: kusakata <shohei atmark kusakata period com>
-
-pkgname=mdds
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing algorithms"
-arch=('any')
-url="http://code.google.com/p/multidimalgorithm/"
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('cefd57cf7cd0408737b3d76ed0771694f26bda58')
-
-build() {
-  cd ${pkgname}_${pkgver}
-
-  # this is only used in tests
-  #sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/="${CXXFLAGS}"/' configure
-
-  ./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 223816, mdds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-03 18:03:36 UTC (rev 223817)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=mdds
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing algorithms"
+arch=('any')
+url="http://code.google.com/p/multidimalgorithm/"
+license=('MIT')
+checkdepends=('boost')
+# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
+source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+sha1sums=('0c1ace97ad310e5293c538f395176d9a506cdeda')
+
+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"
+}



More information about the arch-commits mailing list