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

From Gentoo Linux Wiki

Jump to: navigation, search
#

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

Back to the Index
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit eutils

DESCRIPTION="Manual for the CERN ROOT library"
SRC_URI="ftp://root.cern.ch/root/doc/Users_Guide_4_04.pdf"
HOMEPAGE="http://root.cern.ch/root/doc/RootDoc.html"

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

DEPEND=""

src_install() {
	mkdir -p ${D}/usr/share/doc/${PF}
	cp ${DISTDIR}/${A} ${D}/usr/share/doc/${PF}/.
}
 #
Personal tools