# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/modconf/modconf-0.2.43.ebuild,v 1.7 2004/06/24 21:31:50 agriffis Exp $ # Some notes: This should rather depend on dev-libs/newt, and use whiptail, # not dev-util/dialog. # # I could not get it to edit module options, but mostly because I # have 2.5 on this box, and a limited 2.4 on my gateway, so it # "should" work, but is not really tested. inherit eutils IUSE="" DESCRIPTION="Modconf provides a GUI for installing and configuring device driver modules." SRC_URI="mirror://debian/pool/main/m/modconf/${P/-/_}.tar.gz" HOMEPAGE="http://packages.debian.org/stable/base/modconf.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" DEPEND="dev-util/dialog virtual/modutils" pkg_setup() { check_KV } src_unpack() { unpack ${A} cd ${S}; epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { emake || die } src_install() { make DESTDIR=${D} install || die }