blob: 94aa35b029848eb789bd16ede1ced22ab499a0a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild,v 1.6 2005/01/01 12:06:54 eradicator Exp $
DESCRIPTION="benchmark suite"
HOMEPAGE="https://sourceforge.net/projects/fbsuite/"
SRC_URI="mirror://sourceforge/fbsuite/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc amd64"
IUSE=""
DEPEND="dev-lang/perl
dev-perl/perl-tk"
src_install() {
insinto /usr/share/xfbsuite/images
doins images/*
dodoc doc/Todo doc/Readme.DE
dobin bin/{xfbsuite.tk,xfbsuite.pl,xfbsuite.sh} || die
exeinto /usr/bin/xfbsuite
doexe bin/{stream,cachebench,nbench,NNET.DAT,bonnie++,piozone} || die
}
|