diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-03-19 17:43:01 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-03-19 17:43:01 +0000 |
commit | a47f39bf943991ccc3b32e2b4075a1b291495c8e (patch) | |
tree | 13a0fc4e64abdb2b77e22e34137a793bcc092785 /sci-chemistry/bodr/bodr-6.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-a47f39bf943991ccc3b32e2b4075a1b291495c8e.tar.gz gentoo-2-a47f39bf943991ccc3b32e2b4075a1b291495c8e.tar.bz2 gentoo-2-a47f39bf943991ccc3b32e2b4075a1b291495c8e.zip |
Initial import into repository.
Diffstat (limited to 'sci-chemistry/bodr/bodr-6.ebuild')
-rw-r--r-- | sci-chemistry/bodr/bodr-6.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sci-chemistry/bodr/bodr-6.ebuild b/sci-chemistry/bodr/bodr-6.ebuild new file mode 100644 index 000000000000..369a8aaf2b3a --- /dev/null +++ b/sci-chemistry/bodr/bodr-6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bodr/bodr-6.ebuild,v 1.1 2007/03/19 17:43:01 cryos Exp $ + +DESCRIPTION="The Blue Obelisk Data Repository listing element and isotope +properties." +HOMEPAGE="http://wiki.cubic.uni-koeln.de/bowiki/index.php/DataRepository" +SRC_URI="mirror://sourceforge/bodr/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-libs/libxslt-1.1.20" +RDEPEND="" + +src_unpack() { + unpack ${A} + cd ${S} + aclocal + automake --gnu -a + autoconf +} + +src_install() { + make install DESTDIR=${D} || die "make install failed" + mv ${D}/usr/share/doc/${PN} ${D}/usr/share/doc/${PF} +} |