diff options
Diffstat (limited to 'sci-chemistry/openbabel/openbabel-2.2.0_beta5.ebuild')
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.2.0_beta5.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-chemistry/openbabel/openbabel-2.2.0_beta5.ebuild b/sci-chemistry/openbabel/openbabel-2.2.0_beta5.ebuild new file mode 100644 index 000000000000..783b045a7790 --- /dev/null +++ b/sci-chemistry/openbabel/openbabel-2.2.0_beta5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.0_beta5.ebuild,v 1.1 2008/05/19 17:19:29 cryos Exp $ + +inherit eutils + +DESCRIPTION="Open Babel interconverts file formats used in molecular modeling" +SRC_URI="mirror://sourceforge/openbabel/${PN}-2.2.0b5-20080517-r2469.tar.gz" +HOMEPAGE="http://openbabel.sourceforge.net/" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" +RDEPEND="!sci-chemistry/babel" + +S=${WORKDIR}/${PN}-2.2.0b5 + +src_install () { + make DESTDIR="${D}" install || die "make install failed." + dodoc AUTHORS ChangeLog NEWS README THANKS + cd doc + dohtml *.html *.png + dodoc *.inc README* *.inc *.mol2 +} |