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

Antonio Rojas arojas at archlinux.org
Sat Dec 20 20:36:15 UTC 2014


    Date: Saturday, December 20, 2014 @ 21:36:15
  Author: arojas
Revision: 124211

Splitting sage-mathematics

Added:
  zn_poly/
  zn_poly/trunk/
  zn_poly/trunk/PKGBUILD

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

Added: zn_poly/trunk/PKGBUILD
===================================================================
--- zn_poly/trunk/PKGBUILD	                        (rev 0)
+++ zn_poly/trunk/PKGBUILD	2014-12-20 20:36:15 UTC (rev 124211)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=zn_poly
+pkgver=0.9
+pkgrel=3
+pkgdesc="Polynomial arithmetic over Z/nZ"
+arch=('i686' 'x86_64')
+url="http://web.maths.unsw.edu.au/~davidharvey/code/zn_poly/"
+license=('GPL')
+depends=('gmp')
+makedepends=('python2')
+source=("http://web.maths.unsw.edu.au/~davidharvey/code/zn_poly/releases/$pkgname-$pkgver.tar.gz")
+md5sums=('0eeaae2524addf558de94bfbc914d22e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python2 makemakefile.py --cflags="$CFLAGS -fPIC" --prefix=/usr --ntl-prefix=/usr --gmp-prefix=/usr --flint-prefix=/usr > makefile
+  make
+
+# build shared library
+  make libzn_poly.so
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/{include/zn_poly,lib}
+  cp libzn_poly.so "$pkgdir"/usr/lib
+  cp include/*.h "$pkgdir"/usr/include/zn_poly
+}
+


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



More information about the arch-commits mailing list