diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-05-22 15:44:22 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-05-22 15:44:22 +0000 |
commit | dab7aeaeb54461f0a12b22b438fa27bd49d7c6a8 (patch) | |
tree | 5ce1a04da1545f03de3bca53d3da43b4419abf78 /app-sci | |
parent | Initial import (diff) | |
download | gentoo-2-dab7aeaeb54461f0a12b22b438fa27bd49d7c6a8.tar.gz gentoo-2-dab7aeaeb54461f0a12b22b438fa27bd49d7c6a8.tar.bz2 gentoo-2-dab7aeaeb54461f0a12b22b438fa27bd49d7c6a8.zip |
Initial import
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/elph/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/elph/Manifest | 4 | ||||
-rw-r--r-- | app-sci/elph/elph-0.1.2.ebuild | 29 | ||||
-rw-r--r-- | app-sci/elph/files/digest-elph-0.1.2 | 1 |
4 files changed, 41 insertions, 2 deletions
diff --git a/app-sci/elph/ChangeLog b/app-sci/elph/ChangeLog new file mode 100644 index 000000000000..5152dbe86ca8 --- /dev/null +++ b/app-sci/elph/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-sci/elph +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/elph/ChangeLog,v 1.1 2003/05/22 15:44:09 avenj Exp $ + +*elph-0.1.2 (22 May 2003) + + 22 May 2003; Jon Portnoy <avenj@gentoo.org> elph-0.1.2.ebuild : + Initial import. Ebuild submitted by Stephen Diener in bug + #21308. diff --git a/app-sci/elph/Manifest b/app-sci/elph/Manifest index e336e8fda3b4..a8693902cb28 100644 --- a/app-sci/elph/Manifest +++ b/app-sci/elph/Manifest @@ -1,3 +1,3 @@ -MD5 b1a189d3ff3c01342664dbd7646436df ChangeLog 284 -MD5 d03ccbc9252d67fb5b5dab5494959649 elph-0.1.2.ebuild 608 +MD5 bea62369b4a1ea9b1c4e9fb152536983 ChangeLog 368 +MD5 d34f6e582ddd73171031e7111f9cea96 elph-0.1.2.ebuild 700 MD5 4a7fdc7d26ff2d8fc72881383ff93fc4 files/digest-elph-0.1.2 61 diff --git a/app-sci/elph/elph-0.1.2.ebuild b/app-sci/elph/elph-0.1.2.ebuild new file mode 100644 index 000000000000..839ab1292fe1 --- /dev/null +++ b/app-sci/elph/elph-0.1.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/elph/elph-0.1.2.ebuild,v 1.1 2003/05/22 15:44:09 avenj Exp $ + +DESCRIPTION="ELPH -- general-purpose Gibbs sampler for finding motifs in a set of DNA or protein sequences" +HOMEPAGE="http://www.tigr.org/software/ELPH/index.shtml" +SRC_URI="ftp://ftp.tigr.org/pub/software/ELPH/ELPH-${PV}.tar.gz" +LICENSE="Artistic" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" + +S=${WORKDIR}/ELPH/sources + + +src_compile() { + emake || die +} + +src_install() { + dodir /usr/bin + dobin elph + + cd ${WORKDIR}/ELPH/ + dodoc COPYRIGHT LICENSE README Readme.ELPH +} diff --git a/app-sci/elph/files/digest-elph-0.1.2 b/app-sci/elph/files/digest-elph-0.1.2 new file mode 100644 index 000000000000..4432d5c7f77e --- /dev/null +++ b/app-sci/elph/files/digest-elph-0.1.2 @@ -0,0 +1 @@ +MD5 52160cdb2e2df6491bc5ece7f05c1502 ELPH-0.1.2.tar.gz 39554 |