New package: linux-lts-3.14
This commit is contained in:
parent
9e7cc4a346
commit
af95e7a43f
1 changed files with 22 additions and 0 deletions
22
srcpkgs/linux-lts/template
Normal file
22
srcpkgs/linux-lts/template
Normal file
|
@ -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 <chneukirchen@gmail.com>"
|
||||
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}"
|
||||
}
|
Loading…
Reference in a new issue