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

Antonio Rojas arojas at archlinux.org
Tue Apr 21 09:16:34 UTC 2015


    Date: Tuesday, April 21, 2015 @ 11:16:34
  Author: arojas
Revision: 131829

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

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

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

Copied: polybori/repos/community-staging-i686/PKGBUILD (from rev 131828, polybori/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-04-21 09:16:34 UTC (rev 131829)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=polybori
+pkgver=0.8.3
+pkgrel=2
+pkgdesc="Library for polynomials over boolean rings"
+arch=(i686 x86_64)
+url="http://polybori.sourceforge.net/"
+license=(GPL)
+depends=(boost-libs python2 m4ri)
+makedepends=(boost scons)
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('0999722a019c4ee5835a115e76a1dfd6')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  scons prepare-install PYTHON=python2
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  scons install install-headers \
+   PYTHON=python2 \
+   PREFIX="$pkgdir"/usr \
+   PYINSTALLPREFIX="$pkgdir"/usr/lib/python2.7/site-packages \
+   MANDIR="$pkgdir"/usr/share/man
+}
+

Copied: polybori/repos/community-staging-x86_64/PKGBUILD (from rev 131828, polybori/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-04-21 09:16:34 UTC (rev 131829)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=polybori
+pkgver=0.8.3
+pkgrel=2
+pkgdesc="Library for polynomials over boolean rings"
+arch=(i686 x86_64)
+url="http://polybori.sourceforge.net/"
+license=(GPL)
+depends=(boost-libs python2 m4ri)
+makedepends=(boost scons)
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('0999722a019c4ee5835a115e76a1dfd6')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  scons prepare-install PYTHON=python2
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  scons install install-headers \
+   PYTHON=python2 \
+   PREFIX="$pkgdir"/usr \
+   PYINSTALLPREFIX="$pkgdir"/usr/lib/python2.7/site-packages \
+   MANDIR="$pkgdir"/usr/share/man
+}
+



More information about the arch-commits mailing list