Hello,
  
I have to make a Live ebuild (from a CVS repository). But econf don't find the configure script.

>>  !!! no configure script found .
  
The configure file is into ${WORKDIR}/package/, I have defined ${S} here, but no result.
  
Thanks for advance if you have any idea.


--
~~~~~
| klessou |
~~~~~
More about this ebuild :

My file /usr/local/portage/dev-libs/pwlib/pwlib- 1.11.9999.ebuild

An extract of my code :
Code:
 
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit cvs eutils flag-o-matic multilib

IUSE="alsa debug ieee1394 ipv6 ldap oss sasl sdl ssl v4l v4l2 xml"
DESCRIPTION="Portable Multiplatform Class Libraries used by several VoIP applications"
HOMEPAGE="http://www.ekiga.org"

ECVS_SERVER="openh323.cvs.sourceforge.net:/cvsroot/openh323"
ECVS_MODULE="pwlib"
ECVS_AUTH="pserver"
ECVS_USER="anonymous"
ECVS_PASS=""
ECVS_CVS_OPTIONS="-z9 -r ptlib_unix"

LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="-*"
[...]

src_compile() {
        [...]
        S="${WORKDIR}/pwlib"

        econf \
                --enable-plugins \
                $(use_enable v4l2) \
                $(use_enable v4l) \
                [...]
                $(use_enable sasl) \
                $(use_enable xml expat) \
                ${myconf} \
                || die "Error: econf failed!"
[...]


The configure file is here :

-rwxr-xr-x 1 root root 307K oct 18 18:08 /var/tmp/portage/pwlib-1.11.9999/work/pwlib/configure

Reply via email to