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

Antonio Rojas arojas at archlinux.org
Thu Aug 13 19:15:01 UTC 2015


    Date: Thursday, August 13, 2015 @ 21:15:01
  Author: arojas
Revision: 138311

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

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

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 --------------------
 community-x86_64/PKGBUILD |   26 --------------------
 3 files changed, 56 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-13 19:14:07 UTC (rev 138310)
+++ community-i686/PKGBUILD	2015-08-13 19:15:01 UTC (rev 138311)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=lrs
-pkgver=051
-pkgrel=2
-pkgdesc="C implementation of the reverse search algorithm for vertex enumeration/convex hull problems"
-arch=(i686 x86_64)
-url="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
-license=(GPL)
-depends=(gmp)
-source=("http://cgm.cs.mcgill.ca/~avis/C/lrslib/lrslib-$pkgver.tar.gz")
-md5sums=('cca323eee8bf76f598a13d7bf67cc13d')
-
-build() {
-  cd lrslib-$pkgver
-  make
-}
-
-package() {
-  cd lrslib-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin
-  cp lrs redund nash "$pkgdir"/usr/bin/
-}
-

Copied: lrs/repos/community-i686/PKGBUILD (from rev 138310, lrs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-13 19:15:01 UTC (rev 138311)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrs
+pkgver=060
+pkgrel=1
+pkgdesc="C implementation of the reverse search algorithm for vertex enumeration/convex hull problems"
+arch=(i686 x86_64)
+url="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
+license=(GPL)
+depends=(gmp)
+source=("http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/lrslib-$pkgver.tar.gz")
+md5sums=('d600a2e62969ad03f7ab2f85f1b3709c')
+
+build() {
+  cd lrslib-$pkgver
+  make
+}
+
+package() {
+  cd lrslib-$pkgver
+
+  mkdir -p "$pkgdir"/usr/{lib,bin,include/lrslib}
+  cp lrs redund nash "$pkgdir"/usr/bin/
+  cp liblrsgmp.a "$pkgdir"/usr/lib
+  cp *.h "$pkgdir"/usr/include/lrslib
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-13 19:14:07 UTC (rev 138310)
+++ community-x86_64/PKGBUILD	2015-08-13 19:15:01 UTC (rev 138311)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=lrs
-pkgver=051
-pkgrel=2
-pkgdesc="C implementation of the reverse search algorithm for vertex enumeration/convex hull problems"
-arch=(i686 x86_64)
-url="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
-license=(GPL)
-depends=(gmp)
-source=("http://cgm.cs.mcgill.ca/~avis/C/lrslib/lrslib-$pkgver.tar.gz")
-md5sums=('cca323eee8bf76f598a13d7bf67cc13d')
-
-build() {
-  cd lrslib-$pkgver
-  make
-}
-
-package() {
-  cd lrslib-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin
-  cp lrs redund nash "$pkgdir"/usr/bin/
-}
-

Copied: lrs/repos/community-x86_64/PKGBUILD (from rev 138310, lrs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-13 19:15:01 UTC (rev 138311)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrs
+pkgver=060
+pkgrel=1
+pkgdesc="C implementation of the reverse search algorithm for vertex enumeration/convex hull problems"
+arch=(i686 x86_64)
+url="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
+license=(GPL)
+depends=(gmp)
+source=("http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/lrslib-$pkgver.tar.gz")
+md5sums=('d600a2e62969ad03f7ab2f85f1b3709c')
+
+build() {
+  cd lrslib-$pkgver
+  make
+}
+
+package() {
+  cd lrslib-$pkgver
+
+  mkdir -p "$pkgdir"/usr/{lib,bin,include/lrslib}
+  cp lrs redund nash "$pkgdir"/usr/bin/
+  cp liblrsgmp.a "$pkgdir"/usr/lib
+  cp *.h "$pkgdir"/usr/include/lrslib
+}
+



More information about the arch-commits mailing list