diff --git a/srcpkgs/pari-seadata/template b/srcpkgs/pari-seadata/template new file mode 100644 index 0000000000..f83c57ebcd --- /dev/null +++ b/srcpkgs/pari-seadata/template @@ -0,0 +1,17 @@ +# Template file for 'pari-seadata' +pkgname=pari-seadata +version=20090618 +revision=1 +create_wrksrc=yes +depends="pari" +short_desc="PARI/GP package needed by ellap for large primes up to 750 bit" +maintainer="André Cerqueira " +license="GPL-3.0-or-later" +homepage="http://pari.math.u-bordeaux.fr/packages.html" +distfiles="http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata.tgz" +checksum=c9282a525ea3f92c1f9c6c69e37ac5a87b48fb9ccd943cfd7c881a3851195833 + +do_install() { + vmkdir usr/share/pari/seadata + vcopy "data/seadata/sea???" usr/share/pari/seadata +}