# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EGIT_REPO_URI="git://git.agaffney.org/quickstart.git" inherit eutils git DESCRIPTION="Quickstart automated installer" HOMEPAGE="http://dev.gentoo.org/~agaffney/quickstart.php" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_install() { qsdir=/usr/share/quickstart insinto ${qsdir}/modules doins modules/* exeinto ${qsdir} doexe quickstart exeinto ${qsdir}/server doexe server/quickstartd.pl make_wrapper quickstart ./quickstart ${qsdir} make_wrapper quickstartd ./quickstartd.pl ${qsdir}/server dodoc doc/* }