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

2016-11-24 Thread Antonio Rojas
Date: Thursday, November 24, 2016 @ 17:48:04
  Author: arojas
Revision: 196749

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

Added:
  normaliz/repos/
  normaliz/repos/community-i686/
  normaliz/repos/community-i686/PKGBUILD
(from rev 196748, normaliz/trunk/PKGBUILD)
  normaliz/repos/community-x86_64/
  normaliz/repos/community-x86_64/PKGBUILD
(from rev 196748, normaliz/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: normaliz/repos/community-i686/PKGBUILD (from rev 196748, 
normaliz/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-11-24 17:48:04 UTC (rev 196749)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tarn Burton 
+
+pkgname=normaliz
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="A 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=(GPL)
+depends=(gmp)
+makedepends=(boost)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz;)
+md5sums=('68a2e1457dbb8f4e4a3ced528706379c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 196748, 
normaliz/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-11-24 17:48:04 UTC (rev 196749)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tarn Burton 
+
+pkgname=normaliz
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="A 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=(GPL)
+depends=(gmp)
+makedepends=(boost)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz;)
+md5sums=('68a2e1457dbb8f4e4a3ced528706379c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-04 Thread Antonio Rojas
Date: Saturday, June 4, 2016 @ 14:06:42
  Author: arojas
Revision: 177858

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

Added:
  normaliz/repos/
  normaliz/repos/community-i686/
  normaliz/repos/community-i686/PKGBUILD
(from rev 177857, normaliz/trunk/PKGBUILD)
  normaliz/repos/community-x86_64/
  normaliz/repos/community-x86_64/PKGBUILD
(from rev 177857, normaliz/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   33 +
 community-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: normaliz/repos/community-i686/PKGBUILD (from rev 177857, 
normaliz/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-06-04 12:06:42 UTC (rev 177858)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+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
+}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 177857, 
normaliz/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-06-04 12:06:42 UTC (rev 177858)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+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
+}