mirror of
https://github.com/steev/efikamx.git
synced 2026-07-08 17:57:11 +00:00
Got tired of not having headers in place, lets move them out of $kernel_dir and into /usr/include/linux
23 lines
357 B
Bash
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}"/*
|
|
}
|