# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ 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" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="sys-apps/busybox || ( sys-devel/make sys-devel/bmake sys-devel/remake )" src_compile() { true } src_install() { local myDir="/etc/early-userspace/aeuio" dodir "${myDir}" || die "Install basedir failed!" cp -dR [^L]* "LICENSE" "${D}${myDir}/" || die "Install failed!" elog "Please follow the instructions in ${myDir}/INSTALL" elog "You may also want to read ${myDir}/tools/process.txt" }