[arch-commits] Commit in mcqd/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sun Jan 4 21:57:21 UTC 2015


    Date: Sunday, January 4, 2015 @ 22:57:21
  Author: arojas
Revision: 125359

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mcqd/repos/community-i686/PKGBUILD
    (from rev 125358, mcqd/trunk/PKGBUILD)
  mcqd/repos/community-x86_64/PKGBUILD
    (from rev 125358, mcqd/trunk/PKGBUILD)
Deleted:
  mcqd/repos/community-i686/PKGBUILD
  mcqd/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 -----------------------
 community-x86_64/PKGBUILD |   29 -----------------------
 3 files changed, 54 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-01-04 21:56:38 UTC (rev 125358)
+++ community-i686/PKGBUILD	2015-01-04 21:57:21 UTC (rev 125359)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mcqd
-pkgver=1.0
-pkgrel=1
-pkgdesc="Maximum Clique Algorithm for finding a maximum clique in an undirected graph"
-arch=('i686' 'x86_64')
-url="http://www.sicmm.org/~konc/maxclique/"
-license=('GPL3')
-depends=('gcc-libs')
-source=("http://www.sicmm.org/~konc/maxclique/mcqd.zip")
-md5sums=('356d9f3312bc5f15fb9d893990011c6e')
-
-build() {
-  cd $pkgname
-
-  g++ -O3 mcqd.cpp -o mcqd
-}
-
-package() {
-  cd $pkgname
-
-  mkdir -p "$pkgdir"/usr/bin
-  install -m755 mcqd "$pkgdir"/usr/bin
-
-  mkdir -p "$pkgdir"/usr/share/licenses/mcqd
-  install COPYING "$pkgdir"/usr/share/licenses/mcqd
-}
-

Copied: mcqd/repos/community-i686/PKGBUILD (from rev 125358, mcqd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-04 21:57:21 UTC (rev 125359)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mcqd
+pkgver=1.0
+pkgrel=2
+pkgdesc="Maximum Clique Algorithm for finding a maximum clique in an undirected graph"
+arch=('i686' 'x86_64')
+url="http://www.sicmm.org/~konc/maxclique/"
+license=('GPL3')
+depends=('gcc-libs')
+source=("http://www.sicmm.org/~konc/maxclique/mcqd.zip")
+md5sums=('356d9f3312bc5f15fb9d893990011c6e')
+
+build() {
+  cd $pkgname
+
+  g++ -O3 mcqd.cpp -o mcqd
+}
+
+package() {
+  cd $pkgname
+
+  install -Dm755 mcqd "$pkgdir"/usr/bin/mcqd
+  install -Dm644 mcqd.h "$pkgdir"/usr/include/mcqd.h
+  install -D COPYING "$pkgdir"/usr/share/licenses/mcqd/COPYING
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-01-04 21:56:38 UTC (rev 125358)
+++ community-x86_64/PKGBUILD	2015-01-04 21:57:21 UTC (rev 125359)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mcqd
-pkgver=1.0
-pkgrel=1
-pkgdesc="Maximum Clique Algorithm for finding a maximum clique in an undirected graph"
-arch=('i686' 'x86_64')
-url="http://www.sicmm.org/~konc/maxclique/"
-license=('GPL3')
-depends=('gcc-libs')
-source=("http://www.sicmm.org/~konc/maxclique/mcqd.zip")
-md5sums=('356d9f3312bc5f15fb9d893990011c6e')
-
-build() {
-  cd $pkgname
-
-  g++ -O3 mcqd.cpp -o mcqd
-}
-
-package() {
-  cd $pkgname
-
-  mkdir -p "$pkgdir"/usr/bin
-  install -m755 mcqd "$pkgdir"/usr/bin
-
-  mkdir -p "$pkgdir"/usr/share/licenses/mcqd
-  install COPYING "$pkgdir"/usr/share/licenses/mcqd
-}
-

Copied: mcqd/repos/community-x86_64/PKGBUILD (from rev 125358, mcqd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-04 21:57:21 UTC (rev 125359)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mcqd
+pkgver=1.0
+pkgrel=2
+pkgdesc="Maximum Clique Algorithm for finding a maximum clique in an undirected graph"
+arch=('i686' 'x86_64')
+url="http://www.sicmm.org/~konc/maxclique/"
+license=('GPL3')
+depends=('gcc-libs')
+source=("http://www.sicmm.org/~konc/maxclique/mcqd.zip")
+md5sums=('356d9f3312bc5f15fb9d893990011c6e')
+
+build() {
+  cd $pkgname
+
+  g++ -O3 mcqd.cpp -o mcqd
+}
+
+package() {
+  cd $pkgname
+
+  install -Dm755 mcqd "$pkgdir"/usr/bin/mcqd
+  install -Dm644 mcqd.h "$pkgdir"/usr/include/mcqd.h
+  install -D COPYING "$pkgdir"/usr/share/licenses/mcqd/COPYING
+}
+



More information about the arch-commits mailing list