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/packages/linux/default.bash
2014-01-21 00:37:37 +00:00

28 lines
284 B
Bash

source "$PKG_COMMON"
version=\
(
'3.13'
)
url=\
(
"https://www.kernel.org/pub/linux/kernel/v3.x/linux-$version.tar.xz"
)
md5=\
(
'0ecbaf65c00374eb4a826c2f9f37606f'
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
requires=\
(
'kmod/host'
'lz4/host'
)