summaryrefslogtreecommitdiff
blob: ccf243ef41e19d865349099b15f1c049dcb86fee (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mkinitcpio-nfs-utils/mkinitcpio-nfs-utils-0.3.ebuild,v 1.2 2012/07/04 18:19:10 xmw Exp $

EAPI=4

inherit eutils

DESCRIPTION="ipconfig and nfsmount tools for NFS root support in mkinitcpio ported from Arch Linux"
HOMEPAGE="http://www.archlinux.org/"
SRC_URI="ftp://ftp.archlinux.org/other/mkinitcpio/${P}.tar.xz -> ${P}.tar.gz" # intentional, arch plz.

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="sys-kernel/mkinitcpio"
DEPEND=""

src_prepare() {
	tc-export CC
	epatch "${FILESDIR}"/${P}-buildsystem.patch
}