batman-adv: update to 2016.4.

This commit is contained in:
Enno Boland 2016-11-19 10:06:58 +01:00
parent e216e6e0a5
commit ed0ae60fbe
2 changed files with 4 additions and 7 deletions

View File

@ -6,4 +6,5 @@ MAKE="make KERNELPATH=/lib/modules/${kernelver}/build"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="batman-adv"
BUILT_MODULE_LOCATION[0]="build/net/batman-adv"
DEST_MODULE_LOCATION[0]="/updates"

View File

@ -1,13 +1,13 @@
# Template file for 'batman-adv14'
pkgname=batman-adv
version=2015.0
version=2016.4
revision=1
short_desc="B.A.T.M.A.N. routing protocol kernel module"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="http://www.open-mesh.org/"
distfiles="http://downloads.open-mesh.org/batman/releases/batman-adv-${version}/batman-adv-${version}.tar.gz"
checksum=03dea8ca04aba2f7c86a8515a9de1aaf5b6df8b0f7fe7b548cc0bdb38b56952b
checksum=bc1236dd83209db51a09368b7ed1dd3a1ce5f5b933e09260c4d6f107c0a150eb
triggers="dkms"
dkms_modules="batman-adv ${version}"
@ -15,10 +15,6 @@ depends="dkms"
do_install() {
vmkdir usr/src/${pkgname}-${version}
vcopy "*.c" usr/src/${pkgname}-${version}
vcopy "*.h" usr/src/${pkgname}-${version}
vcopy "Makefile" usr/src/${pkgname}-${version}
vcopy "Makefile.kbuild" usr/src/${pkgname}-${version}
vcopy "gen-compat-autoconf.sh" usr/src/${pkgname}-${version}
cp -r * $DESTDIR/usr/src/${pkgname}-${version}
vcopy ${FILESDIR}/dkms.conf usr/src/${pkgname}-${version}
}