blob: fa51e0d03f89c64a9d56ae9fb5b36b74f2ad5d70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-sci/embassy-hmmer/embassy-hmmer-2.1.1.ebuild,v 1.2 2004/07/21 07:40:05 dholm Exp $
inherit embassy
DESCRIPTION="EMBOSS integrated version of HMMER - Biological sequence analysis with profile HMMs"
KEYWORDS="~x86 ~ppc"
src_install() {
embassy_src_install
insinto /usr/include/emboss/hmmer
doins src/*.h
}
|