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

(-)/usr/portage/app-i18n/scim-input-pad/scim-input-pad-0.1.3.1.ebuild (-1 / +4 lines)
Lines 24-38 Link Here
24
24
25
src_prepare() {
25
src_prepare() {
26
	rm "${S}"/m4/intltool.m4 || die
26
	rm "${S}"/m4/intltool.m4 || die
27
	sed -i -e "s:@SCIM_LIBEXECDIR@:${EPREFIX}/usr/$(get_libdir)/scim-1.0:" data/${PN}.in || die "Can't fix shell executable"
27
	eautoreconf
28
	eautoreconf
28
}
29
}
29
30
30
src_configure() {
31
src_configure() {
31
	econf $(use_enable nls) || die "Error: econf failed!"
32
	econf SCIM_LIBEXECDIR="${EPREFIX}/usr/$(get_libdir)/scim-1.0" $(use_enable nls) || die "Error: econf failed!"
32
}
33
}
33
34
34
src_install() {
35
src_install() {
35
	emake DESTDIR="${D}" install || die "Error: install failed!"
36
	emake DESTDIR="${D}" install || die "Error: install failed!"
37
	insinto ${EPREFIX}/usr/share/scim/input-pad
38
	doins data/*.pad || die "Error: cannot install data"
36
	dodoc ChangeLog README
39
	dodoc ChangeLog README
37
}
40
}
38
41

Return to bug 485250