summaryrefslogtreecommitdiff
blob: f504de3559d58dae1e4feb309b83ffc229e93b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# (C) 2002 The TelemetryBox Corporation. http://telemetrybox.biz
# Distributed under the terms of the GNU General Public License v2
# Christoph Lameter, <christoph@lameter.com>, July 15, 2002
# $Header: /var/cvsroot/gentoo-x86/app-admin/livecd/livecd-0.5.1.ebuild,v 1.5 2002/10/17 01:28:35 vapier Exp $

DESCRIPTION="Generate a bootable Gentoo live CD. With ability to deploy Gentoo easily. Includes lilo boot time pengiun animation"
HOMEPAGE="http://cdimages.telemetrybox.org/gentoo/"
SRC_URI="http://cdimages.telemetrybox.org/gentoo/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 -ppc"

DEPEND="sys-apps/syslinux"
RDEPEND="app-misc/zisofs-tools app-cdr/cdrtools"

S=${WORKDIR}/${P}

src_compile() {
	emake || die
}

src_install() {
	emake DESTDIR=${D} install || die
}