From af95e7a43f21cccfcb509737ad8a90899b4f888d Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 20 Oct 2014 13:51:28 +0200 Subject: [PATCH] New package: linux-lts-3.14 --- srcpkgs/linux-lts/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/linux-lts/template diff --git a/srcpkgs/linux-lts/template b/srcpkgs/linux-lts/template new file mode 100644 index 00000000000..2b4ce93679b --- /dev/null +++ b/srcpkgs/linux-lts/template @@ -0,0 +1,22 @@ +# Template file for 'linux' +pkgname=linux-lts +version=3.14 +revision=1 +build_style=meta +homepage="http://www.voidlinux.eu/" +short_desc="Linux longterm support kernel meta package" +maintainer="Christian Neukirchen " +license="Public domain" +only_for_archs="i686 x86_64" + +case "$XBPS_TARGET_MACHINE" in + i686*|x86_64*) + depends="linux3.14 linux-firmware-amd linux-firmware-network dracut" + _depends_headers="linux3.14-headers" + ;; +esac + +linux-headers_package() { + short_desc="Linux longterm support kernel headers meta package" + depends="${_depends_headers}" +}