hardinform-9999.ebuild added

This commit is contained in:
Kolan Sh 2012-05-19 17:29:45 +04:00
parent 2c9fcfe3bc
commit 2dc48c29dc
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD hardinform-9999.ebuild 573 RMD160 94a25b02a5b77ce644c5b68ae3be3c4b049ff454 SHA1 25fef0966cc32d6710330fc47ea18973fb1f6dc8 SHA256 39697bd190df8bef788eca1305b8baf8350b1b09074605846876b812366cbf12

View File

@ -0,0 +1,29 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
EGIT_REPO_URI="git://github.com/inish777/hardinform.git"
[[ 9999 == ${PV} ]] && vcs=git-2
inherit eutils cmake-utils $vcs
if [[ 9999 != ${PV} ]]; then
SRC_URI="Here must be http/ftp uri to the hardinform-X.Y.Z.tar.bz2"
KEYWORDS="-* ~x86 ~amd64"
fi
DESCRIPTION="Gathers system information"
HOMEPAGE="http://inish777.blogspot.com/p/hardinform.html"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
CMAKE_IN_SOURCE_BUILD=1