diff --git a/srcpkgs/linux-headers b/srcpkgs/linux-headers new file mode 120000 index 00000000000..9c52cb36f47 --- /dev/null +++ b/srcpkgs/linux-headers @@ -0,0 +1 @@ +linux \ No newline at end of file diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template new file mode 100644 index 00000000000..8700ead40a0 --- /dev/null +++ b/srcpkgs/linux/template @@ -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 " +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" +}