# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Legato Backup Suite - man pages" HOMEPAGE="http://software.emc.com/products/software_az/networker.htm?hlnav=T" SRC_URI="ftp://ftp.legato.com/pub/eval/2006Q3/nw732_linux_x86.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="doc" DEPEND="app-arch/rpm2targz !app-backup/legato-networker-storage-node !app-backup/legato-networker-server" RDEPEND="doc? ( =app-doc/legato-networker-man-pages-${PV}* )" src_install() { cd ${WORKDIR} || die rpm2tar "lgtoclnt-7.3.2-1.i686.rpm" || die tar xf "lgtoclnt-7.3.2-1.i686.tar" -C ${D} || die }