This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/linux/default.bash

29 lines
301 B
Bash
Raw Normal View History

source "$pkg_common"
2013-07-13 17:19:22 +01:00
version=\
(
2014-04-23 22:37:24 +01:00
'3.13.11'
2013-07-13 17:19:22 +01:00
)
url=\
(
2014-01-21 00:28:51 +00:00
"https://www.kernel.org/pub/linux/kernel/v3.x/linux-$version.tar.xz"
2013-07-13 17:19:22 +01:00
)
md5=\
(
2014-04-23 22:37:24 +01:00
'd4e06af8b674ac74ba745d52e4382bd3'
2013-07-13 17:19:22 +01:00
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
requires=\
(
2014-06-11 19:33:27 +01:00
'bc/host'
2013-07-13 17:19:22 +01:00
'kmod/host'
2014-01-21 00:37:37 +00:00
'lz4/host'
2013-07-13 17:19:22 +01:00
)