linux3.16: update to 3.16.0.
This commit is contained in:
parent
ccc6a9ba04
commit
94fa87c707
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'linux3.16'
|
||||
#
|
||||
pkgname=linux3.16
|
||||
_distver=3.16.0
|
||||
_patchver=rc7
|
||||
version=${_distver}${_patchver}
|
||||
revision=3
|
||||
wrksrc="linux-${_distver%%??}-${_patchver}"
|
||||
version=3.16.0
|
||||
revision=1
|
||||
wrksrc="linux-${version%.*}"
|
||||
maintainer="John Galt <johngaltfirstrun@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-${_distver%%??}-${_patchver}.tar.xz"
|
||||
checksum=93ebdd0b527ea1c86392ca610f74905a8cf736d6a80d29894a74d102f2d1bbb9
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version%.*}.tar.xz"
|
||||
checksum=4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
|
@ -19,7 +17,7 @@ nostrip=yes
|
|||
noverifyrdeps=yes
|
||||
preserve=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
makedepends="bc perl kmod>=11_2 openssl which elfutils"
|
||||
makedepends="bc perl kmod>=11_2 openssl elfutils"
|
||||
triggers="kernel-hooks"
|
||||
# These files could be modified when an external module is built.
|
||||
mutable_files="
|
||||
|
|
Loading…
Reference in New Issue
Block a user