26 lines
587 B
Plaintext
26 lines
587 B
Plaintext
|
# 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"
|
||
|
}
|