# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Standard ML optimizing compiler and libraries" SRC_URI="http://mlton.org/pages/Download/attachments/mlton-${PV}-1.${ARCH}-linux.tgz" HOMEPAGE="http://www.mlton.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="doc" DEPEND="virtual/libc dev-libs/gmp" src_install() { cd ${WORKDIR}/usr dobin bin/* insinto /usr/lib/mlton cp -Rp lib/mlton/* ${D}/usr/lib/mlton doman man/man1/*.1.gz cd share/doc/mlton dodoc changelog README dodoc license/* if use doc; then cp -R cmcat examples ${D}/usr/share/doc/${P}/ dohtml user-guide/* dodoc *.ps.gz fi }