# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" inherit versionator MY_P="polytopes_db-$(replace_version_separator 1 '.')" DESCRIPTION="Sage's polytopes 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 src_install() { insinto /usr/share/sage/reflexive_polytopes doins * }