overlay/app-admin/eselect-uimage/eselect-uimage-0.2-r1.ebuild
Mario Fetka e50085b8b4 add config file support to sabayons eselt mdoule
(Portage version: 2.2.0_alpha123/git/Linux x86_64, unsigned Manifest commit)
2012-10-25 13:54:21 +02:00

28 lines
570 B
Bash

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
SRC_URI=""
KEYWORDS="~arm"
DESCRIPTION="Eselect module for making easy to switch between u-boot Linux kernels"
HOMEPAGE="http://www.sabayon.org"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
S="${WORKDIR}"
RDEPEND=">=app-admin/eselect-1.2.3
sys-apps/file"
src_install() {
insinto /usr/share/eselect/modules
newins "${FILESDIR}/uimage-${PV}.eselect" uimage.eselect
insinto /etc/eselect/uimage
newins "${FILESDIR}/uimage-${PV}.default" default
}