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/base/host.bash

29 lines
373 B
Bash

version=\
(
'1.0'
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
requires=\
(
'gnu-config/host'
'bzip2/host'
'xz/host'
'zip/host'
'unzip/host'
'patch/host'
'fakeroot/host'
'pkg-config/host'
'util-linux/host'
'automake/host'
'make/host'
'gawk/host'
'texinfo/host'
'parted/host'
'dosfstools/host'
)