summaryrefslogtreecommitdiff
blob: 36d3e844661efbd90909d8c2fcfbbcaafceed73a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2008 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.5 2008/06/14 17:05:33 mr_bones_ Exp $

inherit eutils

DESCRIPTION="The Blue Obelisk Data Repository listing element and isotope properties."
HOMEPAGE="http://sourceforge.net/projects/bodr"
SRC_URI="mirror://sourceforge/bodr/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-libs/libxslt-1.1.20"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/bodr-6-install.patch
}

src_install() {
	make install DESTDIR="${D}" || die "make install failed"
}