experimental/trunk/novell4gentoo/net-misc/novell-ntls/novell-ntls-2.0.0.0.050810....

40 lines
997 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-ntls/novell-ntls-2.0.0.0.050810.ebuild,v 0.1 2005/11/06 15:17:50 Mario Fetka $
inherit eutils rpm
MY_P="novell-ntls-2.0.0.0-050810.i386.rpm"
DESCRIPTION="Novell Transport Security Layer"
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"
mv "${WORKDIR}"/usr "${D}"/ || die "mv usr"
insinto /etc/env.d
doins "${FILESDIR}"/80novell
}
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"
}