# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ SRC_URI="mirror://sourceforge/oorexx/oorexx-docs-${PVR}-rv3.tgz" HOMEPAGE="http://oorexx.sourceforge.net/" DESCRIPTION="OORexx - Object Oriented Rexx Documentation (PDF format)" LICENSE="CPL-1.0" SLOT="0" KEYWORDS="x86" IUSE="" src_install() { # Want to install into: share/doc/oorexx-${PVR} # and not into: share/doc/oorexx-docs-pdf-$PVR # Note that the source for the PDF's are available from the website insinto share/doc/oorexx-${PVR} doins ${WORKDIR}/*.pdf }