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

(-)openjpeg-1.1.1.ebuild (-7 / +3 lines)
Lines 13-19 Link Here
13
KEYWORDS="~amd64 ~x86"
13
KEYWORDS="~amd64 ~x86"
14
IUSE=""
14
IUSE=""
15
15
16
S="${WORKDIR}/OpenJPEG"
16
S="${WORKDIR}/trunk"
17
17
18
src_unpack() {
18
src_unpack() {
19
	unpack ${A}
19
	unpack ${A}
Lines 26-36 Link Here
26
}
26
}
27
27
28
src_install() {
28
src_install() {
29
	dodir /usr/$(get_libdir)
29
	emake DESTDIR="${D}" INSTALL_LIBDIR="/usr/$(get_libdir)" install || die "install failed"
30
	emake INSTALLDIR="${D}usr/$(get_libdir)" install || die "install failed"
31
30
32
	insinto /usr/include
31
	dodoc ChangeLog README.linux
33
	doins libopenjpeg/openjpeg.h
34
35
	dodoc README.linux
36
}
32
}

Return to bug 183698