summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-05-07 17:16:37 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-05-07 17:16:37 +0000
commitc9b8896c00240e3dec4d6511d80afa0b627edac1 (patch)
tree072fe5e903e09e94d0b74421511124f0804f11aa /app-benchmarks/acovea/acovea-4.0.0.ebuild
parentStable on sparc (Manifest recommit) (diff)
downloadgentoo-2-c9b8896c00240e3dec4d6511d80afa0b627edac1.tar.gz
gentoo-2-c9b8896c00240e3dec4d6511d80afa0b627edac1.tar.bz2
gentoo-2-c9b8896c00240e3dec4d6511d80afa0b627edac1.zip
Initial import.
Diffstat (limited to 'app-benchmarks/acovea/acovea-4.0.0.ebuild')
-rw-r--r--app-benchmarks/acovea/acovea-4.0.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-benchmarks/acovea/acovea-4.0.0.ebuild b/app-benchmarks/acovea/acovea-4.0.0.ebuild
new file mode 100644
index 000000000000..d1517b3103ed
--- /dev/null
+++ b/app-benchmarks/acovea/acovea-4.0.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/acovea-4.0.0.ebuild,v 1.1 2004/05/07 17:16:37 aliz Exp $
+
+DESCRIPTION="Analysis of Compiler Options via Evolutionary Algorithm"
+HOMEPAGE="http://www.coyotegulch.com/acovea/"
+SRC_URI="http://www.coyotegulch.com/acovea/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+DEPEND="dev-libs/libcoyotl
+ dev-libs/libevocosm
+ dev-libs/expat"
+
+src_install() {
+ make DESTDIR=${D} install
+ dodoc ChangeLog NEWS README
+}