Date: Saturday, June 4, 2016 @ 14:05:58 Author: arojas Revision: 177857
Add normaliz, cocoa dependency Added: normaliz/ normaliz/trunk/ normaliz/trunk/PKGBUILD ----------+ PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) Added: normaliz/trunk/PKGBUILD =================================================================== --- normaliz/trunk/PKGBUILD (rev 0) +++ normaliz/trunk/PKGBUILD 2016-06-04 12:05:58 UTC (rev 177857) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Antonio Rojas <[email protected]> + +pkgname=normaliz +pkgver=3.1.1 +pkgrel=1 +pkgdesc="An open source tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones" +arch=(i686 x86_64) +url="https://www.normaliz.uni-osnabrueck.de/" +license=(GPL3) +depends=(gmp) +makedepends=(boost cmake) +source=("https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Normaliz$pkgver.zip" normaliz-flags.patch) +md5sums=('6de04a6ef3df5be9fc7bef0cbfdf4a91' + 'e2f227ce2fdfefaa1042a4663bd069d1') + +prepare() { + cd Normaliz${pkgver%.*} + + mkdir -p build +} + +build() { + cd Normaliz${pkgver%.*}/build + + cmake ../source -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd Normaliz${pkgver%.*}/build + make DESTDIR="$pkgdir" install +} Property changes on: normaliz/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
