# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="A next generation init replacement" HOMEPAGE="http://initng.thinktux.net/" SRC_URI="http://initng.thinktux.net/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~s390 ~x86" src_compile() { cd ${S} ./configure --prefix=${D} || die make || die } src_install() { make install || die dodoc README FAQ AUTHORS ChangeLog NEWS TEMPLATE_HEADER TODO doc/databases.txt doc/empty.conf doc/hard.conf doc/initng.txt } pkg_postinst() { einfo "Ejoj initng, please remember this is beta software." einfo "also remember to add init=/sbin/initng in your grub or lilo config to use initng" einfo "Happy testing." einfo " / Jimmy Wennlund " }