summaryrefslogtreecommitdiff
blob: e07ed9b57d46b0b2bda3c615ff403b59abfe575d (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
25
26
27
28
29
30
31
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $


ETYPE="sources"

inherit kernel-2 versionator
detect_version

MY_PV="$(get_version_component_range 1-3)-$(get_version_component_range 4-5)"


DESCRIPTION="OMAP4 sources"
HOMEPAGE=""
SRC_URI="http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-ti-omap4/linux-ti-omap4_${MY_PV}.tar.gz"

KEYWORDS="arm"

S="${WORKDIR}"

src_unpack() {
	unpack ${A}
	mv ubuntu-natty linux-${PV}-omap4

}

src_install() {
	insinto /usr/src/
	doins -r linux-${PV}-omap4
}