New (dummy) package: linux which simply depends in our current kernel major version.
This commit is contained in:
parent
9e00c6c597
commit
3beb4d0bf5
|
@ -0,0 +1 @@
|
|||
linux
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'linux'
|
||||
pkgname=linux
|
||||
version=3.8
|
||||
revision=1
|
||||
build_style=meta-template
|
||||
homepage="https://www.voidlinux.eu/"
|
||||
short_desc="Linux kernel meta package"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Public domain"
|
||||
|
||||
# XXX make it available to all architectures/platforms (rpi).
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
# Currently the kernel pkg (3.8) is the default.
|
||||
# Next switch will be to the "linux3.9" packages.
|
||||
makedepends="kernel"
|
||||
|
||||
linux_package() {
|
||||
depends="kernel"
|
||||
}
|
||||
|
||||
linux-headers_package() {
|
||||
short_desc="Linux kernel headers meta package"
|
||||
depends="kernel-headers"
|
||||
}
|
Loading…
Reference in New Issue