New (dummy) package: linux which simply depends in our current kernel major version.

This commit is contained in:
Juan RP 2013-04-29 10:31:13 +02:00
parent 9e00c6c597
commit 3beb4d0bf5
2 changed files with 26 additions and 0 deletions

1
srcpkgs/linux-headers Symbolic link
View File

@ -0,0 +1 @@
linux

25
srcpkgs/linux/template Normal file
View 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"
}