summaryrefslogtreecommitdiff
blob: f8ea2de64758f529cd5994550563b9c1ac4f6c05 (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
28
29
# Copyright 2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header$

DESCRIPTION="An implementation for the execution of Automated Linux From Scratch (ALFS) profiles"
HOMEPAGE="http://www.linuxfromscratch.org/alfs/"
SRC_URI="http://www.linuxfromscratch.org/alfs/downloads/stable/nALFS-${PV}.tar.bz2"

SLOT="0"

LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""

DEPEND="dev-libs/libxml2
        net-misc/curl"
RDEPEND=""


S=${WORKDIR}/nALFS-${PV}

src_compile() {
	econf || die
	emake || die
}

src_install() {
	einstall || die
}