summaryrefslogtreecommitdiff
blob: 2758caa77f4d8864e0fce4e7436c16c77eb6c6d1 (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/hwreport/hwreport-0.9.4.ebuild,v 1.7 2008/02/12 06:51:46 opfer Exp $

inherit toolchain-funcs

DESCRIPTION="Collect system informations for the hardware4linux.info site"
HOMEPAGE="http://hardware4linux.info/"
SRC_URI="http://hardware4linux.info/res/${P}.tar.bz2"

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

DEPEND=""
RDEPEND=">=sys-apps/dmidecode-2.8 >=sys-apps/pciutils-2.2.0"

src_compile() {
	$(tc-getCC) -o scan-printers scan-printers.c
}

src_install() {
	dobin hwreport scan-printers
	dodoc README
}

pkg_postinst() {
	elog "You can now generate your reports and post them on ${HOMEPAGE}"
}