# 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
}
