kernel-libc-headers: update to 3.6.2.

This commit is contained in:
Juan RP 2012-10-16 11:15:05 +02:00
parent ee236afeba
commit 69c26cec37

View file

@ -1,15 +1,12 @@
# Template file for 'kernel-libc-headers' # Template file for 'kernel-libc-headers'
# #
pkgname=kernel-libc-headers pkgname=kernel-libc-headers
version=3.4.5 version=3.6.2
revision=1 revision=1
wrksrc=linux-${version} wrksrc=linux-${version}
homepage="http://www.kernel.org" homepage="http://www.kernel.org"
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz" distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
checksum=43c63e7efe1a8f886f75db417aae97357ca0076011720a13c9af0a564543a59e checksum=6079c78878f7c154165849f82e0b541fc8e85675e28bd859677225807bcd9db2
bootstrap=yes
nostrip=yes
noverifyrdeps=yes
if [ -n "$IN_CHROOT" ]; then if [ -n "$IN_CHROOT" ]; then
makedepends="perl" makedepends="perl"
fi fi
@ -18,6 +15,10 @@ license="GPL-2"
long_desc=" long_desc="
This package provides the linux kernel headers for use in userspace." This package provides the linux kernel headers for use in userspace."
bootstrap=yes
nostrip=yes
noverifyrdeps=yes
do_build() { do_build() {
make mrproper make mrproper
make headers_check make headers_check