# (C) 2002 The TelemetryBox Corporation. http://telemetrybox.biz # Christoph Lameter, , July 15, 2002 # Released under the GPL # $Header: /var/cvsroot/gentoo-x86/sys-apps/discover/discover-1.5-r1.ebuild,v 1.3 2002/07/31 16:42:11 christoph Exp $ DESCRIPTION="Discover hardware and load the appropriate drivers for that hardware." HOMEPAGE="http://www.progeny.com/discover" SRC_URI="ftp://ftp.debian.org/debian/pool/main/d/discover/${PN}_${PV}-1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="" RDEPEND="sys-apps/discover-data" S=${WORKDIR}/${P} src_compile() { econf --sbindir=/sbin || die "configure failed" emake || die } src_install () { make DESTDIR=${D} install || die cp ${FILESDIR}/etc-init.d-discover ${D}/etc/init.d/discover insinto /usr/share/discover doins discover/linuxrc dodoc BUGS AUTHORS ChangeLog NEWS README TODO ChangeLog.mandrake docs/ISA-Structure docs/PCI-Structure docs/Programming dodir /var/lib/discover prepallman }