# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Systemimager is a program for imaging and installing clusters of machines, much like Norton Ghost" HOMEPAGE="http://www.systemimager.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-text/docbook-sgml-utils app-arch/tar app-arch/gzip dev-libs/popt >=sys-apps/sed-4 >=sys-libs/ncurses-5.2-r2 sys-apps/pam-login >=sys-fs/e2fsprogs-1.27 sys-devel/gettext >=sys-libs/readline-4.1-r4 sys-devel/flex dev-perl/Getopt-Long dev-perl/Time-Local dev-perl/AppConfig dev-perl/File-Temp dev-perl/XML-Simple app-admin/systemconfigurator app-cdr/cdrtools sys-fs/dosfstools" S=${WORKDIR}/${P} src_compile() { make || die "something went wrong..." } src_install() { make DESTDIR=${D} install_server_all || die }