diff options
author | 2004-12-22 17:12:43 +0000 | |
---|---|---|
committer | 2004-12-22 17:12:43 +0000 | |
commit | c6b4674a57a5d6efa39f3c2976d4b410d9d38284 (patch) | |
tree | fc7a54dea6369319a06b0230fdb521e3c3a76d96 /sys-apps/uhinv/uhinv-0.4.ebuild | |
parent | new release (Manifest recommit) (diff) | |
download | gentoo-2-c6b4674a57a5d6efa39f3c2976d4b410d9d38284.tar.gz gentoo-2-c6b4674a57a5d6efa39f3c2976d4b410d9d38284.tar.bz2 gentoo-2-c6b4674a57a5d6efa39f3c2976d4b410d9d38284.zip |
Initial import
Diffstat (limited to 'sys-apps/uhinv/uhinv-0.4.ebuild')
-rw-r--r-- | sys-apps/uhinv/uhinv-0.4.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-apps/uhinv/uhinv-0.4.ebuild b/sys-apps/uhinv/uhinv-0.4.ebuild new file mode 100644 index 000000000000..a8618372b692 --- /dev/null +++ b/sys-apps/uhinv/uhinv-0.4.ebuild @@ -0,0 +1,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.1 2004/12/22 17:12:43 pvdabeel 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" +SLOT="0" +LICENSE="GPL-2" + +IUSE="" + +src_install() { + einstall || die +} |