# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # ESVN_REPO_URI="http://svn.initng.thinktux.net/initng-ifiles/trunk" ESVN_PROJECT="initng-ifiles" inherit subversion DESCRIPTION="A next generation init replacement" HOMEPAGE="http://initng.thinktux.net/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="-*" IUSE="debug" RDEPEND=">sys-apps/initng-0.5.5" DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} src_unpack() { subversion_src_unpack cd "${S}" emake -fMakefile.cvs } src_compile() { econf --prefix=/ emake || die } src_install() { make install DESTDIR="${D}" || die # other packages install these rm "${D}"/sbin/{{ifplugd,wpa_cli}.action} || die dodoc README FAQ AUTHORS ChangeLog NEWS TEMPLATE_HEADER TODO }