summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2008-06-20 20:13:05 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2008-06-20 20:13:05 +0000
commitd4e5e8229928c63d8204e8522df60496cb3d49c6 (patch)
tree19f8e8392843c21de35c3866a11dd54af1df81bc /sci-biology/kalign/kalign-2.03.ebuild
parentpackage.use.mask media-libs/taglibs test. cppunit is not keyworded. Bug 228559. (diff)
downloadgentoo-2-d4e5e8229928c63d8204e8522df60496cb3d49c6.tar.gz
gentoo-2-d4e5e8229928c63d8204e8522df60496cb3d49c6.tar.bz2
gentoo-2-d4e5e8229928c63d8204e8522df60496cb3d49c6.zip
New package from sunrise, bug 175116
(Portage version: 2.1.5.5)
Diffstat (limited to 'sci-biology/kalign/kalign-2.03.ebuild')
-rw-r--r--sci-biology/kalign/kalign-2.03.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-biology/kalign/kalign-2.03.ebuild b/sci-biology/kalign/kalign-2.03.ebuild
new file mode 100644
index 000000000000..a801cf5af925
--- /dev/null
+++ b/sci-biology/kalign/kalign-2.03.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/kalign/kalign-2.03.ebuild,v 1.1 2008/06/20 20:13:05 weaver Exp $
+
+DESCRIPTION="Global and progressive multiple sequence alignment"
+HOMEPAGE="http://msa.cgb.ki.se/"
+SRC_URI="mirror://debian/pool/main/k/kalign/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${PN}"
+
+src_unpack() {
+ unpack ${A}
+ sed -i 's/^CFLAGS.*= -O9/CFLAGS := ${CFLAGS} -O3/' "${S}"/Makefile.in
+}
+
+src_install() {
+ dobin kalign
+ dodoc README
+}