diff options
Diffstat (limited to 'app-doc/legato-networker-man-pages/legato-networker-man-pages-7.3.2.ebuild')
-rw-r--r-- | app-doc/legato-networker-man-pages/legato-networker-man-pages-7.3.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-doc/legato-networker-man-pages/legato-networker-man-pages-7.3.2.ebuild b/app-doc/legato-networker-man-pages/legato-networker-man-pages-7.3.2.ebuild new file mode 100644 index 0000000..cf956c9 --- /dev/null +++ b/app-doc/legato-networker-man-pages/legato-networker-man-pages-7.3.2.ebuild @@ -0,0 +1,22 @@ +# 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="" + +DEPEND="app-arch/rpm2targz" +RDEPEND="" + +src_install() { + cd ${WORKDIR} || die + + rpm2tar "lgtoman-7.3.2-1.i686.rpm" || die + tar xf "lgtoman-7.3.2-1.i686.tar" -C ${D} || die +} |