diff options
author | 2010-02-09 15:30:28 +0000 | |
---|---|---|
committer | 2010-02-09 15:30:28 +0000 | |
commit | 0050c7d269e80514c5e759db615a608b08be46f0 (patch) | |
tree | c10803058608060172971f15f0de8167288a549f /sci-biology/last | |
parent | Remove old. (diff) | |
download | gentoo-2-0050c7d269e80514c5e759db615a608b08be46f0.tar.gz gentoo-2-0050c7d269e80514c5e759db615a608b08be46f0.tar.bz2 gentoo-2-0050c7d269e80514c5e759db615a608b08be46f0.zip |
New package, ebuild written by me
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/last')
-rw-r--r-- | sci-biology/last/ChangeLog | 10 | ||||
-rw-r--r-- | sci-biology/last/last-96.ebuild | 34 | ||||
-rw-r--r-- | sci-biology/last/metadata.xml | 9 |
3 files changed, 53 insertions, 0 deletions
diff --git a/sci-biology/last/ChangeLog b/sci-biology/last/ChangeLog new file mode 100644 index 000000000000..9bab50a2735e --- /dev/null +++ b/sci-biology/last/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-biology/last +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.1 2010/02/09 15:30:28 weaver Exp $ + +*last-96 (09 Feb 2010) + + 09 Feb 2010; Andrey Kislyuk <weaver@gentoo.org> +metadata.xml, + +last-96.ebuild: + New package, ebuild written by me + diff --git a/sci-biology/last/last-96.ebuild b/sci-biology/last/last-96.ebuild new file mode 100644 index 000000000000..9c44dff1d619 --- /dev/null +++ b/sci-biology/last/last-96.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-96.ebuild,v 1.1 2010/02/09 15:30:28 weaver Exp $ + +EAPI="2" + +DESCRIPTION="Genome-scale comparison of biological sequences" +HOMEPAGE="http://last.cbrc.jp/" +SRC_URI="http://last.cbrc.jp/archive/${P}.zip" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="" + +src_prepare() { + sed -i -e 's/CXXFLAGS =/CXXFLAGS +=/' -e 's/CCFLAGS =/CCFLAGS = ${CFLAGS}/' \ + src/makefile || die +} + +src_compile() { + emake -C src || die +} + +src_install() { + dobin src/last{al,db} || die + exeinto /usr/share/${PN}/scripts + doexe scripts/* || die + insinto /usr/share/doc/${PF} + doins -r doc ChangeLog.txt README.txt +} diff --git a/sci-biology/last/metadata.xml b/sci-biology/last/metadata.xml new file mode 100644 index 000000000000..3302123e5718 --- /dev/null +++ b/sci-biology/last/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>weaver@gentoo.org</email> + <name>Andrey Kislyuk</name> + </maintainer> + <herd>sci-biology</herd> +</pkgmetadata> |