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/syslinux/common.bash

26 lines
287 B
Bash

version=\
(
'3.82'
)
url=\
(
"https://www.kernel.org/pub/linux/utils/boot/syslinux/3.xx/syslinux-$version.tar.bz2"
)
md5=\
(
'c9f4e73e385c86b3a8faf9b615a04836'
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
requires=\
(
'nasm/host'
'python_host/host'
)