diff options
Diffstat (limited to 'sci-biology/embassy-mse/embassy-mse-1.0.0.ebuild')
-rw-r--r-- | sci-biology/embassy-mse/embassy-mse-1.0.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-biology/embassy-mse/embassy-mse-1.0.0.ebuild b/sci-biology/embassy-mse/embassy-mse-1.0.0.ebuild new file mode 100644 index 000000000000..a539ca41644d --- /dev/null +++ b/sci-biology/embassy-mse/embassy-mse-1.0.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-mse/embassy-mse-1.0.0.ebuild,v 1.1 2004/12/23 23:04:28 ribosome Exp $ + +inherit embassy + +DESCRIPTION="EMBOSS integrated version of MSE - Multiple Sequence Editor" + +KEYWORDS="x86 ~ppc" + +src_install() { + embassy_src_install + insinto /usr/include/emboss/mse + doins h/*.h +} |