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

Antonio Rojas arojas at archlinux.org
Sun Oct 11 10:54:47 UTC 2015


    Date: Sunday, October 11, 2015 @ 12:54:46
  Author: arojas
Revision: 143640

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

Added:
  brial/repos/
  brial/repos/community-staging-i686/
  brial/repos/community-staging-i686/PKGBUILD
    (from rev 143639, brial/trunk/PKGBUILD)
  brial/repos/community-staging-x86_64/
  brial/repos/community-staging-x86_64/PKGBUILD
    (from rev 143639, brial/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: brial/repos/community-staging-i686/PKGBUILD (from rev 143639, brial/trunk/PKGBUILD)
===================================================================
--- repos/community-staging-i686/PKGBUILD	                        (rev 0)
+++ repos/community-staging-i686/PKGBUILD	2015-10-11 10:54:46 UTC (rev 143640)
@@ -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
+}
+

Copied: brial/repos/community-staging-x86_64/PKGBUILD (from rev 143639, brial/trunk/PKGBUILD)
===================================================================
--- repos/community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-staging-x86_64/PKGBUILD	2015-10-11 10:54:46 UTC (rev 143640)
@@ -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
+}
+



More information about the arch-commits mailing list