# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A Computer algebra package for Lie group computations" HOMEPAGE="http://young.sp2mi.univ-poitiers.fr/~marc/LiE" SRC_URI="http://young.sp2mi.univ-poitiers.fr/~marc/LiE/conLiE.tar.gz" #### Remove the following line when moving this ebuild to the main tree! RESTRICT="mirror" LICENSE="LGPL" SLOT="0" KEYWORDS="~x86" IUSE="doc" DEPEND="sys-devel/bison sys-libs/readline" RDEPEND="sys-libs/readline" S="${WORKDIR}/LiE" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-make.patch epatch ${FILESDIR}/parrallelmake-${P}.patch } src_install() { einstall DESTDIR=${D} || die use doc && dodoc ${S}/manual/* dodoc README } pkg_postinst() { elog "This version of the LiE ebuild is still under development." elog "Help us improve the ebuild in:" elog "http://bugs.gentoo.org/show_bug.cgi?id=194393" }