# # (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" # Build-time dependencies, such as # ssl? ( >=openssl-0.9.6b ) # >=perl-5.6.1-r1 # It is advisable to use the >= syntax show above, to reflect what you # had installed on your system when you tested the package. Then # other users hopefully won't be caught without the right version of # a dependency. DEPEND="mkzftree mkisofs bash" # Run-time dependencies, same as DEPEND if RDEPEND isn't defined: #RDEPEND="" S=${WORKDIR}/${P} src_compile() { make || die } src_install () { make DESTDIR=${D} install || die }