[arch-commits] Commit in polybori (5 files)
Antonio Rojas
arojas at archlinux.org
Sat Dec 20 20:54:04 UTC 2014
Date: Saturday, December 20, 2014 @ 21:54:04
Author: arojas
Revision: 124218
archrelease: copy trunk to community-i686, community-x86_64
Added:
polybori/repos/
polybori/repos/community-i686/
polybori/repos/community-i686/PKGBUILD
(from rev 124217, polybori/trunk/PKGBUILD)
polybori/repos/community-x86_64/
polybori/repos/community-x86_64/PKGBUILD
(from rev 124217, polybori/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: polybori/repos/community-i686/PKGBUILD (from rev 124217, polybori/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD (rev 0)
+++ repos/community-i686/PKGBUILD 2014-12-20 20:54:04 UTC (rev 124218)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=polybori
+pkgver=0.8.3
+pkgrel=1
+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-x86_64/PKGBUILD (from rev 124217, polybori/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2014-12-20 20:54:04 UTC (rev 124218)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=polybori
+pkgver=0.8.3
+pkgrel=1
+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