stress-ng-0.06.00.ebuild 468 B

12345678910111213141516171819202122
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="A tool to load and stress a computer system"
  5. HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/"
  6. SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE=""
  11. DEPEND="sys-apps/keyutils
  12. sys-apps/attr"
  13. RDEPEND="${DEPEND}"
  14. src_install() {
  15. emake DESTDIR="${ED}" install
  16. }