--- sablotron-1.0.3.ebuild.old 2008-08-13 22:46:03.000000000 +0200 +++ sablotron-1.0.3.ebuild 2008-08-13 22:51:11.000000000 +0200 @@ -24,14 +24,19 @@ PATCHES="${FILESDIR}/1.0.3-libsablot-expat.patch" -src_compile() { - # Don't use --without-html-dir, since that ends up installing files under - # the /no directory - local myconf="--with-html-dir=/usr/share/doc/${PF}/html" +src_unpack() { + unpack ${A} + cd "${S}" # Please make sure at least elibtoolize is run, else we get references # to PORTAGE_TMPDIR in /usr/lib/libsablot.la ... eautoreconf +} + +src_compile() { + # Don't use --without-html-dir, since that ends up installing files under + # the /no directory + local myconf="--with-html-dir=/usr/share/doc/${PF}/html" use perl && myconf="${myconf} --enable-perlconnect"