diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-08 23:14:10 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-08 23:14:10 -0500 |
commit | 79a4dcec2e34c5d58ab0661146ee9727452d672b (patch) | |
tree | 7ba0b1b446c048dfbc8d2050f9a1615dbbc2812f /include | |
parent | 477ecc69f6a8cc6a00015d21e7cb27baf59ba689 (diff) | |
download | spm-79a4dcec2e34c5d58ab0661146ee9727452d672b.tar.gz |
Whoosh
Diffstat (limited to 'include')
-rw-r--r-- | include/9999-template.sh | 1 | ||||
-rw-r--r-- | include/build.order | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/include/9999-template.sh b/include/9999-template.sh index 9577ee7..463ecd0 100644 --- a/include/9999-template.sh +++ b/include/9999-template.sh @@ -3,6 +3,7 @@ name= version= revision=0 sources=() +build_depends=() depends=() function prepare() { diff --git a/include/build.order b/include/build.order new file mode 100644 index 0000000..8494460 --- /dev/null +++ b/include/build.order @@ -0,0 +1,30 @@ +scripts/gcc +scripts/binutils +scripts/xz +scripts/zlib +scripts/gzip +scripts/bzip2 +scripts/patch +scripts/autoconf +scripts/automake +scripts/m4 +scripts/tar +scripts/base +scripts/grep +scripts/sed +scripts/ncurses +scripts/readline +scripts/pcre +scripts/diffutils +scripts/findutils +scripts/bison +scripts/gdbm +scripts/libffi +scripts/openssl +scripts/curl +scripts/sqlite +scripts/tcl +scripts/tk +scripts/python +scripts/python-setuptools +scripts/python-pip |