First Real Checkin

This commit is contained in:
geos_one
2006-08-08 23:20:17 +00:00
parent c177ebf699
commit 68ddb35f39
333 changed files with 7357 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/novell-ndsrepair/novell-ndsrepair-8.8.1.ebuild,v 0.1 2005/11/06 15:17:50 Mario Fetka $
inherit eutils rpm
MY_P="novell-NDSrepair-8.8-1.i386.rpm"
DESCRIPTION="Novell NDS Repair Utility"
HOMEPAGE="http://www.novell.com"
SRC_URI="${MY_P}"
LICENSE="Novell"
SLOT="0"
KEYWORDS="*-"
IUSE=""
DEPEND=""
RDEPEND="virtual/libc
net-misc/novell-nici
net-misc/novell-ndsbase
net-misc/novell-ndsserv
net-misc/novell-ntls"
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"
}