View | Details | Raw Unified
Collapse All | Expand All

(-) jpilot-0.99.8.ebuild (-2 / +2 lines)
 Lines 33-45    Link Here 
}
}
src_compile() {
src_compile() {
	econf $(use_enable gtk2) $(use_enable nls) || die "configure failed"
	ABILIB=$(get_libdir) econf $(use_enable gtk2) $(use_enable nls) || die "configure failed"
	emake -j1 || die "make failed"
	emake -j1 || die "make failed"
}
}
src_install() {
src_install() {
	make install DESTDIR=${D} \
	make install DESTDIR=${D} \
		libdir=/usr/$(get_libdir) \
		libdir=/usr/$(get_libdir)/jpilot/plugins \
		docdir=/usr/share/doc/${PF} \
		docdir=/usr/share/doc/${PF} \
		icondir=/usr/share/pixmaps \
		icondir=/usr/share/pixmaps \
		desktopdir=/usr/share/applications || die "install failed"
		desktopdir=/usr/share/applications || die "install failed"