1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-30 18:32:27 +01:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST hardinfo-0.5.1.tar.bz2 246924 RMD160 ef0c91fa8c0c032cf74a96e045e4823f7fe3b81e SHA1 983f0445aa60e02156bc5a5eaedeffb30b8e4d64 SHA256 a0df6c0d7c92a7d20710b8eb551197398a965aaae053782b89a32a160b731b7a
EBUILD hardinfo-0.5.1.ebuild 629 RMD160 f2c89eea73cb31aab1b705df4e0328664c10334c SHA1 9b801bab6c4695d26fc4a39ea30dbc254cf904b2 SHA256 f2a3cd3585dfc569a6dc5d87c1772fb3e12c59821a20c903b698ad36c46f0365

View File

@@ -0,0 +1,34 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
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
}