[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Sun Dec 21 11:10:56 UTC 2014


    Date: Sunday, December 21, 2014 @ 12:10:55
  Author: arojas
Revision: 124276

Splitting sage-mathematics

Added:
  pari-seadata-small/
  pari-seadata-small/trunk/
  pari-seadata-small/trunk/PKGBUILD

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

Added: pari-seadata-small/trunk/PKGBUILD
===================================================================
--- pari-seadata-small/trunk/PKGBUILD	                        (rev 0)
+++ pari-seadata-small/trunk/PKGBUILD	2014-12-21 11:10:55 UTC (rev 124276)
@@ -0,0 +1,18 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=pari-seadata-small
+pkgver=20090618
+pkgrel=1
+pkgdesc="PARI database needed by ellap for large primes"
+arch=('any')
+url="http://pari.math.u-bordeaux.fr/"
+license=('GPL')
+depends=('pari')
+makedepends=()
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata-small.tgz")
+md5sums=('705b51f147872895a7307ed4e57f55f2')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/pari
+  mv data/seadata "$pkgdir"/usr/share/pari
+}


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



More information about the arch-commits mailing list