Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 380965
Collapse All | Expand All

(-)libhx-3.11.ebuild.old (-6 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.11.ebuild,v 1.1 2011/08/14 18:28:29 hanno Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.11.ebuild,v 1.1 2011/08/14 18:28:29 hanno Exp $
4
4
5
EAPI=3
5
EAPI=4
6
6
7
inherit eutils
7
inherit eutils
8
8
Lines 15-31 Link Here
15
KEYWORDS="~amd64 ~ppc ~x86"
15
KEYWORDS="~amd64 ~ppc ~x86"
16
IUSE=""
16
IUSE=""
17
17
18
DEPEND="app-arch/xz-utils"
18
DEPEND=""
19
RDEPEND=""
19
RDEPEND=""
20
20
21
S="${WORKDIR}/libHX-${PV}"
21
S="${WORKDIR}/libHX-${PV}"
22
22
23
src_configure() {
23
src_configure() {
24
	econf --docdir="/usr/share/doc/${PF}" || die "econf failed"
24
	econf \
25
		--docdir="/usr/share/doc/${PF}"
25
}
26
}
26
27
27
src_install() {
28
src_install() {
28
	emake DESTDIR="${D}" install || die "emake install failed"
29
	default
29
	dodoc doc/*.txt || die
30
	dodoc doc/*.txt
30
	find "${D}" -name '*.la' -delete
31
	find "${D}" -name '*.la' -delete || die
31
}
32
}

Return to bug 380965