# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: DESCRIPTION="A simple GNU/Linux program which can display some computer/system information" HOMEPAGE="http://sysinfo.r8.org/" SRC_URI="http://ferisrv5.uni-mb.si/~ng8166/sysinfo/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.6.0 >=dev-cpp/libglademm-2.6.0" src_compile() { econf --prefix=/usr || die emake || die } src_install() { emake DESTDIR="${D}" install || die }