[arch-commits] Commit in lrs (5 files)

Antonio Rojas arojas at archlinux.org
Thu Jan 22 21:38:52 UTC 2015


    Date: Thursday, January 22, 2015 @ 22:38:52
  Author: arojas
Revision: 126431

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

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

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

Copied: lrs/repos/community-i686/PKGBUILD (from rev 126430, lrs/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-01-22 21:38:52 UTC (rev 126431)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrs
+pkgver=050a
+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/lrslib-$pkgver.tar")
+md5sums=('13aa52fe0545d1d1dc0755d2e80be7d1')
+
+build() {
+  cd lrslib-050
+  make
+}
+
+package() {
+  cd lrslib-050
+
+  mkdir -p "$pkgdir"/usr/bin
+  cp lrs "$pkgdir"/usr/bin/
+}
+

Copied: lrs/repos/community-x86_64/PKGBUILD (from rev 126430, lrs/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-01-22 21:38:52 UTC (rev 126431)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrs
+pkgver=050a
+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/lrslib-$pkgver.tar")
+md5sums=('13aa52fe0545d1d1dc0755d2e80be7d1')
+
+build() {
+  cd lrslib-050
+  make
+}
+
+package() {
+  cd lrslib-050
+
+  mkdir -p "$pkgdir"/usr/bin
+  cp lrs "$pkgdir"/usr/bin/
+}
+



More information about the arch-commits mailing list