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

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- libatomic_ops-1.2-r1.ebuild 9 Dec 2011 18:36:31 -0000       1.19
0
++ libatomic_ops-1.2-r1.ebuild 18 Oct 2012 00:22:36 -0000
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/dev-libs/libatomic_ops/libatomic_ops-1.2-r1.ebuild,v 1.19 2011/12/09 18:36:31 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatomic_ops/libatomic_ops-1.2-r1.ebuild,v 1.19 2011/12/09 18:36:31 vapier Exp $
4
4
5
inherit eutils autotools
5
inherit eutils autotools toolchain-funcs
6
6
7
DESCRIPTION="Implementation for atomic memory update operations"
7
DESCRIPTION="Implementation for atomic memory update operations"
8
HOMEPAGE="http://www.hpl.hp.com/research/linux/atomic_ops/"
8
HOMEPAGE="http://www.hpl.hp.com/research/linux/atomic_ops/"
Lines 24-29 Link Here
24
       eautoreconf
24
       eautoreconf
25
}
25
}
26
26
27
src_compile() {
28
       econf || die
29
       emake AR="$(tc-getAR)" || die
30
}
31
27
src_install() {
32
src_install() {
28
       emake pkgdatadir="${EPREFIX}/usr/share/doc/${PF}" DESTDIR="${D}" install || die
33
       emake pkgdatadir="${EPREFIX}/usr/share/doc/${PF}" DESTDIR="${D}" install || die
29
}
34
}

Return to bug 438332