diff options
author | Michael Weber <xmw@gentoo.org> | 2011-11-14 10:26:53 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-11-14 10:26:53 +0000 |
commit | 809f7106f086b6ed71b36808b26da8fe9e7e85c9 (patch) | |
tree | b39af947114defb069f2cf4743c4fb18b8f52a5e /net-misc/batman-adv/batman-adv-2011.3.1.ebuild | |
parent | Version bumps, security bug #390075 (including final 1.3.4). Remove previous rc (diff) | |
download | gentoo-2-809f7106f086b6ed71b36808b26da8fe9e7e85c9.tar.gz gentoo-2-809f7106f086b6ed71b36808b26da8fe9e7e85c9.tar.bz2 gentoo-2-809f7106f086b6ed71b36808b26da8fe9e7e85c9.zip |
Version bump (bug 381665)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/batman-adv/batman-adv-2011.3.1.ebuild')
-rw-r--r-- | net-misc/batman-adv/batman-adv-2011.3.1.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net-misc/batman-adv/batman-adv-2011.3.1.ebuild b/net-misc/batman-adv/batman-adv-2011.3.1.ebuild new file mode 100644 index 000000000000..339ec10d0411 --- /dev/null +++ b/net-misc/batman-adv/batman-adv-2011.3.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/batman-adv/batman-adv-2011.3.1.ebuild,v 1.1 2011/11/14 10:26:53 xmw Exp $ + +EAPI=4 + +CONFIG_CHECK="~!CONFIG_BATMAN_ADV" +MODULE_NAMES="${PN}(net:${S}:${S})" +BUILD_TARGETS="all" + +inherit linux-mod + +DESCRIPTION="Better approach to mobile Ad-Hoc networking on layer 2 kernel module" +HOMEPAGE="http://www.open-mesh.org/" +SRC_URI="http://downloads.open-mesh.org/batman/stable/sources/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_compile() { + export KERNELPATH="${KERNEL_DIR}" + linux-mod_src_compile +} + +src_install() { + linux-mod_src_install + dodoc README CHANGELOG +} |