Ucpt:Sci-libs/root-manual/root-manual-4.04.ebuild
#Download - Bugs - Discussion - History
# 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}/. } #
Last modified: Tue, 16 Aug 2005 05:23:00 +0000 Hits: 1,845