mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
parent
65b996b012
commit
e45a25480a
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'linux'
|
# Template file for 'linux'
|
||||||
pkgname=linux-lts
|
pkgname=linux-lts
|
||||||
version=3.14
|
version=4.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
short_desc="Linux LTS (Long Term Support) kernel meta package"
|
short_desc="Linux LTS (Long Term Support) kernel meta package"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
depends="linux3.14 linux-firmware-amd linux-firmware-network dracut"
|
depends="linux${version} linux-firmware-amd linux-firmware-network dracut"
|
||||||
_depends_headers="linux3.14-headers"
|
_depends_headers="linux${version}-headers"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue