[arch-commits] Commit in (lrs lrs/trunk lrs/trunk/PKGBUILD)

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


    Date: Thursday, January 22, 2015 @ 22:38:13
  Author: arojas
Revision: 126430

Sage optional dependency

Added:
  lrs/
  lrs/trunk/
  lrs/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Added: lrs/trunk/PKGBUILD
===================================================================
--- lrs/trunk/PKGBUILD	                        (rev 0)
+++ lrs/trunk/PKGBUILD	2015-01-22 21:38:13 UTC (rev 126430)
@@ -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/
+}
+


Property changes on: lrs/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list