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

Antonio Rojas arojas at archlinux.org
Sun Oct 11 10:53:50 UTC 2015


    Date: Sunday, October 11, 2015 @ 12:53:50
  Author: arojas
Revision: 143639

Add brial, fork of polybori required by Sagemath 6.9

Added:
  brial/
  brial/trunk/
  brial/trunk/PKGBUILD

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

Added: brial/trunk/PKGBUILD
===================================================================
--- brial/trunk/PKGBUILD	                        (rev 0)
+++ brial/trunk/PKGBUILD	2015-10-11 10:53:50 UTC (rev 143639)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=brial
+pkgver=0.8.4.3
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(i686 x86_64)
+url="https://github.com/BRiAl/BRiAl"
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+conflicts=(polybori)
+replaces=(polybori)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('66275eea0654cb1eb6438a6262140885')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+


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



More information about the arch-commits mailing list