[arch-commits] Commit in brial/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 20:08:45 UTC 2015


    Date: Sunday, December 6, 2015 @ 21:08:45
  Author: foutrelis
Revision: 149153

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

Added:
  brial/repos/community-staging-i686/
  brial/repos/community-staging-i686/PKGBUILD
    (from rev 149151, brial/trunk/PKGBUILD)
  brial/repos/community-staging-x86_64/
  brial/repos/community-staging-x86_64/PKGBUILD
    (from rev 149151, 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 149151, brial/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 20:08:45 UTC (rev 149153)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=brial
+pkgver=0.8.4.3
+pkgrel=2
+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 149151, brial/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 20:08:45 UTC (rev 149153)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=brial
+pkgver=0.8.4.3
+pkgrel=2
+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