hardinfo-0.5.2_pre20130823.ebuild 499 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit cmake-utils
  5. DESCRIPTION="A system information and benchmark tool for Linux systems"
  6. HOMEPAGE="http://hardinfo.org/"
  7. SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. RDEPEND="dev-libs/glib:2
  13. net-libs/libsoup
  14. x11-libs/gdk-pixbuf
  15. x11-libs/gtk+:2
  16. x11-libs/pango"
  17. DEPEND="${RDEPEND}
  18. virtual/pkgconfig"