krcstat-0.7.6-r1.ebuild 413 B

123456789101112131415161718192021
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit kde4-base
  5. DESCRIPTION="A Gentoo system management tool"
  6. HOMEPAGE="http://www.binro.org"
  7. SRC_URI="http://binro.org/${P}.tar.bz2"
  8. LICENSE="GPL-2"
  9. SLOT="4"
  10. KEYWORDS="~amd64 ~x86"
  11. IUSE="debug"
  12. DEPEND="
  13. || ( $(add_kdeapps_dep konsolepart) $(add_kdeapps_dep konsole) )
  14. "
  15. RDEPEND="${DEPEND}"