You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-kernel/mkinitcpio-nfs-utils/mkinitcpio-nfs-utils-0.3.eb...

25 lines
685 B

# 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
}