# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" MY_P="conway_polynomials-${PV}" DESCRIPTION="Sage's conway polynomial database" HOMEPAGE="http://www.sagemath.org" SRC_URI="mirror://sagemath/${MY_P}.spkg -> ${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RESTRICT="mirror" DEPEND="" RDEPEND="" S="${WORKDIR}"/${MY_P} src_install() { insinto /usr/share/sage doins -r src/conway_polynomials }