# # (C) 2002 The TelemetryBox Corporation. http://telemetrybox.biz # Christoph Lameter, , July 15, 2002 # # Released under the GPL # DESCRIPTION="Generate a bootable Gentoo live CD. With ability to deploy Gentoo easily. Includes lilo boot time pengiun animation" HOMEPAGE="http://telemetrybox.org/livecd/" SRC_URI="http://telemetrybox.org/livecd/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="x86" DEPEND="syslinux" RDEPEND="zisofs-tools cdrtools" S=${WORKDIR}/${P} src_compile() { make || die } src_install () { make DESTDIR=${D} install || die }