http://forums.gentoo...e36a6f240f294c4
# Copyright 2011 Luca Berton
# Distributed under the terms of the GNU General Public License v2
# $Header : $
DESCRIPTION="FOG package for Gentoo"
HOMEPAGE="http://www.fogproject.org/"
SRC_URI="mirror://sourceforge/freeghost/fog_0.32.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="www-servers/apache virtual/mysql >=dev-lang/php-5.2 net-misc/dhcp net-fs/nfs-utils"
DEPEND="${RDEPEND}"
src_compile() {
econf --with-popt
emake || die
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc README CHANGES || die
}
but always get the error
* ERROR: net-misc/fog-0.32 failed (compile phase): * no configure script found * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 132: Called econf '--with-popt' * phase-helpers.sh, line 516: Called die * The specific snippet of code: * die "no configure script found"
which of course would be right, after looking at the package there is indeed no configure script, the only install script is gearing towards red hat/fedora and ubuntu, has anyone got this working on Gentoo or can advise on a different cloning application, I would like to get rid of having to use Acronis






