experimental/trunk/novell4gentoo/net-nds/novell-novlsas/novell-novlsas-8.8.1.ebuild

37 lines
935 B
Bash

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/novell-novlsas/novell-novlsas-8.8.1.ebuild,v 0.1 2005/11/06 15:17:50 Mario Fetka $
inherit eutils rpm
MY_P="novell-NOVLsas-8.8-1.i386.rpm"
DESCRIPTION="Novell SAS Libraries"
HOMEPAGE="http://www.novell.com"
SRC_URI="${MY_P}"
LICENSE="Novell"
SLOT="0"
KEYWORDS="*-"
IUSE=""
DEPEND=""
RDEPEND="virtual/libc"
RESTRICT="fetch nostrip"
src_unpack() {
rpm_src_unpack
}
src_compile() { :; }
src_install() {
mv "${WORKDIR}"/opt "${D}"/ || die "mv opt"
insinto /etc/env.d
doins "${FILESDIR}"/80novell-edir
}
pkg_nofetch() {
einfo "Please download the appropriate ConsoleOne archive (c1_136e-linux.tar.gz)"
einfo "from http://download.novell.com/Download?buildid=AULI_HA9i4A~ (requires a Novell registration)"
einfo "extract the ${SRC_URI} file into the ${DISTDIR} directory"
}