Parent Directory
|
Revision Log
initial import wrt #147547 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
| 1 | hasufell | 1.1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | # $Header: $ | ||
| 4 | |||
| 5 | EAPI=4 | ||
| 6 | |||
| 7 | inherit eutils flag-o-matic toolchain-funcs | ||
| 8 | |||
| 9 | DESCRIPTION="A system information and benchmark tool for Linux systems" | ||
| 10 | HOMEPAGE="http://hardinfo.berlios.de/" | ||
| 11 | SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" | ||
| 12 | |||
| 13 | LICENSE="GPL-2" | ||
| 14 | SLOT="0" | ||
| 15 | KEYWORDS="~amd64 ~x86" | ||
| 16 | IUSE="" | ||
| 17 | |||
| 18 | RDEPEND="dev-libs/glib:2 | ||
| 19 | net-libs/libsoup | ||
| 20 | x11-libs/gdk-pixbuf | ||
| 21 | x11-libs/gtk+:2 | ||
| 22 | x11-libs/pango" | ||
| 23 | DEPEND="${RDEPEND} | ||
| 24 | virtual/pkgconfig" | ||
| 25 | |||
| 26 | MAKEOPTS="${MAKEOPTS} -j1" | ||
| 27 | |||
| 28 | pkg_setup() { | ||
| 29 | tc-export CC | ||
| 30 | } | ||
| 31 | |||
| 32 | src_prepare() { | ||
| 33 | epatch "${FILESDIR}"/${P}-makefile.patch | ||
| 34 | } | ||
| 35 | |||
| 36 | src_configure() { | ||
| 37 | filter-flags "-O*" | ||
| 38 | default | ||
| 39 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |