2013-04-29 10:31:13 +02:00
|
|
|
# Template file for 'linux'
|
|
|
|
pkgname=linux
|
2014-04-19 08:25:56 +02:00
|
|
|
version=3.14
|
2014-05-31 09:00:11 +02:00
|
|
|
revision=3
|
2013-08-27 11:20:36 +02:00
|
|
|
build_style=meta
|
2013-11-11 09:07:14 +01:00
|
|
|
homepage="http://www.voidlinux.eu/"
|
2013-04-29 10:31:13 +02:00
|
|
|
short_desc="Linux kernel meta package"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="Public domain"
|
|
|
|
|
2014-01-18 12:56:13 +01:00
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
|
|
i686*|x86_64*)
|
2014-07-30 18:22:49 +02:00
|
|
|
depends="linux3.14 linux-firmware-amd linux-firmware-network dracut"
|
2014-04-19 08:25:56 +02:00
|
|
|
_depends_headers="linux3.14-headers"
|
2014-01-18 12:56:13 +01:00
|
|
|
;;
|
|
|
|
*) msg_error "${pkgname}-${version}: unsupported target machine.\n";;
|
|
|
|
esac
|
2013-04-29 10:31:13 +02:00
|
|
|
|
|
|
|
linux-headers_package() {
|
|
|
|
short_desc="Linux kernel headers meta package"
|
2014-01-18 12:56:13 +01:00
|
|
|
depends="${_depends_headers}"
|
2013-04-29 10:31:13 +02:00
|
|
|
}
|