From 1c56382232e0c2570ce3b9dcf74edce4ced626d8 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 25 Feb 2016 02:12:59 +0100 Subject: [PATCH] app-admin/hardinfo: initial import of version 0.5.2_pre20130823 --- .../hardinfo-0.5.2_pre20130823.exheres-0 | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 packages/app-admin/hardinfo/hardinfo-0.5.2_pre20130823.exheres-0 diff --git a/packages/app-admin/hardinfo/hardinfo-0.5.2_pre20130823.exheres-0 b/packages/app-admin/hardinfo/hardinfo-0.5.2_pre20130823.exheres-0 new file mode 100644 index 00000000..4c69d04f --- /dev/null +++ b/packages/app-admin/hardinfo/hardinfo-0.5.2_pre20130823.exheres-0 @@ -0,0 +1,32 @@ +# Copyright 2016 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require cmake + +SUMMARY="A system information and benchmark tool for Linux systems" +HOMEPAGE="http://hardinfo.org/" +DOWNLOADS="https://dev.gentoo.org/~hasufell/distfiles/${PNV}.tar.xz" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build: + virtual/pkg-config + build+run: + dev-libs/glib:2 + gnome-desktop/libsoup + x11-libs/gdk-pixbuf + x11-libs/gtk+:2 + x11-libs/pango +" + +src_prepare() { + edo sed -i \ + -e '/PREFIX/s:@CMAKE_INSTALL_PREFIX@/share:@CMAKE_INSTALL_DATAROOTDIR@:' \ + config.h.cmake + default +} +