experimental/trunk/novell4gentoo/net-nds/novell-novllmgnt/novell-novllmgnt-8.7.3.8_p9...

38 lines
789 B
Bash

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils rpm
MY_PV="${PV/_p/-}"
DESCRIPTION="Novell Language Management Utilities"
HOMEPAGE="http://www.novell.com"
SRC_URI="http://supportfiles.novell.com/support/pub/updates/edir8739.tgz"
LICENSE="Novell-eDir-87"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
RDEPEND="virtual/libc
>=net-nds/novell-ndsbase-8.7.3.9_p19
>=net-nds/novell-novlxis-8.7.3.6_p22
!net-misc/novell-novllmgnt"
RESTRICT="nomirror nostrip"
src_unpack() {
unpack ${A}
mkdir -p ${WORKDIR}/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
rpm_unpack ${WORKDIR}/edir8739/Linux/NOVLlmgnt.i386.rpm
}
src_compile() { :; }
src_install() {
mv "${WORKDIR}/${PN}-${MY_PV}"/usr "${D}"/ || die "mv usr"
}