diff options
Diffstat (limited to 'app-sci/primer3/primer3-0.9.ebuild')
-rw-r--r-- | app-sci/primer3/primer3-0.9.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-sci/primer3/primer3-0.9.ebuild b/app-sci/primer3/primer3-0.9.ebuild new file mode 100644 index 000000000000..bd91826152db --- /dev/null +++ b/app-sci/primer3/primer3-0.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/primer3/primer3-0.9.ebuild,v 1.1 2004/06/23 17:24:57 ribosome Exp $ + +DESCRIPTION="Design primers for PCR reactions." +HOMEPAGE="http://frodo.wi.mit.edu/primer3/primer3_code.html" +SRC_URI="http://frodo.wi.mit.edu/primer3/primer3_0_9_test.tar.gz" +LICENSE="whitehead" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +S=${WORKDIR}/${PN}_0_9_test/src + +src_compile() { + emake || die +} + +src_install () { + dobin primer3_core + dodoc release_notes ../README ../example +} |