summaryrefslogtreecommitdiff
blob: 4cc35538fddcc4f047ef89c5bcf02ce823413ef2 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4

inherit linux-mod

MY_P=${P/_p/-}

DESCRIPTION="A security module for system analysis and protection"
HOMEPAGE="http://akari.sourceforge.jp/index.html.en"
SRC_URI="mirror://sourceforge.jp/akari/49272/${MY_P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64"
IUSE=""

S="${WORKDIR}"/${PN}

MODULE_NAMES="akari(security)"
BUILD_PARAMS="-C ${KERNEL_DIR} M=${S}"
BUILD_TARGETS="modules"