diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:46:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:46:33 +0000 |
commit | 25df3ee6a03003c4f260308192ffb1794b35d0c6 (patch) | |
tree | 0ecf8f15c8f0c5169f99632fd2c84e14c34924a7 /app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild | |
parent | Another version bump (Manifest recommit) (diff) | |
download | gentoo-2-25df3ee6a03003c4f260308192ffb1794b35d0c6.tar.gz gentoo-2-25df3ee6a03003c4f260308192ffb1794b35d0c6.tar.bz2 gentoo-2-25df3ee6a03003c4f260308192ffb1794b35d0c6.zip |
dont install stupid COPYING files among other things
Diffstat (limited to 'app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild')
-rw-r--r-- | app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild b/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild index b667d971babb..da01ca38761c 100644 --- a/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild +++ b/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /home/cvsroot/gentoo-x86/app-benchmarks/xfbsuite-0.9.7.3, 2004/04/12 13:22:09 - +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild,v 1.3 2004/05/31 19:46:33 vapier Exp $ DESCRIPTION="benchmark suite" HOMEPAGE="https://sourceforge.net/projects/fbsuite/" @@ -9,10 +8,9 @@ SRC_URI="mirror://sourceforge/fbsuite/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="" - DEPEND="dev-lang/perl dev-perl/perl-tk" @@ -22,8 +20,8 @@ src_install() { dodoc doc/Todo doc/Readme.DE - dobin bin/{xfbsuite.tk,xfbsuite.pl,xfbsuite.sh} + dobin bin/{xfbsuite.tk,xfbsuite.pl,xfbsuite.sh} || die exeinto /usr/bin/xfbsuite - doexe bin/{stream,cachebench,nbench,NNET.DAT,bonnie++,piozone} + doexe bin/{stream,cachebench,nbench,NNET.DAT,bonnie++,piozone} || die } |