--- /usr/portage/media-libs/hamlib/hamlib-1.2.7.1.ebuild 2008-06-10 16:45:12.000000000 +0200 +++ hamlib-1.2.8.ebuild 2008-12-03 17:27:49.000000000 +0100 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.7.1.ebuild,v 1.1 2008/06/10 14:45:12 drac Exp $ +# $Header: $ inherit eutils multilib libtool @@ -42,12 +42,12 @@ --libdir=/usr/$(get_libdir)/hamlib \ --disable-static \ --with-microtune \ - --without-rpc-backends \ + --with-rpc-backends \ --without-perl-binding \ $(use_with python python-binding) \ - $(use_with tcl tcl-binding) + $(use_with tcl tcl-binding) - emake || die "emake failed" + emake -j1 || die "emake failed" if use doc ; then cd doc && make doc || die "make doc failed" @@ -55,16 +55,13 @@ } src_install() { - einstall \ - libdir="${D}"/usr/$(get_libdir)/hamlib || \ - die "einstall failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS PLAN README README.betatester \ README.developer LICENSE NEWS TODO if use doc; then dohtml doc/html/* - doman doc/man/man3/* fi insinto /usr/$(get_libdir)/pkgconfig