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 | 633f0086031dc97eecd04af0d1bc96ece18bcc4d (patch) | |
tree | 003331091072598072a5fe0d0896fa01807d953e /app-sci | |
parent | Initial import (diff) | |
download | historical-633f0086031dc97eecd04af0d1bc96ece18bcc4d.tar.gz historical-633f0086031dc97eecd04af0d1bc96ece18bcc4d.tar.bz2 historical-633f0086031dc97eecd04af0d1bc96ece18bcc4d.zip |
Initial import
Diffstat (limited to 'app-sci')
-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 |
3 files changed, 32 insertions, 2 deletions
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 |