summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaekyung Kim2016-08-15 21:21:21 +0900
committerTaekyung Kim2016-08-15 21:21:21 +0900
commit3b8da87763c13f064392806de5a9bb9f378a52b1 (patch)
tree196b8a14e1e849cffa9b6ba81d6cdbcbcdbda1f7
downloadaur-3b8da87763c13f064392806de5a9bb9f378a52b1.tar.gz
new package
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ca681b787780
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = pari-galpol
+ pkgdesc = pari package of the GALPOL database of polynomials defining Galois extensions of the rationals
+ pkgver = 20150915
+ pkgrel = 1
+ url = http://pari.math.u-bordeaux.fr/
+ arch = any
+ license = GPL
+ depends = pari>=2.4.3
+ source = http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz
+ md5sums = c241b3b40267f640df4d45ed2d604442
+
+pkgname = pari-galpol
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ab6a999281e8
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Taekyung Kim (Taekyung.Kim.Maths@gmail.com)
+
+pkgname=pari-galpol
+pkgver=20150915
+pkgrel=1
+pkgdesc="pari package of the GALPOL database of polynomials defining Galois extensions of the rationals"
+arch=('any')
+url="http://pari.math.u-bordeaux.fr/"
+license=('GPL')
+depends=('pari>=2.4.3')
+makedepends=()
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz")
+md5sums=(c241b3b40267f640df4d45ed2d604442)
+package() {
+ mkdir -p $pkgdir/usr/share/pari
+ mv data/galpol $pkgdir/usr/share/pari
+}