# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ DESCRIPTION="A graphical utility to configure kernel modules" SRC_URI="mirror://sourceforge/gmodconfig/${P}.tar.gz" HOMEPAGE="http://gmodconfig.sourceforge.net" IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND=">=dev-libs/libxml++-0.21.0 >=gnome-base/libgnomeui-2 >=media-libs/libart_lgpl-2 >=gnome-base/gnome-vfs-2" src_compile() { econf \ --prefix=/usr || die "Configure failed" emake || die "Compile failed" } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS INSTALL NEWS README ChangeLog }