# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils DESCRIPTION="A simple GNU/Linux program which can display some computer/system information" HOMEPAGE="http://sysinfo.r8.org/" SRC_URI="mirror://sourceforge/gsysinfo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.6.0 >=dev-cpp/libglademm-2.6.0" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/lspci.patch } src_compile() { econf --prefix=/usr || die emake || die } src_install() { emake DESTDIR="${D}" install || die }