# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.0.ebuild,v 1.12 2004/06/24 22:11:06 agriffis Exp $ DESCRIPTION="Hardware setup program" SRC_URI="mirror://gentoo/hwsetup_1.0-9.tar.gz" HOMEPAGE="http://www.knopper.net" KEYWORDS="x86 amd64 -ppc -sparc alpha -mips" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="<=sys-apps/kudzu-1.0" RDEPEND="" src_unpack() { unpack ${A} } src_compile() { emake || die } src_install() { einstall DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man || die "Install failed" }