blob: f57f24093e13df657337870d21f9c56376f1ddfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/uhinv/uhinv-0.4.ebuild,v 1.2 2004/12/31 10:51:46 corsair Exp $
DESCRIPTION="Universal Hardware Inventory Tool, uhinv displays operating system and hardware info"
HOMEPAGE="http://developer.berlios.de/projects/uhinv/"
SRC_URI="http://download.berlios.de/uhinv/${P}.tar.gz"
KEYWORDS="x86 sparc mips hppa ppc amd64 arm ~ppc64"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
src_install() {
einstall || die
}
|