Ucpt:Sci-libs/root-reference/root-reference-4.04.ebuild

From Gentoo Linux Wiki

Jump to: navigation, search
#

Image:Ebuild_file.png Sci-libs/root-reference/root-reference-4.04.ebuild

Back to the Index
inherit eutils

DESCRIPTION="Source code reference for the CERN ROOT library"
SRC_URI="ftp://root.cern.ch/root/html404.tar.gz"
HOMEPAGE="http://root.cern.ch/"

SLOT="4"
LICENSE="as-is"
KEYWORDS="x86 sparc ppc"
IUSE=""

DEPEND=""

src_install() {
	mkdir -p ${D}/usr/share/doc
	mv ${WORKDIR}/htmldoc ${D}/usr/share/doc/${P}
}
 #
Personal tools