1d5763a1ba8a09982839336f7b561dda18d34429
[gentoo.git] / sci-chemistry / bodr / bodr-9-r1.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="The Blue Obelisk Data Repository listing element and isotope properties"
7 HOMEPAGE="https://sourceforge.net/projects/bodr"
8 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
9
10 LICENSE="MIT"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86 ~ppc-macos"
13 IUSE=""
14
15 DEPEND="dev-libs/libxslt"
16 RDEPEND=""
17
18 DOCS=( "THANKS" "AUTHORS" "README" "ChangeLog" )
19
20 src_prepare(){
21         sed -i -e "s/COPYING//g" Makefile.* || die
22 }
23
24 src_configure() {
25         econf --docdir="${EPREFIX}"/usr/share/doc/${PF}
26 }