mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 03:44:37 +08:00
20 lines
494 B
Bash
20 lines
494 B
Bash
# $Id$
|
|
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
|
|
|
pkgname=pari-galdata
|
|
pkgver=20080411
|
|
pkgrel=1
|
|
pkgdesc="PARI database needed to compute Galois group in degrees 8 through 11"
|
|
arch=('any')
|
|
url="http://pari.math.u-bordeaux.fr/"
|
|
license=('GPL')
|
|
depends=('pari')
|
|
makedepends=()
|
|
source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/galdata.tgz")
|
|
md5sums=('f9f61b2930757a785b568e5d307a7d75')
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/usr/share/pari
|
|
mv data/galdata "$pkgdir"/usr/share/pari
|
|
}
|