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

(-)/usr/portage/dev-libs/liboil/liboil-0.3.17.ebuild (-5 / +5 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/dev-libs/liboil/liboil-0.3.17.ebuild,v 1.9 2012/06/06 03:34:34 zmedico Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboil/liboil-0.3.17.ebuild,v 1.9 2012/06/06 03:34:34 zmedico Exp $
4
4
5
EAPI=2
5
EAPI=4
6
inherit eutils flag-o-matic multilib
6
inherit eutils flag-o-matic multilib
7
7
8
DESCRIPTION="library of simple functions that are optimized for various CPUs"
8
DESCRIPTION="library of simple functions that are optimized for various CPUs"
Lines 11-17 Link Here
11
11
12
LICENSE="BSD-2"
12
LICENSE="BSD-2"
13
SLOT="0.3"
13
SLOT="0.3"
14
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
14
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
15
IUSE="doc +examples test"
15
IUSE="doc +examples test"
16
16
17
RDEPEND="examples? ( dev-libs/glib:2 )"
17
RDEPEND="examples? ( dev-libs/glib:2 )"
Lines 40-51 Link Here
40
	econf \
40
	econf \
41
		--disable-dependency-tracking \
41
		--disable-dependency-tracking \
42
		$(use_enable doc gtk-doc) \
42
		$(use_enable doc gtk-doc) \
43
		--with-html-dir=/usr/share/doc/${PF}/html
43
		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
44
}
44
}
45
45
46
src_install() {
46
src_install() {
47
	emake DESTDIR="${D}" install || die
47
	emake DESTDIR="${D}" install
48
	dodoc AUTHORS BUG-REPORTING HACKING NEWS README || die
48
	dodoc AUTHORS BUG-REPORTING HACKING NEWS README
49
}
49
}
50
50
51
pkg_postinst() {
51
pkg_postinst() {

Return to bug 440082