summaryrefslogtreecommitdiff
blob: c752ae5bd3078fe02d1f0eefe031bd0e34c3c4df (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
25
26
27
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/livecd-tools/livecd-tools-1.0.1.ebuild,v 1.6 2004/06/24 22:22:48 agriffis Exp $

IUSE=""

DESCRIPTION="LiveCD tools (autoconfig, net-setup)"
HOMEPAGE="http://www.gentoo.org"
SRC_URI="http://dev.gentoo.org/~zhen/${P}.tar.bz2
		mirror://gentoo/${P}.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc hppa ppc"

DEPEND=""

S=${WORKDIR}/${PN}

src_install() {
	if use x86
	then
		exeinto /etc/init.d
		doexe autoconfig
	fi
	dosbin net-setup
}