[arch-commits] Commit in pari-seadata-small (3 files)

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


    Date: Sunday, December 21, 2014 @ 12:11:18
  Author: arojas
Revision: 124277

archrelease: copy trunk to community-any

Added:
  pari-seadata-small/repos/
  pari-seadata-small/repos/community-any/
  pari-seadata-small/repos/community-any/PKGBUILD
    (from rev 124276, pari-seadata-small/trunk/PKGBUILD)

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

Copied: pari-seadata-small/repos/community-any/PKGBUILD (from rev 124276, pari-seadata-small/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2014-12-21 11:11:18 UTC (rev 124277)
@@ -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
+}



More information about the arch-commits mailing list