1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
7 pkgdesc='C implementation of the reverse search algorithm for vertex enumeration/convex hull problems'
9 url='http://cgm.cs.mcgill.ca/~avis/C/lrs.html'
12 source=(http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/lrslib-$_pkgver.tar.gz
13 lrs-system-cflags.patch)
14 sha256sums=('fc48754a1ded1d8445d40ecfbe3546e4f27d53aaee95dc2c8c0c79fb9cd532f0'
15 '617ed06ae2584ef3349a3b1f6ab1a4acd11f18211394458498e1223a65bb0e73')
19 patch -p1 -i ../lrs-system-cflags.patch # Use system CFLAGS/LDFLAGS
29 make DESTDIR="$pkgdir" prefix=/usr install