Files
efikamx/sys-kernel/efikamx-headers/efikamx-headers-2.6.31.ebuild
Steev Klimaszewski f32491e6f1 efikamx-headers: Another dirty ebuild for Efika MX support
Got tired of not having headers in place, lets move them out of
$kernel_dir and into /usr/include/linux
2010-03-22 16:39:40 -05:00

23 lines
357 B
Bash

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
DESCRIPTION="Efika MX system headers from the kernel"
HOMEPAGE=""
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
insinto /usr/include/linux
doins "${FILESDIR}"/*
}