aboutsummaryrefslogtreecommitdiff
blob: 96b62c6b1a5bfff2a8dc84e12401b1c7157c69f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ChangeLog for app-admin/webmin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /home/menelkir/portage/app-admin/webmin/ChangeLog,v 1.440 2010/05/31 10:20:14 menelkir Exp $

inherit eutils

DESCRIPTION="HardInfo is a system information and benchmark tool for Linux systems"
HOMEPAGE="http://hardinfo.berlios.de/"
SRC_URI="http://download.berlios.de/hardinfo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=">=x11-libs/gtk+-2.6
>=net-libs/libsoup-2.2.100"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${P}"       

src_unpack() {
    unpack ${A}
    cd ${S}
}

src_compile() {
    econf --prefix=/usr || die
    emake || die
}

src_install() {
    emake DESTDIR="${D}" install || die
}