# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit="functions.sh" ##MY_P DESCRIPTION="A simple, customizable, /etc inspired initrd or initramfs creator that supports root on mdadm / lvm." HOMEPAGE="https://sourceforge.net/projects/aeuio/" SRC_URI="mirror://sourceforge/aeuio/${P}.tar.lzma" LICENSE=" || ( GPL-2 GPL-3 LGPL-3 BSD CCPL-Attribution-3.0 )" SLOT="0" #Implicitly unstable/untested ( Do not use ~* ), only add ~arch as tested KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="sys-apps/busybox || ( sys-devel/bmake sys-devel/make sys-devel/remake )" # sys-devel/pmake #RDEPEND="${DEPEND}" S="${WORKDIR}/${P}" RESTRICT="" ##DOCS= src_unpack() { unpack ${A} } src_configure() { true } src_compile() { true } src_install() { dodir /etc/early-userspace/aeuio cp -dR "${S}/" "${D}/" || die "Install failed!" elog "Please follow the INSTALL file in /etc/early-userspace/aeuio ." elog "You may also want to read tools/process.txt ." }