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

Andreas Radke andyrtr at archlinux.org
Sun Dec 21 19:02:53 UTC 2014


    Date: Sunday, December 21, 2014 @ 20:02:53
  Author: andyrtr
Revision: 227914

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-21 19:02:43 UTC (rev 227913)
+++ PKGBUILD	2014-12-21 19:02:53 UTC (rev 227914)
@@ -1,32 +0,0 @@
-# $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"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 227913, mdds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-21 19:02:53 UTC (rev 227914)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=mdds
+pkgver=0.11.2
+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=('17d2d06a1df818de61bba25a9322541e80f6eed7')
+
+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