New (dummy) package: linux which simply depends in our current kernel major version.
This commit is contained in:
1
srcpkgs/linux-headers
Symbolic link
1
srcpkgs/linux-headers
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
linux
|
||||||
25
srcpkgs/linux/template
Normal file
25
srcpkgs/linux/template
Normal file
@@ -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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user