mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
kernel*: update to 2.6.30.5.
--HG-- extra : convert_revision : 0db6b9bca457e17d882c24de02099de70e3495c7
This commit is contained in:
parent
b17ad39eb1
commit
048fec841c
3 changed files with 6 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'kernel-headers'
|
# Template file for 'kernel-headers'
|
||||||
pkgname=kernel-headers
|
pkgname=kernel-headers
|
||||||
version=2.6.30.4
|
version=2.6.30.5
|
||||||
wrksrc="linux-$version"
|
wrksrc="linux-$version"
|
||||||
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="The Linux kernel headers"
|
short_desc="The Linux kernel headers"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b52d3949219d912763f6614f1c68d51018f820ca6267f8d194dd5ac8b85159b8
|
checksum=6fcbc1ea3e0904aebc17330dceee847dac1ccd472502c66ec99f0647b7cbe0cf
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides the linux kernel headers."
|
This package provides the linux kernel headers."
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'kernel-libc-headers'
|
# Template file for 'kernel-libc-headers'
|
||||||
pkgname=kernel-libc-headers
|
pkgname=kernel-libc-headers
|
||||||
version=2.6.30.4
|
version=2.6.30.5
|
||||||
revision=1
|
|
||||||
wrksrc="linux-$version"
|
wrksrc="linux-$version"
|
||||||
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
||||||
build_style=only-install
|
build_style=only-install
|
||||||
|
@ -10,7 +9,7 @@ make_install_target="
|
||||||
headers_install"
|
headers_install"
|
||||||
short_desc="The Linux kernel headers for development"
|
short_desc="The Linux kernel headers for development"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b52d3949219d912763f6614f1c68d51018f820ca6267f8d194dd5ac8b85159b8
|
checksum=6fcbc1ea3e0904aebc17330dceee847dac1ccd472502c66ec99f0647b7cbe0cf
|
||||||
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."
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'kernel'
|
# Template file for 'kernel'
|
||||||
pkgname=kernel
|
pkgname=kernel
|
||||||
_kernel_ver=2.6.30
|
_kernel_ver=2.6.30
|
||||||
_kernel_patch_ver=4
|
_kernel_patch_ver=5
|
||||||
version=${_kernel_ver}.${_kernel_patch_ver}
|
version=${_kernel_ver}.${_kernel_patch_ver}
|
||||||
revision=1
|
|
||||||
wrksrc="linux-$version"
|
wrksrc="linux-$version"
|
||||||
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
|
@ -12,7 +11,7 @@ make_install_target="modules_install
|
||||||
INSTALL_MOD_PATH=${XBPS_DESTDIR}/${pkgname}-${version}"
|
INSTALL_MOD_PATH=${XBPS_DESTDIR}/${pkgname}-${version}"
|
||||||
short_desc="The Linux kernel and associated stuff (2.6 branch)"
|
short_desc="The Linux kernel and associated stuff (2.6 branch)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b52d3949219d912763f6614f1c68d51018f820ca6267f8d194dd5ac8b85159b8
|
checksum=6fcbc1ea3e0904aebc17330dceee847dac1ccd472502c66ec99f0647b7cbe0cf
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides the linux kernel image and the
|
This package provides the linux kernel image and the
|
||||||
kernel modules."
|
kernel modules."
|
||||||
|
|
Loading…
Add table
Reference in a new issue