mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-14 19:09:03 +08:00
20 lines
484 B
Bash
20 lines
484 B
Bash
# $Id$
|
|
# Maintainer: Antonio Rojas <arojas@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
|
|
}
|